Replies: 2 comments
-
I like this idea. To expand on this though, most problems can accept multiple correct answers (unless some limited context is being used), such as x + 3 vs (4x + 12)/4, vs (2x^2 + 6x)/(2x), or even just 2/3 vs 10/15. Might want to clarify that this is more than just multiple equivalent forms. |
Beta Was this translation helpful? Give feedback.
-
Note that you can set If there are a (small) finite number of correct answers, then A flag like you are suggestion could be used in this area: Lines 90 to 93 in 9cefdf9 to adjust these properties of the answer checker, which are set here Lines 95 to 103 in 9cefdf9 |
Beta Was this translation helpful? Give feedback.
-
Some pg problems have more than one correct answer (e.g. when custom checkers are used), but a MathObject has a single correct answer associated with it that is displayed to users. Can a flag be added to a MathObject that would trigger a message when the correct answers are displayed to say something like "there are other possible correct answers"?
Beta Was this translation helpful? Give feedback.
All reactions