You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create assignment types. There are three assignment types:
Survey
Quiz
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)
or:
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.
The text was updated successfully, but these errors were encountered:
Create assignment types. There are three assignment types:
1. Survey:
For survey, everything is working fine. We just need to add one more quesiton types:
TODO:
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)or:
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:
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.The text was updated successfully, but these errors were encountered: