Skip to content

Releases: zrev2220/cqr

v1.1

13 Mar 02:14
Compare
Choose a tag to compare

New features:

  • --shuffle option
    Shuffle question order (to remove another level of mindless predictability as you review!)

Bugfixes:

  • Fixed issue with questions marked "regraded"
    "Regraded" questions have an extra <div> inside the question <div>, causing cqr_parser to not read the question text correctly.

  • Fixed issue reading questions with <strong> or <em> tags within question tags
    Question text used to be truncated at the point where the first of these tags opened. Now, <strong> elements are set off *like this* and <em> elements are set off _like this_.

v1.0.2

10 Feb 00:36
Compare
Choose a tag to compare

Fixed issue #3

v1.0.1

09 Feb 17:56
Compare
Choose a tag to compare

Added color argument for colored output on non-Lunix systems. (Will not work in Windows cmd, but will on things like Windows Git Bash.)

v1.0

09 Feb 17:33
3bf3bdd
Compare
Choose a tag to compare

First release of CQR. Supports multiple-choice quizzes with multiple correct answers only.