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

Create assignment types #22

Open
sureshHARDIYA opened this issue Oct 11, 2020 · 0 comments
Open

Create assignment types #22

sureshHARDIYA opened this issue Oct 11, 2020 · 0 comments
Assignees

Comments

@sureshHARDIYA
Copy link
Owner

sureshHARDIYA commented Oct 11, 2020

Create assignment types. There are three assignment types:

  1. Survey
  2. Quiz
  3. Psycometric_assessment

1. Survey:

For survey, everything is working fine. We just need to add one more quesiton types:

TODO:

  • Add one more question type, Rate. It should allow user to give binary ratings. For this question type, user enters question text and select types of ratings (Thumbs up and down / Yes or no)

image

or:

image

2. Quiz

If assignment author selects type == quiz, then we only show 4 question types ( input, checkbox, radio button, dropdown). Also, we need following options with the question:

  • Question text
  • Question option ( id, option_name/option_title, score (if this is correct), is_this_correct)

3 Psycometric_assessment

If this is selected. We only have radio as option. But when, user creates first question with some options. Then for the next question, we allow user to use same options or create new options.

  • If assignment author select same options, then other question will use the same options as the first question.
  • If assignment author select, different_option, then we allow the author to create other options.
  • Like quiz, the options will have score with it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants