fix: flow UI and quiz progress

This commit is contained in:
Jannat Patel
2023-08-07 21:17:23 +05:30
parent 845b906851
commit 47e254ed9b
11 changed files with 182 additions and 86 deletions

View File

@@ -142,6 +142,9 @@ const quiz_summary = (e = undefined) => {
$("#try-again").attr("data-submission", data.message.submission);
$("#try-again").removeClass("hide");
self.quiz_submitted = true;
if (this.hasOwnProperty("marked_as_complete")) {
mark_progress();
}
},
});
};