carlos alvarado
ff50a99627
Exercise: Exercise result per question, incoherent data. Missing filter
...
on ExerciseLib::get_student_stats_by_question
- refs
#3428
5 years ago
=
5af68014ec
Exercise: Fix issue limit of exercise itents - refs GH#3392
5 years ago
Angel Fernando Quiroz Campos
2900dfa79b
Quiz: Dont allow start/continuesession is session read-only - refs BT#16791
5 years ago
=
5104308e5f
Exercise: Fix issue showing less questions in the question pool when deleting a question - refs GH#2991
5 years ago
Angel Fernando Quiroz Campos
7b42b42c35
Fix shuffle questions by categories - refs BT#15591
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
Nosolored
48c60d9769
mobileapp value in origin variable to hide headers
5 years ago
Nosolored
75da2b7845
Minor - flint fixes
5 years ago
Nosolored
8e506f0dee
noheader value in origin variable to hide headers
5 years ago
Julio Montoya
128f4ef877
Minor - format code
5 years ago
Angel Fernando Quiroz Campos
73348d506c
Quiz: Fix table style and inputs for categories in configuration
5 years ago
Yannick Warnier
54f284cfc9
Minor: Add code documentatoin to Exercise::getQuestionForTeacher()
5 years ago
Angel Fernando Quiroz Campos
7c426d8b93
Quiz: Remove Display::display_footer in result.php
5 years ago
Julio Montoya
e936e64c88
Exercises: Fix missing NoFeedback option BT#17585
5 years ago
carlos alvarado
9b11cff1b5
Exercise result: Exporting pdf is impossible #3222
...
Possible fix to
"Notice: ob_clean(): failed to delete buffer. No buffer to delete in /furanet/sites/11.chamilo.org/web/htdocs/main/exercise/exercise_show.php on line 942"
https://www.php.net/manual/en/function.ob-clean.php#Hcom114967
Check if had buffer.
5 years ago
carlos alvarado
6536618396
Import an exercise via Excel: error calculating the maximum score #3145
...
Fixed problem in javascript to show custom scores.
Only the items marked as correct in the unique response are added to the total.
5 years ago
Julio Montoya
6788494355
Minor - format code
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
b042a115f5
Quiz: Fix hotspot questions by user #3044
5 years ago
Angel Fernando Quiroz Campos
9a2890c104
Quiz: Fix hotspot result #3044
5 years ago
carlos alvarado
4b10960a08
Minor - Tests/Report by question broken for many types of tests #3177
...
Apply flint diff
5 years ago
carlos alvarado
86d7f34409
Tests/Report by question broken for many types of tests #3177
...
Get all question of exercise and display in stats.php instead of showing the amount selected for the test
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
Julio Montoya
532c50bcfa
Minor - format code
5 years ago
Angel Fernando Quiroz Campos
0dd8a257a5
Quiz: Use template for result.php - refs BT#16791
5 years ago
Angel Fernando Quiroz Campos
f6b489c003
Create template for exercise_result.php - refs BT#16791
5 years ago
Angel Fernando Quiroz Campos
44836e74d8
Minor - Format code - refs BT#16791
5 years ago
Angel Fernando Quiroz Campos
b50b752ee5
Quiz: Use template for exercise_result - refs BT#16791
5 years ago
Angel Fernando Quiroz Campos
0080063840
Minor - Format code - refs BT#16791
5 years ago
Angel Fernando Quiroz Campos
bb099be88f
Add hook at the end of the quiz - refs BT#16791
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
362f1a1396
Quiz - Fix linefeed issue blocking JS execution (although it goes against code conventions) and update language terms - refs #3090
5 years ago
Nosolored
0b739ca210
Minor - flint fixes
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
5897b3879d
Fix question pool + improve speed BT#17325
5 years ago
Julio Montoya
6dba9455b3
Add (int) casting
5 years ago
Julio Montoya
f01061c98d
Minor - format code
5 years ago
Julio Montoya
9bc91383d7
Fix reuse mass action in question_pool.php BT#17325
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
d7e60e3923
Exercise: Disable auto change of feedback
...
When changing the Questions per page.
5 years ago
Julio Montoya
9cf9e724f9
Add event log to save changes when updating a course BT#17347
...
Log name = course_settings_changed
5 years ago
Julio Montoya
f560d7f7b5
Admin: Add setting 'show_exercise_question_certainty_ribbon_result'
...
Add option to show the question certainty degree score result BT#17394
5 years ago