jhudsl / ottrpal

Tools for converting OTTR courses into Leanpub or Coursera courses :otter:

Home Page:https://jhudatascience.org/ottrpal/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What other quiz checks are needed?

cansavvy opened this issue · comments

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)

Excellent! I will incorporate checks for these!

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