Merge remote-tracking branch 'origin/master'

pull/5264/head
Angel Fernando Quiroz Campos 2 years ago
commit 95e81e3e99
  1. BIN
      public/img/icons/64/calculated_answer_na.png
  2. BIN
      public/img/icons/64/fill_in_blanks_na.png
  3. BIN
      public/img/icons/64/hotspot_na.png
  4. BIN
      public/img/icons/64/matching_na.png
  5. BIN
      public/img/icons/64/matchingdrag_na.png
  6. BIN
      public/img/icons/64/mccert_na.png
  7. BIN
      public/img/icons/64/mcma_na.png
  8. BIN
      public/img/icons/64/mcmac_na.png
  9. BIN
      public/img/icons/64/mcmaco_na.png
  10. BIN
      public/img/icons/64/mcmagl_na.png
  11. BIN
      public/img/icons/64/mcmao_na.png
  12. BIN
      public/img/icons/64/mcua_na.png
  13. BIN
      public/img/icons/64/mcuao_na.png
  14. BIN
      public/img/icons/64/open_answer_na.png
  15. BIN
      public/img/icons/64/ordering_na.png
  16. BIN
      public/img/icons/64/uaimg_na.png
  17. 2
      public/main/exercise/question_pool.php

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

@ -385,7 +385,7 @@ $categoryList = TestCategory::getCategoriesIdAndName($selected_course);
// Get exercise list for this course // Get exercise list for this course
$exercise_list = ExerciseLib::get_all_exercises_for_course_id( $exercise_list = ExerciseLib::get_all_exercises_for_course_id(
$selected_course, $selected_course,
$session_id, (empty($session_id) ? 0 : $session_id),
false false
); );

Loading…
Cancel
Save