You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix the MultiAnswer macro when the namedRules option is used. The
problem is that the ANS_NAME method is called first when an answer rule
is created (in the ans_rule method), and then again when answer
evaluators are created (in the cmp method). Both times the NEW_ANS_NAME
method is called and different answer names are recorded.
This fix caches the answer names when they are first created in the
ANS_NAME method, and then subsequent calls just return the recorded
name.
0 commit comments