Previous Level exams were being broken by the part divider changes, fixed it.
This commit is contained in:
@@ -164,7 +164,6 @@ export default function MultipleChoice({id, type, prompt, questions, userSolutio
|
||||
exam &&
|
||||
typeof partIndex !== "undefined" &&
|
||||
exam.module === "level" &&
|
||||
typeof exam.parts[0].intro === "string" &&
|
||||
questionIndex === 0 &&
|
||||
partIndex === 0
|
||||
}>
|
||||
|
||||
Reference in New Issue
Block a user