Julio Montoya
f489b52b08
Minor - format code
5 years ago
Julio Montoya
15c437a371
Minor - format code
5 years ago
Julio Montoya
9dff93545c
Plugins: Add positioning plugin see #3644
5 years ago
Angel Cubas
84b413a01e
Ticket: Add configuration setting $_configuration['ticket_lp_quiz_info_add'] to add extra data, learningpath_id and exercise id in tickets report - refs #3564
5 years ago
Julio Montoya
87bdefa8e0
Exercises: Fix remind list when using "block_category_questions"
...
BT#17789
5 years ago
Julio Montoya
a3bcb2ad2a
Exercises: Allow question reminder when using category groups BT#17789
5 years ago
Julio Montoya
e45f3a7dd8
Minor - fix php warning
5 years ago
Julio Montoya
58b7ae4784
Exercises: Use png instead of jpeg, fix base64 format + show sign in pdf
...
BT#17793
5 years ago
Julio Montoya
eb704374eb
Minor - format code, move question timer below the test timer.
5 years ago
Julio Montoya
8319b13a6d
Exercises: question duration add validations BT#17791 WIP
5 years ago
Julio Montoya
8dfc932016
Exercises: allow_time_per_question requires DB change to save spent time
...
BT#17791
5 years ago
Julio Montoya
7816eda91c
Plugins: Add exercise signature see BT#17896
5 years ago
Angel Fernando Quiroz Campos
59bb5365ba
Initialize variables properly - refs BT#16791
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
cfaa20b818
Quiz: Add additional check on answers sent on single-page exams when pressing the "finish test" button: if all answers received are null, do not allow saving - refs BT#17265
5 years ago
Yannick Warnier
b5fe3d9374
Minor - Update code documentation and logging format
5 years ago
Angel Fernando Quiroz Campos
4bd8fef0dd
Validate quiz_check_button_enable request #3226
6 years ago
Angel Fernando Quiroz Campos
9bb6355362
Add second request with sleep - refs #3226
6 years ago
Angel Fernando Quiroz Campos
d9b46e6cf0
Quiz: Add answer-saving procedure check before starting the quiz #3226
...
Add $_configuration['quiz_check_button_enable'] conf setting
6 years ago
Julio Montoya
aad2abe7e9
Minor - format code
6 years ago
Julio Montoya
d81cef333d
Fix delineation results see BT#15827
6 years ago
Angel Fernando Quiroz Campos
5e441b1035
Plugin: Fix Whispeak when saving question answer - refs BT#15819
6 years ago
Angel Fernando Quiroz Campos
165e25eb8a
Plugin: Whispeak validate when saving question - refs BT#15819
6 years ago
Angel Fernando Quiroz Campos
bcaf23593e
Quiz: Convert date in live resutls - refs BT#15765
6 years ago
Angel Fernando Quiroz Campos
9cca874ec1
Fix CKEditor's qmarkersrolls dialog whith large quiz titles - refs BT#15389
7 years ago
Angel Fernando Quiroz Campos
d9b6639348
Add CKEditor plugin Quiz Markers Rolls - refs BT#15389
...
This plugin allows set quizzes markers in video with mediaelement
7 years ago
Julio
56c10148b3
Improve speed when generating score see BT#
7 years ago
Julio
11c6672def
Add course code in the unique question id see BT#15230
7 years ago
Julio
4bfc4a678f
Show id in question preview, redirect to last page after new question
...
was created. See BT#15314
7 years ago
Julio Montoya
c83956e8d0
Minor - fix php notices, clean php code, add int in query
7 years ago
Julio Montoya
7c765b0e63
Minor - fix php notices, clean php code
7 years ago
Ivan Zambrano
a853f7dddb
Apply patch from analyses/8906
7 years ago
Ivan Zambrano
0e2a01c30c
Correct bot check
7 years ago
Ivan Zambrano
a2284cccc3
Merge of degre certainty question type
7 years ago
Julio
dbfd99b0c1
Fix mathajax elements when previewing a question see BT#13308
7 years ago
jmontoyaa
43b88f4c13
Fix hotspot when using time limit see #2524
8 years ago
jmontoyaa
a2dea1a380
Minor - format code
8 years ago
jmontoyaa
070258d122
Add "select all/unselect all" button when reviewing an exercise
...
See BT#14250
8 years ago
Ivan Zambrano
98efe2a62d
Question degre de certitude
8 years ago
jmontoyaa
04d30c87d9
Fix wrong duration time when doing an exercise inside a LP see BT#14149
...
Changes come from ofaj_dev branch:
- Fix firefox issue when loading events during "unload"
- Add ajax call to save exercise duration when page unload
-
8 years ago
Julio Montoya
ecdc2037e2
Applied fixes from FlintCI
8 years ago
jmontoyaa
6919041abd
Fix hidden select when preview fill in blank question #2415
8 years ago
Julio Montoya
bf885f42f4
Applied fixes from FlintCI
8 years ago
jmontoyaa
b9b2f12066
Fix fill in blanks errors see #2053
...
- Use a hash of the value (sha1) instead of doing value="my text "
8 years ago
jmontoyaa
2279b4e087
Minor - fix typo
8 years ago
jmontoyaa
d0965e0ef2
Fix question list order when using remember and random questions
...
See BT#13664
8 years ago
jmontoyaa
5a27b57a30
Minor - format code.
8 years ago
jmontoyaa
f50451223b
Minor - format code.
8 years ago
jmontoyaa
d384f674d3
Remove $_SESSION + format code
8 years ago
Yannick Warnier
b34ad5677a
Add switch to hide remaining time in live stats for exercises - fix #1555
9 years ago