Skip to content

Commit 958142c

Browse files
committed
Merge branch 'main' of github.com:RunestoneInteractive/rs
2 parents 9f23362 + 51499cb commit 958142c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bases/rsptx/interactives/runestone/parsons/js/parsonsBlock.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ export default class ParsonsBlock {
9292
);
9393
// todo: if language is natural or math then don't do this
9494
if (
95-
this.options.language !== "natural" &&
96-
this.options.language !== "math"
95+
this.problem.options.language !== "natural" &&
96+
this.problem.options.language !== "math"
9797
) {
9898
$(lines[i].view).addClass(
9999
"indent" + (lines[i].indent - line.indent)

0 commit comments

Comments
 (0)