up
All checks were successful
Deploy to Production / deploy (push) Successful in 9s

This commit is contained in:
lubukhu
2026-01-24 14:34:07 +07:00
parent 05547ef4b8
commit fd80f4b5ed

View File

@@ -253,7 +253,7 @@ var tdv_sdk = {
// ==================== LOGIC CHÍNH: LOAD CÂU HỎI ====================
lastLoadedLevel: -1,
loadQuestion: function () {
loadQuestions: function () {
this.currentQuestion = this.list[this.level];
if (!this.currentQuestion) return;