Skip to content

Commit

Permalink
Added Score keyword besides the score shown for each quiz
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavberi committed Nov 14, 2023
1 parent 64e2986 commit 93757c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/assessment_v2.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ function showResults() {
}
});
// show number of correct answers out of total
resultsContainer.innerHTML = `${numCorrect} out of ${toatNum}`;
resultsContainer.innerHTML = `Score: ${numCorrect} out of ${toatNum}`;
}

populateQuestions();
Expand Down

0 comments on commit 93757c0

Please sign in to comment.