-
Notifications
You must be signed in to change notification settings - Fork 11
Questionnaire
Alejandro Medrano Gil edited this page May 19, 2015
·
1 revision
- Questionnaire
- Name: to identify the questionnaire.
- Description: so as to add information relative to the questionnaire.
- Ordered questions: to know if the questions in the questionnaire are ordered or not.
- Question
- Question wording: the question itself.
- Has correct answer: this parameter notifies if the question has a correct answer or not.
- Correct answer: the correct answer itself. It can be a string, a boolean, an integer...
- Answer Type URI: to know the type of the answer.
There are four kinds of question:
- Multi-choice question: questions type "multi-choice" enables to select several choices within a question.
- Single-choice question: questions type "single-choice" only enables one choice as an answer.
- Conditional question: this type of question enables to implement dynamic questionnaires, because this question is only triggered when a specific answer is selected.
- Question with media: to implement questions with associated media, such as images, videos, etc.
- Answered Questionnaire