rw-moore / SciLO

GNU General Public License v3.0
0 stars 0 forks source link

Answer input boxes #107

Open bohungi opened 2 years ago

bohungi commented 2 years ago

Answer input boxes need the following:

  1. Need to be configurable for length (the current default can be much too short for some answers)
  2. Some form of syntax checking: Currently, the student has no way of telling whether there is a coding error in the answer (review what STACK does to see if we can improve upon their method).
  3. The popups which are intended to guide the student toward a correct answer format do currently not disappear (even after an answer with the correct format has been given). We need some mechanism by which these popups only appear if an incorrect answer format has been entered.
corlick98 commented 2 years ago

1. is implemented for embedded fields, will consider adding it for non-embedded fields. 3. should be resolved now (if it is still an issue consider opening a separate issue for it)