Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyEye-FAST committed Jul 11, 2024
1 parent 57e249a commit 84975d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/quiz.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ $(document).ready(function () {
if (input === correctAnswer) {
setTimeout(() => {
currentQuestionIndex++;
Sentry.captureMessage("Quiz");
console.log("当前问题索引:", currentQuestionIndex);
console.log("当前键名:", currentKey);
Sentry.captureMessage("Quiz");
if (currentQuestionIndex < questionKeys.length) {
loadQuestion();
} else {
Expand Down

0 comments on commit 84975d1

Please sign in to comment.