Fixed the "Allow LaTeX Responses" setting

parent 81bb9f40
......@@ -263,7 +263,7 @@ OpenAssessment.EditSettingsView.prototype = {
sel.val(0);
}
}
return sel.val() === 1;
return sel.val() === "1";
},
/**
Get or set the number of scores to show in the leaderboard.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment