jmontoyaa
894aba25f1
Fix PHP warning
8 years ago
jmontoyaa
c0fd8fca98
Fix matching draggable when answer the question again see #2095
8 years ago
jmontoyaa
1263050044
Fix typos, format code
8 years ago
jmontoyaa
851938433a
Fix score in grid see BT#13187
8 years ago
jmontoyaa
855c1af7a9
Show more score information in excel report BT#13187
...
- Add option to hide the "%" sign
8 years ago
jmontoyaa
d440f6eed2
Add column "session_access_start_date" in report see BT#13187
8 years ago
Julio
79271a0c3e
Get course_id from exercise object if not use default value.
8 years ago
Julio
ab8615909c
Fix php warning
8 years ago
Julio
dc90d79662
Fix PHP warnings (fixes travis latest build errors)
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
7ff141e78d
Minor - fix PHP warning
8 years ago
jmontoyaa
d0965e0ef2
Fix question list order when using remember and random questions
...
See BT#13664
8 years ago
Angel Fernando Quiroz Campos
cbe62403b6
Fix recorded audio when it has single .wav extension - refs BT#13601
...
Normally the recorded audio file with WAMI has a double `.wav` extension. In some stranger cases the audio file has a single `.wav` extension
8 years ago
jmontoyaa
389ef71d81
Minor - Fix typo
8 years ago
jmontoyaa
d96792d253
Minor - format code
8 years ago
jmontoyaa
25e289e8db
Fix query see BT#13439
8 years ago
jmontoyaa
7dd131ea12
Minor - format code
8 years ago
jmontoyaa
cbf0ed71fa
Add best score not in LP column see BT#13439
8 years ago
jmontoyaa
304c929567
Add "AddText" button in oral expression question see BT#13438
8 years ago
Alex Aragon
dc8670a125
fix show only score - refs BT#13397
8 years ago
jmontoyaa
d384f674d3
Remove $_SESSION + format code
8 years ago
jmontoyaa
ab00cdbf0c
Minor - format code.
8 years ago
Alex Aragon
6b32bc3881
fix attributes class input radio
8 years ago
Alex Aragon
f2899cc5e8
add class for input radio and check - refs BT#13094
8 years ago
jmontoyaa
19f7d58571
Fix typo "whoIsOnlineInIhisSessionCount" + format code
8 years ago
Angel Fernando Quiroz Campos
8f154662a3
Fix teacher audio feedback - refs BT#12615
8 years ago
jmontoyaa
eea9ca4d7f
WIP: Add score model in student publication see BT#12898
8 years ago
jmontoyaa
77e0218f04
Update UI see BT#12898
8 years ago
jmontoyaa
09c8e4d94f
Remove unused files
8 years ago
jmontoyaa
a5f06b88a3
Remove unused userlogCSV.php file, format code.
...
Remove unused classes TrackingUserLogCSV, TrackingUserLog
classes move functions To Tracking.
8 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.
8 years ago
jmontoyaa
33debc5659
Add setting "score_grade_model" see BT#12898
...
Allow to convert a score into a text/color label
using a model if score is inside those values.
WIP: This change only affects exercises.
8 years ago
jmontoyaa
dbb55f9048
Minor - format code
8 years ago
Angel Fernando Quiroz Campos
3327cd4912
Add allow_teacher_comment_audio configuration setting - refs BT#12615
8 years ago
Angel Fernando Quiroz Campos
b2650c9c1a
Fix temporary score with annotation question for students - refs BT#12615
8 years ago
Angel Fernando Quiroz Campos
7707ab76cf
Fix and improve question result UI - refs BT#12615
8 years ago
jmontoyaa
02518b9e3f
Add session id parameter in function get_group_list
...
Fix group/session events see BT#11972
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
Yannick Warnier
95dcb23620
Minor - Replace deprecated display_warning_message() by return_message(..., 'warning')
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
Scrutinizer Auto-Fixer
2830976b65
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
9 years ago
jmontoyaa
79c7f17832
If exercise is inside LP send the LP-exercise link see BT#12612
9 years ago
Angel Fernando Quiroz Campos
8c5215a0bd
Improve responsive design for draggable question
9 years ago
Angel Fernando Quiroz Campos
216a0e6f35
Fix multiples draggable questions - refs BT#12712
9 years ago
Angel Fernando Quiroz Campos
1f68292b90
Add option to display draggable question like with vertical orientation - refs BT#12625
9 years ago
Yannick Warnier
f4f45552bc
Use default form builder and improve hidden display for READING_COMPREHENSION question type - refs #1896
9 years ago
Yannick Warnier
af7e3a176a
Rename READING_SPEED question type to READING_COMPREHENSION for better semantic naming - refs #1896
9 years ago
Angel Fernando Quiroz Campos
95046a7461
Add reading speed effect
9 years ago