jmontoyaa
2b788be2bc
Fix Skills lib
...
- Format code
- Convert function names to camelCase
- Add Database::escape_string
- Fix return message using Display::addFlash (skills_gradebook.php)
8 years ago
jmontoyaa
6dd2a9b360
Fix question remind list order see BT#13664
...
- Fix question remind list update
8 years ago
jmontoyaa
81d5951a2c
Minor - Remove unused variable
8 years ago
jmontoyaa
d0965e0ef2
Fix question list order when using remember and random questions
...
See BT#13664
8 years ago
jmontoyaa
1a4124cf54
Remove unused "require_once"
...
- ChamiloIndexer.class.php and IndexableChunk.class.php
are already loaded using composer. No need to use require_once.
- Adding @todo to rework file specific_fields_manager.lib.php
8 years ago
jmontoyaa
0df6764e7f
Fix exercise max score (when setting LP prerequisites) see #2189
8 years ago
jmontoyaa
3a860199d7
Minor - format code, fix php docs, fix variable names
...
- Remove unused function process_geometry, show_lp_javascript
8 years ago
jmontoyaa
8d3cb10249
Minor - format code.
8 years ago
jmontoyaa
f2d09a8e53
Add export parameter
8 years ago
jmontoyaa
9b58903a87
Fix PDF export see BT#13394
8 years ago
jmontoyaa
f50451223b
Minor - format code.
8 years ago
jmontoyaa
c7d398f9de
Minor - format code
8 years ago
jmontoyaa
ca8186bcba
Add setting 'hide_user_info_in_quiz_result' see BT#13185
...
Hide user information in the quiz result's page
$_configuration['hide_user_info_in_quiz_result'] = false;
9 years ago
jmontoyaa
ab00cdbf0c
Minor - format code.
9 years ago
jmontoyaa
6d347e73f4
Add setting 'allow_notification_setting_per_exercise' see BT#13019
...
Allows to setup "email notifications" per exercise as a complement of
the course setting. If there's not an exercise notification setting,
then it will take the course setting.
Requires a DB change.
9 years ago
Angel Fernando Quiroz Campos
4664d73bfa
Remove message to review question with reviewed oral question - refs BT#12619
9 years ago
jmontoyaa
ef68b41673
Minor - format code.
9 years ago
jmontoyaa
a55b7b98d3
Add Setting "allow_quiz_show_previous_button_setting" see BT#13001
...
Requires DB change:
ALTER TABLE c_quiz ADD show_previous_button TINYINT(1) DEFAULT 1;
9 years ago
jmontoyaa
03eb860909
Minor - format code
9 years ago
jmontoyaa
4eefae2a98
Fix progress see BT#12999
9 years ago
jmontoyaa
41c164230f
Add setting "allow_quiz_question_feedback" requires DB change
...
- ALTER TABLE c_quiz_question ADD COLUMN feedback text;
See BT#12611
9 years ago
jmontoyaa
6150fe7d70
Exercise result UI changes
...
- Change feedback message color, centralized in one function.
- "notCorrectedYet" message centralized in one function
- Add message "Temporary score: %s open question(s) not corrected yet"
if open/oral questions in exercise
- Fix function name get_question_ribbon -> getTotalQuestionRibbon
- Rename function name (to camelCase)
- Create new function getQuestionRibbon
- Remove un used functions.
- Add new "rib-warning" class if questions is "Not reviewed yet" (oral, free)
see BT#12303
9 years ago
jmontoyaa
d422c5370a
Format code - replace funtion name is_pass_pourcentage_enabled()
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
Angel Fernando Quiroz Campos
e710e460e9
Remove excess white spaces in Fill Blanks questions - refs BT#12630
9 years ago
jmontoyaa
e3cec9e067
Minor - format code, update docs
9 years ago
jmontoyaa
3df374af4e
Fix update title see BT#12626
9 years ago
Angel Fernando Quiroz Campos
1f68292b90
Add option to display draggable question like with vertical orientation - refs BT#12625
9 years ago
Scrutinizer Auto-Fixer
0746c59ba3
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
9 years ago
jmontoyaa
02831a4fcf
Minor - format code
9 years ago
jmontoyaa
805353f231
Update title in all LPs that have this quiz added see BT#12626
9 years ago
jmontoyaa
0804826134
Minor - format code
9 years ago
Angel Fernando Quiroz Campos
1322a8caf5
Fix show question result when reading comprehension is failed #1896
9 years ago
Yannick Warnier
abfea6f87a
Hide question description in results of READING_COMPREHENSION question type and fix issue not showing results table - refs #1896
9 years ago
Jose Loguercio
9919b854d7
Fix Save SpeedReading Result
9 years ago
Jose Loguercio
6929603729
Fix TEXT unselect and complete blur text
9 years ago
Angel Fernando Quiroz Campos
caf965709c
Fix exercise title as html - refs BT#12441
9 years ago
Angel Fernando Quiroz Campos
547bdb5d83
Rename save_titles_as_html to save_titles_as_html - refs BT#1244
9 years ago
Angel Fernando Quiroz Campos
e7406cf633
Replace question_title_html with save_titles_like_html - refs BT#12441 BT#12538
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
ee4c66d9cc
Minor - format code, fix function typo getExercisesByCourseSession
9 years ago
jmontoyaa
244a19d4c7
Replace Database :: get_main_table with Database::get_main_table
9 years ago
Yannick Warnier
74b41af637
Move break to ensure the break is clear + minor code style changes
9 years ago
Angel Fernando Quiroz Campos
2ca3f3f3b4
Show hotspot answers according the colors
9 years ago
jmontoyaa
eb3d26cb8e
Remove unused commented code. Replace "if (true)" condition.
9 years ago
jmontoyaa
78b9858036
Remove unused specialCategoryOrders variable fixes #1795
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