jmontoyaa
e00b9728c5
Minor - format code
7 years ago
Julio Montoya
f32ca6dc9b
Applied fixes from FlintCI
7 years ago
jmontoyaa
cf77354c24
Minor - format code
7 years ago
jmontoyaa
b9b2f12066
Fix fill in blanks errors see #2053
...
- Use a hash of the value (sha1) instead of doing value="my text "
7 years ago
jmontoyaa
2cd1e948b2
Add api_get_cidreq(), fix URLs
7 years ago
jmontoyaa
81f23ed7b7
Minor - format code
7 years ago
jmontoyaa
11c3b82fab
Exercise - Fix wrong results when using MULTIPLE_ANSWER_COMBINATION
...
See #2249
7 years ago
jmontoyaa
6bfbff799d
Send score in percentage in the exam result notification BT#13710
...
//$_configuration['send_notification_score_in_percentage'] = false;
7 years ago
Julio
f00950dea9
Fix PHP warnings, add Exercise parameter
7 years ago
Julio
57cd87eef8
Fix PHP mysql error, when resolving an exercise
7 years ago
Julio
eb7d4027e6
Add new exercise report, showing sessions and exercise categories
...
See BT#13187
- Add course id when creating new objects Answer/Question/Exercise
- Format code
7 years ago
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)
7 years ago
jmontoyaa
6dd2a9b360
Fix question remind list order see BT#13664
...
- Fix question remind list update
7 years ago
jmontoyaa
81d5951a2c
Minor - Remove unused variable
7 years ago
jmontoyaa
d0965e0ef2
Fix question list order when using remember and random questions
...
See BT#13664
7 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
7 years ago
jmontoyaa
0df6764e7f
Fix exercise max score (when setting LP prerequisites) see #2189
7 years ago
jmontoyaa
3a860199d7
Minor - format code, fix php docs, fix variable names
...
- Remove unused function process_geometry, show_lp_javascript
7 years ago
jmontoyaa
8d3cb10249
Minor - format code.
7 years ago
jmontoyaa
f2d09a8e53
Add export parameter
7 years ago
jmontoyaa
9b58903a87
Fix PDF export see BT#13394
7 years ago
jmontoyaa
f50451223b
Minor - format code.
7 years ago
jmontoyaa
c7d398f9de
Minor - format code
7 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;
7 years ago
jmontoyaa
ab00cdbf0c
Minor - format code.
7 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.
7 years ago
Angel Fernando Quiroz Campos
4664d73bfa
Remove message to review question with reviewed oral question - refs BT#12619
8 years ago
jmontoyaa
ef68b41673
Minor - format code.
8 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;
8 years ago
jmontoyaa
03eb860909
Minor - format code
8 years ago
jmontoyaa
4eefae2a98
Fix progress see BT#12999
8 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
8 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
8 years ago
jmontoyaa
d422c5370a
Format code - replace funtion name is_pass_pourcentage_enabled()
8 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.
8 years ago
Angel Fernando Quiroz Campos
e710e460e9
Remove excess white spaces in Fill Blanks questions - refs BT#12630
8 years ago
jmontoyaa
e3cec9e067
Minor - format code, update docs
8 years ago
jmontoyaa
3df374af4e
Fix update title see BT#12626
8 years ago
Angel Fernando Quiroz Campos
1f68292b90
Add option to display draggable question like with vertical orientation - refs BT#12625
8 years ago
Scrutinizer Auto-Fixer
0746c59ba3
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
8 years ago
jmontoyaa
02831a4fcf
Minor - format code
8 years ago
jmontoyaa
805353f231
Update title in all LPs that have this quiz added see BT#12626
8 years ago
jmontoyaa
0804826134
Minor - format code
8 years ago
Angel Fernando Quiroz Campos
1322a8caf5
Fix show question result when reading comprehension is failed #1896
8 years ago
Yannick Warnier
abfea6f87a
Hide question description in results of READING_COMPREHENSION question type and fix issue not showing results table - refs #1896
8 years ago
Jose Loguercio
9919b854d7
Fix Save SpeedReading Result
8 years ago
Jose Loguercio
6929603729
Fix TEXT unselect and complete blur text
8 years ago
Angel Fernando Quiroz Campos
caf965709c
Fix exercise title as html - refs BT#12441
8 years ago
Angel Fernando Quiroz Campos
547bdb5d83
Rename save_titles_as_html to save_titles_as_html - refs BT#1244
8 years ago
Angel Fernando Quiroz Campos
e7406cf633
Replace question_title_html with save_titles_like_html - refs BT#12441 BT#12538
8 years ago