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

riddlr quizes #4

Open
dgkf opened this issue Jul 17, 2020 · 0 comments
Open

riddlr quizes #4

dgkf opened this issue Jul 17, 2020 · 0 comments

Comments

@dgkf
Copy link
Owner

dgkf commented Jul 17, 2020

Add in a "quiz" as a series of riddles with a global clock that persists through all riddles.

What this needs

  • A new class representing the collection of riddles and additional quiz parameters
    • whether a user should be able to do mulitple submissions
    • whether a user should get feedback about whether their solution is correct
    • global clock
  • A way of producing a quiz shiny module
    • which adds a submission callback that automatically redirects to the next question
    • possibly with quiz question table-of-contents; would be awesome if the table of contents was reactive to quickly display whether the question is skipped, wrong or correct.
    • somewhere where the time remaining is displayed; display could turn red when X% of time is remaining
  • A yaml template to make it easy to specify a quiz from a collection of riddles
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