-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
Soon, there will be two forms of message 'logging' or generation in protowhat:
- Through the
historyattribute onState(used incheck_field()andcheck_node()) - Through the
messagesattribute (used by all ofsqlwhat's result-checking functions.
For now, it's not too big of a problem, but it could become one in the future. Ideally, there's a unified system of building 'expand messages' like in pythonwhat, that point the student to the right bit of code, and a hint at what is wrong or how things can be fixed.