Browse Source

Hide questions titles - refs BT#11863

Angel Fernando Quiroz Campos 8 năm trước cách đây
mục cha
commit
95390581fe
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      main/exercise/exercise_submit.php

+ 1 - 1
main/exercise/exercise_submit.php

@@ -1192,7 +1192,7 @@ if (!empty($error)) {
             false,
             $origin,
             $i,
-            true,
+            $objExercise->getHideQuestionTitle() ? false : true,
             false,
             $user_choice,
             false,