From fd80f4b5edf910edd079e88a3be2a68ff7df58e3 Mon Sep 17 00:00:00 2001 From: lubukhu <150521080+lubukhu@users.noreply.github.com> Date: Sat, 24 Jan 2026 14:34:07 +0700 Subject: [PATCH] up --- G102-sequence/tdv_sdk.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/G102-sequence/tdv_sdk.js b/G102-sequence/tdv_sdk.js index 6dfa8f1..c7f8c87 100644 --- a/G102-sequence/tdv_sdk.js +++ b/G102-sequence/tdv_sdk.js @@ -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;