In this PR we polish the Parson's input. Namely Maxima CAS calls are embedded inside the input type to streamline functionality:
The model answer is now input as [ta, proof_steps] compared to parsons_answer(ta, proof_steps).
If "hideanswer" is not used as an Extra option, then a proof display using proof block CSS styling is displayed automatically. Previously this required manual use of the proof_display function by the author.
Update the documentation on authoring Parson's questions.
In this PR we polish the Parson's input. Namely Maxima CAS calls are embedded inside the input type to streamline functionality:
[ta, proof_steps]
compared toparsons_answer(ta, proof_steps)
.proof_display
function by the author.