Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add article about message generation #360

Open
filipsch opened this issue Sep 27, 2018 · 0 comments
Open

Add article about message generation #360

filipsch opened this issue Sep 27, 2018 · 0 comments
Assignees

Comments

@filipsch
Copy link
Contributor

filipsch commented Sep 27, 2018

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
  • explains which automatically generated messages are not great and in which cases (e.g. when using has_equal_value() with set_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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants