Commit 93e0ca47 by George Song Committed by GitHub

Merge pull request #1016 from edx/bdero/latex-setting-fix

Fixed the "Allow LaTeX Responses" setting
parents 81bb9f40 a7d5ed6b
...@@ -263,7 +263,7 @@ OpenAssessment.EditSettingsView.prototype = { ...@@ -263,7 +263,7 @@ OpenAssessment.EditSettingsView.prototype = {
sel.val(0); sel.val(0);
} }
} }
return sel.val() === 1; return sel.val() === "1";
}, },
/** /**
Get or set the number of scores to show in the leaderboard. 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