datacamp / testwhat

Write Submission Correctness Tests for R exercises
https://datacamp.github.io/testwhat
GNU Affero General Public License v3.0
33 stars 25 forks source link

Article about feedback generation #204

Open filipsch opened 6 years ago

filipsch commented 6 years ago

As you write chains of SCTs, every function 'contributes' to the feedback message that is generated in case the student made a mistake. Some (not all, like in pythonwhat) of these 'chunks' of feedback can be adjusted by setting the appropriate arguments in check_ functions. An article should be added to the testwhat docs that:

Requested by @klmedeiros See similar issue for pythonwhat