From 48a73eddbc03af62381450c6008f752b464a7d00 Mon Sep 17 00:00:00 2001 From: rohankulkz <60551302+rohankulkz@users.noreply.github.com> Date: Thu, 14 Mar 2024 07:18:18 -0700 Subject: [PATCH] Notes for code changes. --- .../main/java/cmu/xprize/comp_questions/CQn_ViewManagerASB.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comp_questions/src/main/java/cmu/xprize/comp_questions/CQn_ViewManagerASB.java b/comp_questions/src/main/java/cmu/xprize/comp_questions/CQn_ViewManagerASB.java index ddc775de..c053acf2 100644 --- a/comp_questions/src/main/java/cmu/xprize/comp_questions/CQn_ViewManagerASB.java +++ b/comp_questions/src/main/java/cmu/xprize/comp_questions/CQn_ViewManagerASB.java @@ -3054,7 +3054,7 @@ public void hasNSPDistractor() { // check current page whether there is an nsp question // publishValue SHOW_NSP_DOES, SHOW_NSP_WHICH // TODO: WHERE IS isNSPDoesPage/isNSPWhichPage set??? temporarily not in the condition - // Todo: I really need NSP files for this to work. Please get that asap. + // Todo: I really need NSP files for this to work. Please get that asap. // if (mCurrPage <= mPageCount-1) { // for (int i = 0; i < NspQuestions.length; i++) {