jmontoyaa
6dd2a9b360
Fix question remind list order see BT#13664
...
- Fix question remind list update
8 years ago
jmontoyaa
d0965e0ef2
Fix question list order when using remember and random questions
...
See BT#13664
8 years ago
jmontoyaa
dcd6ffee6a
Minor - format code
8 years ago
jmontoyaa
fd25bd9b56
Fix show glossary in LP see BT#13415
8 years ago
jmontoyaa
c7d398f9de
Minor - format code
8 years ago
jmontoyaa
bd0848db36
Remove $_SESSION use.
8 years ago
Julio
5a4f2d274f
Minor - replace origin (already added with api_get_cidreq)
9 years ago
jmontoyaa
137f8df1f8
Minor - format code.
9 years ago
Angel Fernando Quiroz Campos
80151243e0
Create JS lib for record audio and oral expression question - refs BT#12615
9 years ago
jmontoyaa
43804d2459
Minor - remove var_dump
9 years ago
jmontoyaa
4601bc570e
New options added to setting 'email_alert_manager_on_new_quiz'
...
See BT#12303
- Fix Formvalidator to handle multiple checkboxes
- Rework exercise notifications
- CourseManager::saveCourseConfigurationSetting now accepts array
will be converted into a string comma separated values.
No database change needed.
9 years ago
jmontoyaa
1451a902b8
Minor - format code
9 years ago
Angel Fernando Quiroz Campos
d12a47f6e0
Fix 65188b0
9 years ago
Angel Fernando Quiroz Campos
caf965709c
Fix exercise title as html - refs BT#12441
9 years ago
Yannick Warnier
9ab6470b75
Minor - Replace deprecated function calls #scrutinizer
9 years ago
Angel Fernando Quiroz Campos
7087b9fa17
Fix 65188b0510
9 years ago
Yannick Warnier
65188b0510
Update deprecated display_*_message() calls
9 years ago
jmontoyaa
8d17f5dbcc
Minor - format code
...
- Replaced 'Security :: remove_XSS' to 'Security::remove_XSS'
- Replaced 'unset ()' to 'unset()'
9 years ago
jmontoyaa
fb61eb2f48
Minor - Display :: return_icon to Display::return_icon
9 years ago
jmontoyaa
244a19d4c7
Replace Database :: get_main_table with Database::get_main_table
9 years ago
Scrutinizer Auto-Fixer
e4ee87e70d
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
9 years ago
jmontoyaa
c76b331e5a
Minor - format code
9 years ago
Angel Fernando Quiroz Campos
23f0e5d55c
Fix jquery selectors to save exercise - refs BT#12444
9 years ago
Angel Fernando Quiroz Campos
a8b5750640
Use buttons instead of anchors in exercise submit - refs BT#12444
9 years ago
Angel Fernando Quiroz Campos
82ff09884a
Use buttons instead of anchors in exercise submit - refs BT#12444
9 years ago
Yannick Warnier
7e9b2556ca
Minor - Change some display_x_message() calls to return_message() calls
9 years ago
Angel Fernando Quiroz Campos
a1c4c6fe62
Adding Annotation question type - refs BT#10892
...
Work in progress
9 years ago
jmontoyaa
2a1269458a
Fix loop when time control see #1618
9 years ago
jmontoyaa
086b69b327
Minor - format code, fix php warning
9 years ago
jmontoyaa
46a08a4cfb
Format code, fix PHP warning.
9 years ago
Angel Fernando Quiroz Campos
2ae500a748
Fix multiple answer when showing correct answers on last attempt - refs BT#11024
9 years ago
jmontoyaa
fab7a58076
Use __DIR__ when calling global.inc.php
...
This is needed for an easy migration to chamilo v2
9 years ago
jmontoyaa
54ef79d95b
Minor - format code
9 years ago
jmontoyaa
aad0efb579
Reset question number.
9 years ago
jmontoyaa
0ce264055e
Use configuration template
9 years ago
jmontoyaa
f8a668d41b
Minor - format code
9 years ago
jmontoyaa
d17a0c3aca
Change params order returnFontAwesomeIcon
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
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
1497c5e8e6
Fix random questions - refs BT#11186 #8229
10 years ago
Angel Fernando Quiroz Campos
700d3516f8
Fix random questions - refs BT#11186 #8229
10 years ago
Angel Fernando Quiroz Campos
72cd91d40f
Use RecordRTC or Wami adding audio on execises tool - refs BT#11060
10 years ago
jmontoyaa
e2c1d77d61
Exercise (remove use of 0000-00-00 00:00:00)
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
da418e6f1a
Allow save correct answers for the next attempt - refs BT#11024
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
Yannick Warnier
48c47f54c5
Fix exercise description appearing multiple time in multiple-question-per-page mode - refs #8125
10 years ago
Alex Aragon
b931b00855
css setting panel description for arrow state CT#8123
10 years ago
Alex Aragon
c896e041e7
css setting panel description for arrow state CT#8123
10 years ago
Alex Aragon
f951121e32
fix panel collapse description CT#8123
10 years ago