jmontoyaa
24da1a49b3
Fix fill in blanks from 1.11.x see BT#3969
8 years ago
jmontoyaa
ef8bdba3d0
Fix merge 1.11.x BT#13950
8 years ago
Angel Fernando Quiroz Campos
72b8613de2
Fix get correct answers in all attempts for oral expression - refs BT#13920
8 years ago
jmontoyaa
b229bf3436
Add config "send_score_in_exam_notification_mail_to_manager" BT#13710
8 years ago
Julio
57cd87eef8
Fix PHP mysql error, when resolving an exercise
8 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
8 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)
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
Alex Aragon
48edcdfdc8
cambios en paginas ofaj - refs BT#13111
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
Alex Aragon
4a847bc85b
fix css report
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
a9361915b4
Remove excess white spaces in Fill Blanks questions - refs BT#12630
9 years ago
Angel Fernando Quiroz Campos
e710e460e9
Remove excess white spaces in Fill Blanks questions - refs BT#12630
9 years ago
jmontoyaa
20e43e750f
Update from 1.11.x (update_title_in_lps) see BT#12626
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
7f17239b5e
Add option to display draggable question like with vertical orientation - refs BT#12625
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