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 the user interface for creating Questions. You must be able to:
Give the question a name
Write some text for the question (optional)
Give an explanation for why the correct answer is correct (optional)
Make it possible to either set the Question as public or private. If it is public then other users are able to use the questions in their quiz. This will need to be another issue.
Make it possible for the user to select what type of question it can be (multiple choice, true/false, fill in the blank etc.) This will need to be another issue.
Make it possible to set a difficulty level for the Question (low, medium or high)
Make it possible to add a multimedia element to the question (a picture or a video) (optional) This will need to be another issue.
Make it possible to add different answers to the Question, depending on which Question type it is (multiple choice, true/false, fill in the blank etc.) This will need to be another issue.
Make it possible to add tags to the question.
The text was updated successfully, but these errors were encountered:
To expand on #4. If the question is private, then it will only exist for this quiz, it wont be possible for other people to access it when creating their own quiz and searching for pre-existing questions.
Create the user interface for creating Questions. You must be able to:
The text was updated successfully, but these errors were encountered: