Add feedback when T
is used as TRUE
or F
as FALSE
#301
Labels
grade code
Related to automatic code grading
T
is used as TRUE
or F
as FALSE
#301
For exercises where the learner is expected to use
TRUE
orFALSE
, it would be great if some specific feedback was automatically provided when they useT
orF
instead.In the below example, the feedback from the wrong answer (using
grade_this()
orgrade_this_code()
) is currently:I think this leaves a little room for confusion where a learner may not realize
T
andTRUE
are actually different and they might assume it was a bug in the grading.I think it'd be more clear if the automatic feedback mentions something along the lines of:
setup
expected solution
wrong answer
The text was updated successfully, but these errors were encountered: