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

What other quiz checks are needed? #52

Open
cansavvy opened this issue Sep 16, 2021 · 3 comments
Open

What other quiz checks are needed? #52

cansavvy opened this issue Sep 16, 2021 · 3 comments
Assignees

Comments

@cansavvy
Copy link
Contributor

Here's a list of things that leanbuild::check_quizzes() looks for. What else can break a quiz in Leanpub, @carriewright11 ?

  • Quizzes start and end with the {quiz} and {\quiz} tags.
  • Make sure choose answers is > than the number of answers you give. lol
  • Make sure that if you say "choose-answers" you use the C) m) o) notation
  • Make sure if you don't use choose answers but instead use : a, b,c,d you delete the "choose-answers" tag
  • Don't have exclamation points in answers.
  • Make sure there's at least one right answer!
  • Check that the question and quiz attributes used are attributes recognized by Leanpub
  • Make sure all quizzes are listed in Book.txt

Originally posted by @cansavvy in #2 (comment)

@carriewright11
Copy link
Member

https://docs.google.com/document/d/1YN9A45ODG5dF6LbCPG2FuIcGcl8Gp7-cN332JrLwQ4Y/edit?usp=sharing
Here are some of the other issues I had back in the day

@cansavvy
Copy link
Contributor Author

Excellent! I will incorporate checks for these!

@cansavvy
Copy link
Contributor Author

Quiz IDs can't be the same either! jhudsl/OTTR_Template#356

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

2 participants