Commit Graph

51 Commits (97a992bc7c3f98cc14714aa4b63678887f4bf5bd)

Author SHA1 Message Date
jmontoyaa 97a992bc7c Replace intval with (int), format code, update docs. 9 years ago
jmontoyaa 5c30282880 Fix update when updating quiz "hide_question_title" 9 years ago
Angel Fernando Quiroz Campos f041d62f1c Show annotation question on exercise results - refs BT#10892 9 years ago
Angel Fernando Quiroz Campos a1c4c6fe62 Adding Annotation question type - refs BT#10892 9 years ago
Angel Fernando Quiroz Campos 3932254d2e Remove unused function around exercise.class.php - refs BT#10892 9 years ago
jmontoyaa 82a29f54df Minor - format code 9 years ago
jmontoyaa 1d38179f25 Minor - Format code + add docs 9 years ago
Angel Fernando Quiroz Campos b3121fdf72 Fix #1510 show correct position for shuffle answers in hotspot 9 years ago
jmontoyaa 672635f566 Minor - format code, update docs 9 years ago
jmontoyaa 72a15d3bf4 Minor - format code, remove commented code. 9 years ago
Yannick Warnier 9ae045a722 Fix issue with exercise end date always showing one day after start - refs BT#12389 9 years ago
Yannick Warnier 2bc521a9d2 Minor - Coding conventions 9 years ago
jmontoyaa e3a2809867 Fix #1675 duplicate function for MATCHING and MATCHING_DRAGGABLE 9 years ago
jmontoyaa a88370589b Fix apostrophe bug in fill in blanks see BT#12303 9 years ago
jmontoyaa 610ee84243 Minor - format code 9 years ago
jmontoyaa 9c6abb2fbc Use form->addSelectLanguage instead of custom code. 9 years ago
jmontoyaa 7856e918f8 Minor - Format code 9 years ago
jmontoyaa 7b03362128 Add c_id in queries 9 years ago
jmontoyaa ef2eff662a Minor - format code 9 years ago
jmontoyaa 086b69b327 Minor - format code, fix php warning 9 years ago
jmontoyaa ff92969724 Minor - fix php warning 9 years ago
Angel Fernando Quiroz Campos 25cbec1e40 Fix questions with right results - refs BT#11024 9 years ago
Yannick Warnier 063c5f5406 Important - Alter Exercise::getQuestionListPagination() query to fix issue with questions list - JOIN between c_quiz_question and c_quiz_rel_question was not made to be made on q.iid, but on q.id as the q.c_id value was part of the query. 9 years ago
Yannick Warnier 59d8db8e3b Important - Alter Exercise::selectRandomList() query to fix issue with questions list - JOIN between c_quiz_question and c_quiz_rel_question was not made to be made on q.iid, but on q.id as the q.c_id value was part of the query. 9 years ago
Yannick Warnier 33468f8947 Add admin view option to questions list and re-order in case of random but view as admin 9 years ago
Yannick Warnier c8c315bd1b Fix issue not taking the state change in exercise sort order select box. 9 years ago
Yannick Warnier 7fca8d2d3d Fix issue with questions list not showing all questions when a random number is selected 9 years ago
jmontoyaa a2be45e02c Fix moodle import, fix fill in blanks when using non english characters 9 years ago
jmontoyaa 03a24ebd34 Add new configuration parameter "send_score_in_exam_notification_mail_to_manager" 9 years ago
jmontoyaa f4754ae6b2 Add api_get_cidreq() 9 years ago
Angel Fernando Quiroz Campos 2ae500a748 Fix multiple answer when showing correct answers on last attempt - refs BT#11024 10 years ago
jmontoyaa 8cfbb5deb9 Improve queries see BT#12052 10 years ago
jmontoyaa 54815998df Minor - format code 10 years ago
Angel Fernando Quiroz Campos 566a59e42b Fix fill in blanks when showing correct answers on last attemp - refs BT#11024 10 years ago
jmontoyaa 1a5ab17e8a Fix moodle import see BT#12050 fix fill in blanks (in german) 10 years ago
jmontoyaa 3c604d8b7a Exercise draggable fix from 1.10. 10 years ago
jmontoyaa f3f1b6e1dc Fix hide_question_title DB error see 10 years ago
jmontoyaa 641c865ad7 Add configuration block_quiz_mail_notification_general_coach 10 years ago
jmontoyaa af93890487 Block answer if exercise setting set to result_disabled_4 10 years ago
jmontoyaa d8139ed476 Minor - format code 10 years ago
jmontoyaa 5d962636d2 Add validations 10 years ago
jmontoyaa 5787a9af1c Add question preview when click "see as student" see BT#11764 10 years ago
jmontoyaa 5f1ccfa27e Rename variable name $showTotalScoreAndUserChoicesInLastAttempt 10 years ago
jmontoyaa d22ddd98ee Fix params saveExerciseAttemptHotspot 10 years ago
jmontoyaa b8b8090a4e Check answer.iid 10 years ago
jmontoyaa f9aa1a2f97 Fix hotspot , use web_code_path, fix hotspot number, if no result check for older answer id 10 years ago
jmontoyaa 2d5c982297 Fix oral question not showing 10 years ago
jmontoyaa 10de35b2cd Change TestCategory class use getCategory instead of constructor. 10 years ago
Angel Fernando Quiroz Campos 331d04acee Fix spacing between items of FormValidator group 10 years ago
Angel Fernando Quiroz Campos 667e6f0d69 Fix lang variable - refs BT#11024 10 years ago