Skip to content

Commit

Permalink
Merge pull request #311 from bhavberi/assessment_score
Browse files Browse the repository at this point in the history
Added Score keyword besides the score shown for each quiz
  • Loading branch information
raj-vlabs authored Nov 20, 2023
2 parents 64e2986 + 93757c0 commit 3c399bb
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 3c399bb

Please sign in to comment.