Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Build survey functionality into the platform #93

Open
charrismatic opened this issue Apr 13, 2021 · 1 comment
Open

[FEATURE] Build survey functionality into the platform #93

charrismatic opened this issue Apr 13, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@charrismatic
Copy link
Collaborator

The Qualtrics survey integration should be complemented with a built in survey feature for those surveys that are essential for the challenge workflow (e.g. they have to answer the registration survey to be admitted to the challenge).

  • Develop a standardized set of question and input types
  • Create a survey builder tool to design the surveys
  • Connect the survey tool to existing workflows
  • Create high level survey functionality (duplicate, survey templates, import/export)
  • Create reporting tools for survey data (download raw data, summary statistics, insights)
@charrismatic charrismatic added the enhancement New feature or request label Apr 13, 2021
@sbrunswi
Copy link
Collaborator

@charrismatic and @ManthanKeim:

General requirements:

Each survey question should have a text entry field for the question (markdown), and a field to specify the answering options.

Here are the question types/answering options we would need:

  1. Single/multiple choice option:
    https://www.qualtrics.com/support/survey-platform/survey-module/editing-questions/question-types-guide/standard-content/multiple-choice/

Requirements:

  1. option to specify up to 10 options and add text to it.

  2. Option to specify single or multiple choice

  3. Likert scale in matrix format
    Here is the feature on qualtrics: https://www.qualtrics.com/support/survey-platform/survey-module/editing-questions/question-types-guide/standard-content/matrix-table/

Requirements:

  1. You can specify the number of columns from 5 to 10
  2. You can specify the number of rows from 1 to max 10
  3. You can add labels to the items on the scale

Alternative/simpler version:

Single row Likert scale with no labeling option:

  1. You can specify the number of columns from 5 to 10
  2. No labels but number is displayed on top of the choice
  1. Numeric input field:
  • Data type: integer or two digit float
  • We should be able to specify min and max value, and support validation.
  1. Text field

For all questions it should be possible to set them as mandatory yes/no!

Validation options would be great too (see above).

I hope this helps for the discussion!

Since we should have this for the upcoming hack it would be good if we can implement this very soon!

@ManthanKeim ManthanKeim added this to the 12/31/20 milestone Nov 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants