Julio Montoya
3751de203b
Fix textarea id see BT#16116
6 years ago
Julio Montoya
59692ef059
Fix calculated question on enter action see BT#15827
...
when using the popup feedback type
6 years ago
Julio Montoya
91eebe92da
Minor - format code
6 years ago
Julio Montoya
1670b329fb
Minor - remove debug, fix php warnings
6 years ago
Julio Montoya
65ce27e5a0
Minor - format code
6 years ago
Julio Montoya
d81cef333d
Fix delineation results see BT#15827
6 years ago
Julio Montoya
eccddab92f
Minor - format code, flint fixes
6 years ago
Julio Montoya
b17dedddf5
Score format "exercise_score_format" fixes see BT#15958
6 years ago
Julio Montoya
de0f6024e1
Add new score format "exercise_score_format" see BT#15958
6 years ago
Julio Montoya
54116c5c89
Minor - format code, clean code
6 years ago
Angel Fernando Quiroz Campos
d0ed874d16
Minor - Flint fixes
6 years ago
Julio Montoya
b3f62a1504
Minor - update from v2
6 years ago
Julio Montoya
383a843ab4
Minor - get correct value from extra field
6 years ago
Julio Montoya
94062a2f4e
Minor - fix redirections because of the result page time limit
...
BT#15743
6 years ago
Julio Montoya
9e5469bf4e
Add js count down, if quiz extra field "results_available_for_x_minutes"
...
See BT#15743
6 years ago
Angel Fernando Quiroz Campos
97ddaf1598
Minor - flint fixes
6 years ago
Julio Montoya
12ca5444fa
Restore changes: Add extra field for exercises see BT#15743
...
Option added "results_available_for_x_minutes"
6 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;
6 years ago
Julio Montoya
84d4105a90
Add new exercise settings to handle page results UI see BT#15844
...
New config:
$_configuration['allow_quiz_results_page_config'] = false;
Requires a DB change.
6 years ago
Julio Montoya
b6267722dc
Add new exercise feedback type EXERCISE_FEEDBACK_TYPE_POPUP see BT#15827
6 years ago
Angel Fernando Quiroz Campos
285759b315
Quiz: Scenario mode is not embeddable #2945
6 years ago
Julio
de02f907b0
Fix php fatal error
6 years ago
Julio
831c7ff2ed
Fix format code
6 years ago
Julio
140690094b
Minor - format code
6 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
6 years ago
Julio
68e6bf661c
Minor - flint fixes
6 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
6 years ago
Angel Fernando Quiroz Campos
34f57596fc
Add quiz_generate_certificate_ending conf setting - refs BT#15760
...
Generate certificate when ending a quiz.
The quiz needs to be linked to a gradebook category and have set the pass percentage.
6 years ago
Julio Montoya
0334316846
Add new option "AutoEvaluationAndRankingMode" see BT#15746
6 years ago
Julio Montoya
a2e1cb92bc
Minor - fix unused code
6 years ago
Julio Montoya
a90bb3b63d
Add extra field for exercises see BT#15743
...
Option added "results_available_for_x_minutes"
6 years ago
Julio Montoya
94b7ca55b6
Add "Unanswered" status for unique questions see BT#15579
6 years ago
Angel Fernando Quiroz Campos
f5fd5b7418
Quiz: Hide header in result page when exercise is embed on video - refs BT#15389
6 years ago
Julio Montoya
d8fdd1f410
Minor - format code, fix php docs (from master)
7 years ago
Julio Montoya
9262b38429
Minor - flint fixes
7 years ago
Angel Fernando Quiroz Campos
7f279342b4
QuestionOptionsEvaluation: Fix result when teacher correcting quiz - refs BT#15265
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
69fe1a477a
Minor - improve code speed
7 years ago
Angel Fernando Quiroz Campos
bc16fa6254
Fix validation with quiz_question_limit_per_day - refs BT#15234
7 years ago
Angel Fernando Quiroz Campos
657af7711e
Revert "Fix validation with quiz_question_limit_per_day - refs BT#15234"
...
This reverts commit a92f9db6fd
.
7 years ago
Angel Fernando Quiroz Campos
a92f9db6fd
Fix validation with quiz_question_limit_per_day - refs BT#15234
7 years ago
Julio
c07b9958a4
Replace $(document).ready with shortcut version
7 years ago
Angel Fernando Quiroz Campos
b93206ad4c
Minor - Flint fixes - refs BT#15362
7 years ago
Julio
efcd6d14dd
Add "allow_gradebook_stats" config to improve gradebook speed
...
See BT#14357
Requires:
- DB changes see configuration.dist.php
- editing the entities: GradebookLink.php and GradebookEvaluation
7 years ago
Angel Fernando Quiroz Campos
3f3c16b4bd
QuestionOptionsEvaluation: Fix save and show score - refs BT#15265
7 years ago
Angel Fernando Quiroz Campos
29bf4c5bb1
QuestionOptionsEvaluation: Fix evaluation formulas - refs BT#15265
7 years ago
Julio
909a6d424a
Minor - flint fixes
7 years ago
Angel Fernando Quiroz Campos
ed0cba3cf4
Add course setting quiz_question_limit_per_day - refs BT#15234
...
If set to greater than 0, this option will prevent the learner from entering a test that has more than what remains for the daily allowance. For example, is the limit is 50 and the learner has already taken 2 tests of 20 questions, it will not let the learner enter another 20 questions test (20+20+20=60 > 50). However, it will let the learner enter a 10 questions test (20+20+10=50).
7 years ago
Julio Montoya
7c93e97232
Add new "result disable" option in exercises "Show only correct answer" BT#15233
7 years ago