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

Develop the user interface for creating Questions #11

Open
kluge7 opened this issue Mar 25, 2024 · 1 comment
Open

Develop the user interface for creating Questions #11

kluge7 opened this issue Mar 25, 2024 · 1 comment

Comments

@kluge7
Copy link
Collaborator

kluge7 commented Mar 25, 2024

Create the user interface for creating Questions. You must be able to:

  1. Give the question a name
  2. Write some text for the question (optional)
  3. Give an explanation for why the correct answer is correct (optional)
  4. 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.
  5. 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.
  6. Make it possible to set a difficulty level for the Question (low, medium or high)
  7. Make it possible to add a multimedia element to the question (a picture or a video) (optional) This will need to be another issue.
  8. 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.
  9. Make it possible to add tags to the question.
@kluge7
Copy link
Collaborator Author

kluge7 commented Mar 25, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant