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

Randomisation does not work in Parson's block when ordinals are used as proof_steps tags #1237

Open
smmercuri opened this issue Aug 2, 2024 · 0 comments
Assignees
Milestone

Comments

@smmercuri
Copy link
Collaborator

When writing Parson's problems, using ordinals as the tags, and randomising in the Question Variables field as:

proof_steps: [
    ["1", "<proof step one>"],
    ["2", "<proof step two>"],
    ...
    ["n", "<proof step n>"]
];
proof_steps: random_permutation(proof_steps);

Proof steps are still displayed in order on the question page, so randomisation seems to have no effect. This is only an issue for ordinal tags; for any other tags randomisation still works.

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