=
5af68014ec
Exercise: Fix issue limit of exercise itents - refs GH#3392
5 years ago
Angel Fernando Quiroz Campos
eaba449198
Quiz: Save question when time ending - refs BT#17599 #3044
5 years ago
Angel Fernando Quiroz Campos
b4ffb12ff2
Revert "Quiz: Fix user answers for hotspot when time ending #3044"
...
This reverts commit e959758797 .
5 years ago
Julio Montoya
128f4ef877
Minor - format code
5 years ago
Yannick Warnier
54f284cfc9
Minor: Add code documentatoin to Exercise::getQuestionForTeacher()
5 years ago
Julio Montoya
e936e64c88
Exercises: Fix missing NoFeedback option BT#17585
5 years ago
Angel Fernando Quiroz Campos
e959758797
Quiz: Fix user answers for hotspot when time ending #3044
5 years ago
Angel Fernando Quiroz Campos
9a2890c104
Quiz: Fix hotspot result #3044
5 years ago
Julio Montoya
a40429bd75
Minor - flint fixes
5 years ago
Julio Montoya
2f1e0fd2c7
GradeBook: Show LPs when showing an exercise BT#17405
5 years ago
Angel Fernando Quiroz Campos
9946716c7f
Quiz: Fix Previous Button when check question to review - refs BT#17549
5 years ago
Angel Fernando Quiroz Campos
23c8688a4b
Minor - Format code - refs BT#17549
5 years ago
Angel Fernando Quiroz Campos
b22b99fce0
Minor - Format code - refs BT#17549
5 years ago
Angel Fernando Quiroz Campos
85b38d646b
Gradebook: Fix lp by session when session not matching - refs BT#17140
5 years ago
Angel Fernando Quiroz Campos
adbd49989c
Add quiz_confirm_saved_answers conf setting - refs BT#17519
...
Add a checkbox to allow to user confirm the number of answers saved in quiz attempt
- Requires to edit the src/Chamilo/CoreBundle/Entity/TrackEExerciseConfirmation.php file adding the "@" in the ORM phpdoc block
- Requires DB changes:
CREATE TABLE track_e_exercise_confirmation (id INT AUTO_INCREMENT NOT NULL, user_id INT NOT NULL, course_id INT NOT NULL, attempt_id INT NOT NULL, quiz_id INT NOT NULL, session_id INT NOT NULL, confirmed TINYINT(1) DEFAULT '0' NOT NULL, questions_count INT NOT NULL, saved_answers_count INT NOT NULL, created_at DATETIME NOT NULL, updated_at DATETIME DEFAULT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8 COLLATE `utf8_unicode_ci` ENGINE = InnoDB;
5 years ago
Yannick Warnier
5104a86c63
Minor - Rename manage_answer()'s saved_results param to save_results to avoid confusion (it is a request to save the results, no to see/change the saved results)
5 years ago
Yannick Warnier
3028e36cf0
Minor - Update debug logging messages
5 years ago
Julio Montoya
4534ce05fa
Minor - flint fixes
5 years ago
Julio Montoya
fb1aeb8461
Fix exercise edition UI see BT#17438
5 years ago
Julio Montoya
184fdb9783
Minor - format code
5 years ago
Julio Montoya
22d64b69f0
Minor - format code
5 years ago
Angel Fernando Quiroz Campos
a4bfbe9e67
Fix references to CQuizCategory repo
6 years ago
Julio Montoya
fe5352b3f3
Update from master (format code)
6 years ago
Angel Fernando Quiroz Campos
85c3f5173f
Make async ajax
6 years ago
Julio Montoya
8b077e0ac1
Minor - format code
6 years ago
Julio Montoya
d775d89ec4
Admin: Add setting 'disable_clean_exercise_results_for_teachers'
...
See BT#17196
6 years ago
Angel Fernando Quiroz Campos
9936f21167
Quiz: Fix "fill in blanks" whith multiple answer enabled #3195
6 years ago
Julio Montoya
5a31474ed0
Minor - flint fixes
6 years ago
Angel Fernando Quiroz Campos
43809008c2
Quiz: Fix call to method - refs BT#17243
6 years ago
Angel Fernando Quiroz Campos
11b6238155
Quiz: Add number of user answers saved - refs BT#17243
6 years ago
Angel Fernando Quiroz Campos
d8400a456b
WebService: Add GET_COURSE_QUIZ_MDL_COMPAT - refs BT#17145
...
This service roughly matches what the call to MDL's API core_course_get_contents function returns.
6 years ago
Julio Montoya
b12ed6329c
Show answer comment in direct feedback question see BT#17229
6 years ago
Julio Montoya
e33c418bed
Minor - format code
6 years ago
Julio Montoya
1b1584af73
Move code into a function, save LP score after saving exercise BT#17182
...
No need to redirect in order to save quiz status/score
6 years ago
Julio Montoya
d93fb159a0
Exercise list: show only using table c_quiz
...
Check invisible session exercises from item property if exists.
6 years ago
Julio Montoya
c95cd36547
Use id instead of iid for old installations.
6 years ago
Angel Fernando Quiroz Campos
f6db95932f
Quiz: Fix LP list for quiz in base course - refs BT#17163
6 years ago
Julio Montoya
d5deab48dc
Minor - format code + flint fixes
6 years ago
Julio Montoya
d84af474a3
Minor - remove unused code + format code
6 years ago
Angel Fernando Quiroz Campos
85bb9800bc
Quiz: Get the first LP found matching the session ID - refs BT#17140
6 years ago
Julio Montoya
e77f4f5a5c
Fix exercise table order, remove unused exercise_tooltip/link_tooltip
...
BT#17053
6 years ago
Julio Montoya
64a867034e
Minor - flint fixes
6 years ago
Angel Fernando Quiroz Campos
e4d25f0248
Quiz: Get number of questions by user attempt - refs BT#17042
6 years ago
Angel Fernando Quiroz Campos
3c353af391
Quiz: Fix time format for epiclock #2038
6 years ago
Jonathan Novecio
11582d7e87
Clean up
6 years ago
Jonathan Novecio
b2a416eeeb
Clean up
6 years ago
Julio Montoya
50c394b90d
Minor - flint fixes
6 years ago
Jonathan Novecio
f7e1390fe9
Delete a comment
6 years ago
Jonathan Novecio
9a50a13c6c
Fixed indentation in getQuestionCount
6 years ago
Jonathan Novecio
42ca3e01d7
Fixed logic for showing end test button in random test
6 years ago