Skip to content

Commit

Permalink
Fix syntax err
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjester committed Mar 18, 2024
1 parent 95f2c62 commit 3f7b470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index-flip/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ <H5><p id = "question-back"> </p></H5>
}

questionRow = test[window.questionRowNum];
const multipleChoice = true;
var multipleChoice = true;
if (questionRow.B == "") {
multipleChoice = false;
}
Expand Down

0 comments on commit 3f7b470

Please sign in to comment.