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
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
9b58903a87
Fix PDF export see BT#13394
8 years ago
jmontoyaa
9544603c8f
Minor - format code.
8 years ago
jmontoyaa
ff0048170d
Minor - format code.
9 years ago
jmontoyaa
ab00cdbf0c
Minor - format code.
9 years ago
Julio
4dde42e1e1
Minor - change function name replace_urls_inside_content_html_from_copy_course
9 years ago
Alex Aragon
4753a2cae1
fix style in result exercises - refs BT#13111
9 years ago
jmontoyaa
74775f871f
Add setting setting 'hide_free_question_score' see BT#12613
...
Hide score for free/annotation/oral questions
9 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.
9 years ago
Angel Fernando Quiroz Campos
7707ab76cf
Fix and improve question result UI - refs BT#12615
9 years ago
Angel Fernando Quiroz Campos
07418e4b8e
Show ANNOTATION question type as 'Not reviewed' - refs BT#12615
9 years ago
Alex Aragon
f784a9157f
fix css style result question - refs BT#12686
9 years ago
Angel Fernando Quiroz Campos
191a5c923d
Minor - Add cast integers and remove JS unused on question.class.php - refs BT#12874
9 years ago
jmontoyaa
386f66d0c4
Show question feedback if not correct see BT#12611
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
3d996d4760
Replace "0/10" to ""? / 10"
...
if score of open/oral question was not reviewed see BT#12303
9 years ago
Angel Fernando Quiroz Campos
a17717aee7
Improve code for Question::resizePicture - refs BT#12892
9 years ago
Angel Fernando Quiroz Campos
dde61135e0
Fix resize question image - refs BT#12892
...
See e5f386c719
9 years ago
jmontoyaa
03de0860c2
Minor - format code
9 years ago
jmontoyaa
318e00cf32
Minor - format code
9 years ago
Angel Fernando Quiroz Campos
827976e415
Fix #1792
9 years ago
jmontoyaa
e3cec9e067
Minor - format code, update docs
9 years ago
jmontoyaa
e69903c3f7
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
da4f463432
Fix result messages for READING_COMPREHENSION question type - refs #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
Yannick Warnier
af7e3a176a
Rename READING_SPEED question type to READING_COMPREHENSION for better semantic naming - refs #1896
9 years ago
Yannick Warnier
34cef4c3b7
Rename selectLevel() to getLevel() in question class
9 years ago
Yannick Warnier
c51267af0e
Revert previous commit - refs GH#1896
9 years ago
Yannick Warnier
4e0402753e
Update language variable to ReadingComprehension in question.class.php - refs GH#1896
9 years ago
Yannick Warnier
026707555d
Add basic implementation of READING_SPEED question. Mostly a copy of UNIQUE_ANSWER - refs GH#1896
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
jmontoyaa
e0903aa2b9
Minor - format code replace "TRUE" with "true"
9 years ago
Angel Fernando Quiroz Campos
f34970e21f
Allow save question titles with HTML - refs BT#12538
9 years ago
Alex Aragon
5687f738b3
fix add btb question
9 years ago
jmontoyaa
15dbabe801
Code improvement
...
edf2061989
9 years ago
Angel Fernando Quiroz Campos
edf2061989
Improve code readability on export question image
9 years ago
Angel Fernando Quiroz Campos
e77a1f2b3c
Fix export question image when copying question
9 years ago
Scrutinizer Auto-Fixer
e4fb96b1e4
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
9 years ago
jmontoyaa
e5f386c719
Hot spot improve code
...
- Remove use of globals
- New function getHotSpotFolderInCourse()
- resizePicture() function is private
- image resize is executed after the uploadPicture function
- format code
9 years ago
Alex Aragon
63214df8f1
fix btn convert answer
9 years ago
jmontoyaa
6dc440ad77
Change saved quiz filename to quiz-now().jpg see #1771
9 years ago
jmontoyaa
eeef962b57
Code improvements
...
- Format code
- add function visibility,
- replace FALSE to false
- spacing
9 years ago
Angel Fernando Quiroz Campos
f041d62f1c
Show annotation question on exercise results - refs BT#10892
9 years ago
Yannick Warnier
a7482979f9
Minor - Code style - Use "self" instead of classname within the class and remove spaces around :: operator
9 years ago
Angel Fernando Quiroz Campos
a1c4c6fe62
Adding Annotation question type - refs BT#10892
...
Work in progress
9 years ago
jmontoyaa
76c9db0d80
Minor - format code + update docs
9 years ago