Feedback messages are mostly in compare_MIDI.py. They are spread out within the code. Educational decisions on the content of these strings should not affect the code. Extract the strings to a separate file where they can be edited according to educational judgements. Use compareExpressions as an example:
https://github.com/lambda-feedback/compareExpressions/blob/main/app/feedback/symbolic.py
Feedback messages are mostly in
compare_MIDI.py. They are spread out within the code. Educational decisions on the content of these strings should not affect the code. Extract the strings to a separate file where they can be edited according to educational judgements. UsecompareExpressionsas an example:https://github.com/lambda-feedback/compareExpressions/blob/main/app/feedback/symbolic.py