fix: quiz, course outline, and lesson indexing

This commit is contained in:
pateljannat
2021-08-05 18:26:41 +05:30
parent ce86b5deda
commit 4079ed97b9
5 changed files with 24 additions and 5 deletions

View File

@@ -58,6 +58,7 @@ var mark_active_question = (e = undefined) => {
$(".current-question").text(`${next_index}`);
$("#check").removeClass("hide").attr("disabled", true);
$("#next").addClass("hide");
$(".explanation").addClass("hide");
}
var mark_progress = (e) => {