You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you write chains of SCTs, every function 'contributes' to the feedback message that is generated in case the student made a mistake. All of these 'chunks' of feedback can be adjusted by setting arguments such as missing_msg, expand_msg and incorrect_msg.
An article should be added to pythonwhat that:
explains in understandable terms how message generation works
gives examples about it
explains how you can customize messages generated by the SCT
As you write chains of SCTs, every function 'contributes' to the feedback message that is generated in case the student made a mistake. All of these 'chunks' of feedback can be adjusted by setting arguments such as
missing_msg
,expand_msg
andincorrect_msg
.An article should be added to pythonwhat that:
has_equal_value()
withset_context()
, see Update incorrect_msg in has_expr when set_context/set_env used #317), and thus could use a custom message (for now).Requested by @klmedeiros
The text was updated successfully, but these errors were encountered: