We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 947da8f commit f213d06Copy full SHA for f213d06
editor/static/js/question/edit.js
@@ -1175,7 +1175,7 @@ $(document).ready(function() {
1175
if(!tree) {
1176
throw("no tree");
1177
}
1178
- var is_random = Numbas.jme.isRandom(tree,prep.scope);
+ var is_random = !Numbas.jme.isDeterministic(tree, prep.scope) && Numbas.jme.isRandom(tree,prep.scope);
1179
v.random(is_random);
1180
} catch(e) {
1181
v.random(false);
0 commit comments