Yannick Warnier
f3d62b65ad
Security: Sanitize file name when uploading chunks with bigUpload (2)
2 years ago
Christian
c336df09ef
Exercise: Rename globals questions by combination in code - refs BT#20518
3 years ago
Christian
0d759dc954
Exercise: Fix display question attempt in modal - refs BT#20366
3 years ago
Christian
6b59b41283
Exercise - add 4 type of questions with global score - refs BT#19930
4 years ago
Christian
efa7d00dbd
Minor : Clean code with php-cs-fixer
4 years ago
Christian
8457b73559
Upload : Add chunk for multiple upload files - refs BT#19380
4 years ago
Angel Fernando Quiroz Campos
e7427e2e2f
Add quiz_keep_alive_ping_interval conf setting - refs BT#19345
...
Define how many seconds an AJAX request should be started to avoid loss of connection
4 years ago
Christian
0bc5e78b14
Exercise: Fix space in foreach verified by flintci in this PR - refs BT19079
4 years ago
Angel Fernando Quiroz Campos
c25841c2e3
Minor - Flint fixes
4 years ago
Christian
e62d59aca6
Exercise - Improve code to add remove link and clean user upload_answer folder - refs BT#18258
4 years ago
christianbeeznest
8832ddb09b
Exercise: Add "file upload" question type - refs BT#18258
...
Authored-by: Christian <christian1827@gmail.com>
4 years ago
Julio
d501af7f9d
Fix queries: Add Database::escape_string + int casting
4 years ago
Julio
31d2af7647
Minor - add exit, fix typo
4 years ago
Yannick Warnier
915d67909d
Exercise: Convert id usage for iid - refs #18452
4 years ago
Julio Montoya
0a4b4ea2e4
Admin: Add config allow_quick_question_description_popup
...
Allows a quick question description edition with a selected
image from a popup.
BT#18814
4 years ago
Angel Fernando Quiroz Campos
ec024dcf1d
Quiz: Use iid instead of id in c_quiz queries - refs BT#18452
5 years ago
Julio Montoya
473035f3a2
Add int casting, fix "order by" queries
5 years ago
Julio Montoya
74f7e92cac
Fix error when exercise has no answers and time expired
...
Fix redirect in overview.php see BT#18534
5 years ago
Angel Fernando Quiroz Campos
4fc5228fc3
Quiz: Add questions saved counter next to the "Finish test" button - refs BT#18451
5 years ago
Julio Montoya
df2a0f5248
Exercises - Replace QuestionsToReview to VerificationOfAnsweredQuestions
...
For the quiz_check_all_answers_before_end_test setting BT#18253
5 years ago
Julio Montoya
e90a098313
Minor - Format code
5 years ago
Julio
ea949a732d
Admin: Add config quiz_check_all_answers_before_end_test BT#18253
...
WIP
5 years ago
Julio
8d3c091e85
Exercises: Allow review answers when block categories is turn on
...
WIP see BT#17789
5 years ago
Julio
bfb9d889b7
Minor - format code, remove unused code
5 years ago
Angel Fernando Quiroz Campos
1121579057
Minor - Flint fixes - refs BT#16742
5 years ago
Angel Fernando Quiroz Campos
fa882681a8
XAPI: Add grouping activities in context for course statements - refs BT#16742
5 years ago
Angel Fernando Quiroz Campos
c0df68672f
Quiz: Add hook when answering question - refs BT#16742
5 years ago
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