Releases: zrev2220/cqr
Releases · zrev2220/cqr
v1.1
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>
, causingcqr_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_.