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.
2 parents 9f23362 + 51499cb commit 958142cCopy full SHA for 958142c
bases/rsptx/interactives/runestone/parsons/js/parsonsBlock.js
@@ -92,8 +92,8 @@ export default class ParsonsBlock {
92
);
93
// todo: if language is natural or math then don't do this
94
if (
95
- this.options.language !== "natural" &&
96
- this.options.language !== "math"
+ this.problem.options.language !== "natural" &&
+ this.problem.options.language !== "math"
97
) {
98
$(lines[i].view).addClass(
99
"indent" + (lines[i].indent - line.indent)
0 commit comments