christianbeeznest
8832ddb09b
Exercise: Add "file upload" question type - refs BT#18258
...
Authored-by: Christian <christian1827@gmail.com>
4 years ago
Yannick Warnier
5868d605d3
Internal: Add entity documentation in code
4 years ago
Yannick Warnier
915d67909d
Exercise: Convert id usage for iid - refs #18452
5 years ago
Angel Fernando Quiroz Campos
8d08d2979b
Quiz: Use iid instead of id in c_quiz_question queries - refs BT#18452
5 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
ac89f2c40b
Exercises: Fix word "HTML" in pdf report BT#18569
5 years ago
Julio Montoya
5c4edb1943
Exercises: Fix overload page if allow record audio is activated.
...
BT#18292
5 years ago
Julio Montoya
b5a4ee2dcd
Minor - format code
5 years ago
Julio Montoya
adbe2ec60e
Exercises: Teachers can see all answer options in mode:
...
RESULT_DISABLE_SHOW_SCORE_ATTEMPT_SHOW_ANSWERS_LAST_ATTEMPT_NO_FEEDBACK
BT#18025
5 years ago
Julio Montoya
f15ed3478f
Exercises: Add new option result disable option see BT#18025
...
RESULT_DISABLE_SHOW_SCORE_ATTEMPT_SHOW_ANSWERS_LAST_ATTEMPT_NO_FEEDBACK
5 years ago
Julio Montoya
8bf24b61e4
Exercises: Fix point float comparison BT#18017 WIP
5 years ago
Julio Montoya
9dff93545c
Plugins: Add positioning plugin see #3644
5 years ago
Julio Montoya
c7a50210a3
Exercise: Add radar results option #3644
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
e65dbf49c7
Minor - format code
5 years ago
Julio Montoya
bd1db37bcd
Minor - format code
5 years ago
Yannick Warnier
6a86253884
Quiz: Allow teacher to PDF-export the list of answers of a student - refs BT#17914
5 years ago
Julio Montoya
128f4ef877
Minor - format code
6 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.
6 years ago
Angel Fernando Quiroz Campos
9a2890c104
Quiz: Fix hotspot result #3044
6 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;
6 years ago
Julio Montoya
fe5352b3f3
Update from master (format code)
6 years ago
Angel Fernando Quiroz Campos
72280e942b
Rename variable - refs BT#16152
6 years ago
Angel Fernando Quiroz Campos
a7948972a8
Quiz: Add quiz_open_question_decimal_score conf setting - refs BT#16152
...
Allow the teacher to rate the open, oral expression and annotation question types with a decimal score.
6 years ago
Julio Montoya
b07eded8e5
Minor - flint fixes
6 years ago
Julio Montoya
ebffa82e01
Add exercise review test BT#16144
6 years ago
Julio Montoya
baa827304d
Fix textarea id BT#16144
6 years ago
Julio Montoya
54116c5c89
Minor - format code, clean code
7 years ago
Julio Montoya
70a731284d
WIP: Refactor immediate popup direct feedback code BT#15827
7 years ago
Julio Montoya
dbbb577a48
Allow different "save_correct_answers" options see BT#15844
...
In order to get all answers (correct and incorrect) from previous attempt
Requires a DB change.
$_configuration['allow_quiz_save_correct_options'] = false;
7 years ago
Julio Montoya
b6267722dc
Add new exercise feedback type EXERCISE_FEEDBACK_TYPE_POPUP see BT#15827
7 years ago
Julio
7d5e68d1d7
Update UI when using "course score model" see BT#12898
7 years ago
Julio
8e6a76b8a1
Change result disable option see BT#15743
...
Option RESULT_DISABLE_SHOW_SCORE_AND_EXPECTED_ANSWERS_AND_RANKING now
works like
RESULT_DISABLE_SHOW_SCORE_AND_EXPECTED_ANSWERS and
RESULT_DISABLE_RANKING
7 years ago
Julio
1d4ec845a7
Change result disable option see BT#15743
...
Option RESULT_DISABLE_SHOW_ONLY_IN_CORRECT_ANSWER_AND_RANKING now
works like
RESULT_DISABLE_SHOW_ONLY_IN_CORRECT_ANSWER and
RESULT_DISABLE_RANKING
7 years ago
Julio Montoya
0334316846
Add new option "AutoEvaluationAndRankingMode" see BT#15746
7 years ago
Julio Montoya
5c0a4276ce
Add translate html config js for exercise descriptions see BT#15641
7 years ago
Julio Montoya
94b7ca55b6
Add "Unanswered" status for unique questions see BT#15579
7 years ago
Julio Montoya
d8fdd1f410
Minor - format code, fix php docs (from master)
7 years ago
Angel Fernando Quiroz Campos
7f279342b4
QuestionOptionsEvaluation: Fix result when teacher correcting quiz - refs BT#15265
7 years ago
Julio
c07b9958a4
Replace $(document).ready with shortcut version
7 years ago
Julio
fd492c85fc
Feedback is set to no results/no score then don't show send email
...
Is useless to send a notification when the student cannot have access
to the page BT#15403
7 years ago
Julio
e3e5a822b4
Don't allow send email notification in exam mode BT#15403
...
Link inside email will contain
no data because student cannot see results
7 years ago
Julio
f677cca9a6
Show results in PDF see BT#15451
7 years ago
Julio Montoya
6e36fbcd2c
Use bccomp to compare float requires php-bcmath extension BT#15438
7 years ago
Angel Fernando Quiroz Campos
162fc98c13
Exercises: Show ranking mode for teachers #2788
7 years ago
Julio Montoya
1177c7ebdb
Minor - format code, avoid double casting
7 years ago
Julio Montoya
8eb003ef6c
Minor - flint fixes
7 years ago
Julio Montoya
2ecfa748ef
Exercises: Add new "show score" option see BT#15154
...
Do not show the score (only when user finishes all attempts)
but show feedback for each attempt.
7 years ago
Julio Montoya
a5c5e41a61
Minor - flint fixes; format code
7 years ago
Julio Montoya
e3d67828a2
Minor - format code
8 years ago