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

Edit Questions Page - Text Questions only #4

Open
ripper234 opened this issue Jan 22, 2016 · 0 comments
Open

Edit Questions Page - Text Questions only #4

ripper234 opened this issue Jan 22, 2016 · 0 comments

Comments

@ripper234
Copy link

(This is a frontend feature and should be tagged 'frontend')

As an admin, I would like to manually edit the list of all questions.
This page lets me:

  • View existing questions
  • Add new questions
  • Delete questions
  • Edit existing questions

Question Model

The frontend for questions should rely on the backend data model, but not be identical:

See https://github.com/Midburn/burner-games#questions for a description of the "Question" backend data model.

  • Level - It might be a good idea to keep level as 0-100 at the backend. In the frontend, the admin editing the question should choose between five levels (trivial, easy, medium, hard, impossible). These could be translated to backend values of (0, 25, 50, 75, 100).
    (Need to rename backend "easy" to "trivial", and "very hard" to "impossible").
  • Multiple Choice flag - each question is either "multiple choice" or "single choice". E.g. ("What is the minimal age to attend a burn" is a single choice question, while "Which departments are looking for volunteers" is a multiple choice question).
    (MVP approach might imply --> do only Single Choice questions at first, and add Multiple Choice later as a separate feature)
@ripper234 ripper234 changed the title Edit Questions Page Edit Questions Page - Text Questions only Jan 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant