Personalized and customisable error messages #3191
Felienne
started this conversation in
Large Projects & Plans
Replies: 1 comment 1 reply
-
For the public record: a team of students will start to work on this project on Monday, 19th Dec. 😃 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, every wrong program leads to the same error message, but I think it would be really cool to add support for changing that, such that we can customize the error kids get with a faulty program.
We have done some explorations into different error messages with @TiBiBa's thesis, see also this very old PR #1095. In the thesis/PR we were trying out "gradual" error messages, which change with each subsequent execution.
In addition to gradual error messages (which I still think is a great idea!) other use cases could be:
Of course this would impact both the front and the back end and would be a bit experimental, so it might be nice as a student project or a side quest from someone with free time and an exploratory nature!
Beta Was this translation helpful? Give feedback.
All reactions