Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Destructured variables aren't re-evaluated during adaptive marking or explore mode #1075

Closed
christianp opened this issue Feb 2, 2024 · 0 comments

Comments

@christianp
Copy link
Member

An example with adaptive marking: https://numbas.mathcentre.ac.uk/question/share/view/5be5a8cd-0fc2-4f6f-a938-1a19ecf938b1
I have a variable n, and then x,y := [2n,3n]. The variable n is replaced in adaptive marking for part b, but x and y aren't re-evaluated.
The same happens in explore mode, when a variable value is replaced during a next part move.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant