jmontoyaa
10de35b2cd
Change TestCategory class use getCategory instead of constructor.
10 years ago
Angel Fernando Quiroz Campos
331d04acee
Fix spacing between items of FormValidator group
10 years ago
Angel Fernando Quiroz Campos
667e6f0d69
Fix lang variable - refs BT#11024
10 years ago
Yannick Warnier
ba818ee23e
Refactoring: move main/exercice/ to main/exercise/ and related folders (except code for migration from 1.9 and 1.10)
10 years ago
Yannick Warnier
ded9765277
Update type of property definition to match value type
10 years ago
Yannick Warnier
6bf1017ef9
Update Display::img() code to return an empty string in case no image path was provided
...
Avoid calls with empty parameters (suggested by #scrutinizer)
10 years ago
Julio
8601c0290c
Merge 1.10.x
10 years ago
Angel Fernando Quiroz Campos
0ad4eaee3c
Scrutinizer Auto-Fixes ( #1170 )
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
10 years ago
Angel Fernando Quiroz Campos
8f76ee8d0c
Save calculated answer without correct answer - refs #8237
10 years ago
Angel Fernando Quiroz Campos
dfaa4f873d
Fix hotspot question result by a new parameter - refs BT#11202
10 years ago
Angel Fernando Quiroz Campos
a82e76b766
Revert "Fix CALCULATED_ANSWER see #8237"
...
This reverts commit 8104fe7279 .
10 years ago
Angel Fernando Quiroz Campos
ee763e8405
Revert "Fix showing resuls for calculated answers - refs #8237"
...
This reverts commit 2160752128 .
10 years ago
Angel Fernando Quiroz Campos
9cb2a9214c
Revert "Fix conflict - refs #8237"
...
This reverts commit fe0e5a586c .
10 years ago
Angel Fernando Quiroz Campos
6096b797f6
Revert "Save the calculated answer without whished anser - refs #8237"
...
This reverts commit a1f39d1250 .
10 years ago
Yannick Warnier
f55f3b51a0
Minor - Translated comments to English
10 years ago
Angel Fernando Quiroz Campos
a1f39d1250
Save the calculated answer without whished anser - refs #8237
10 years ago
Angel Fernando Quiroz Campos
fe0e5a586c
Fix conflict - refs #8237
10 years ago
Angel Fernando Quiroz Campos
2160752128
Fix showing resuls for calculated answers - refs #8237
10 years ago
Angel Fernando Quiroz Campos
3f94d26026
Fix show hotspot question - refs #8237
10 years ago
jmontoyaa
a788c0e861
Modify behaviour of setting result_disabled see BT#11202
...
result disabled value:
RESULT_DISABLE_SHOW_SCORE_ATTEMPT_SHOW_ANSWERS_LAST_ATTEMPT
10 years ago
Julio
8104fe7279
Fix CALCULATED_ANSWER see #8237
10 years ago
Julio
edc2633272
Minor - Format code
10 years ago
Julio
dd051695d7
Add new exercise option: RESULT_DISABLE_SHOW_SCORE_ATTEMPT_SHOW_ANSWERS_LAST_ATTEMPT
...
If number of attempts is reached then show score and answer.
Otherwise just show only scores. see BT#11202
10 years ago
Angel Fernando Quiroz Campos
7260de7716
Fix exercise creation - refs BT#11148
10 years ago
Angel Fernando Quiroz Campos
3b3cbc97fd
Fix exercise creation - refs BT#11148
10 years ago
jmontoyaa
81d50d2728
Add rule see BT#8177
10 years ago
jmontoyaa
d302357111
Add number validators see #8177
10 years ago
jmontoyaa
2ce5809df2
Fix DB errors
10 years ago
Angel Fernando Quiroz Campos
72cd91d40f
Use RecordRTC or Wami adding audio on execises tool - refs BT#11060
10 years ago
jmontoyaa
6203e48640
Fix exercise start_time and end_time (remove use of 0000-00-00 00:00:00)
10 years ago
Angel Fernando Quiroz Campos
cdd7fb2cf5
Use WamiRecorder instead of Nanogong - refs #10793
10 years ago
Angel Fernando Quiroz Campos
da418e6f1a
Allow save correct answers for the next attempt - refs BT#11024
10 years ago
Angel Fernando Quiroz Campos
879d991f15
Create save_correct_answers column on c_quiz table - refs BT#11024
10 years ago
Nicolas Ducoulombier
ff8290cb87
Fix table name
10 years ago
jmontoyaa
9822473ef5
Set course id to fix PHP notice
10 years ago
jmontoyaa
8b4d5c0fb0
Minor - Format code + fix _construct
10 years ago
jmontoyaa
da20d81947
Fix table name
10 years ago
jmontoyaa
cede17daf3
Use 1 setting instead of 2
10 years ago
jmontoyaa
c6c019b9c7
Add quiz category table see BT#10052
10 years ago
jmontoyaa
940fbdd51c
Adding setting "exercise_enable_category_order" see BT#10052
...
Db changes:
// CREATE TABLE c_quiz_rel_category (iid BIGINT AUTO_INCREMENT NOT NULL, c_id INT NOT NULL, category_id INT NOT NULL, exercise_id INT NOT NULL, count_questions INT NOT NULL, PRIMARY KEY(iid));
// ALTER TABLE c_quiz ADD COLUMN question_selection_type INT;
10 years ago
Alex Aragon
d46b5c1514
fixed css clock CT#8024
10 years ago
Alex Aragon
6aee473d6a
fixed css clock CT#8024
10 years ago
Angel Fernando Quiroz Campos
fa5f19be0e
Fix E_NOTICEs when search_enabled is true - refs BT#10979
10 years ago
Angel Fernando Quiroz Campos
9f4f4a53de
Fix E_NOTICEs when search_enabled is true - refs BT#10979
10 years ago
Angel Fernando Quiroz Campos
d3b4fd28f5
Fix shuffle with hotspot question - refs #8148
10 years ago
Angel Fernando Quiroz Campos
e86630ac24
Fix shuffle with hotspot question - refs #8148
10 years ago
baelmyhu
f0c4e728ba
Fix hotspot creation issue when relpath not empty …
...
See https://support.chamilo.org/issues/8027
Conflicts:
main/inc/lib/javascript/hotspot/js/hotspot.js
10 years ago
Julio Montoya
f9281cce95
Fix DB errors in mysql >= 5.7.10
10 years ago
Angel Fernando Quiroz Campos
b35a767788
Allow change answers for hotspots - refs #7705
10 years ago
Angel Fernando Quiroz Campos
9cf92118c2
Fix save hotspot results on track_e_hotspot - refs #7705
10 years ago