sureshHARDIYA / idpt

Internet-Delivered Psychological Therapy (IDPT) System.

Home Page:https://idpt.gitbook.io/web/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create assignment types

sureshHARDIYA opened this issue · comments

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.