Commit Graph

61 Commits (57947095a3afef99532aeec01122408e250f647f)

Author SHA1 Message Date
Julio Montoya 21318bb128 Fix "Multiple answer true/false/don't know" question CRUD 9 years ago
Julio Montoya 4b2daf2800 Fix exercise double icons. 10 years ago
aragonc 33d6ff59a7 fix buttons btn-default ct#7615 10 years ago
Julio Montoya e401720627 Fix form UI. 10 years ago
Julio Montoya 5d351996b3 CKeditor fixes. 10 years ago
Julio Montoya 8446f11b3c Minor - format code. 10 years ago
Imanol Losada 8d3cd2b4e3 Minor - Code cleaning and style 10 years ago
Imanol Losada 6c4b056278 Minor - Fix notice messages. Undefined variable issues. 10 years ago
aragonc 94984e6b12 merge 11 years ago
Julio Montoya 2c7e7ff431 Minor - fixing PHP warnings. 11 years ago
Julio Montoya 4f2721953d Using absolut URL paths 12 years ago
Julio Montoya 6b3aadbf4b Using Session class + fixing redirection bug. 12 years ago
Julio Montoya 021194035b Fixing question field log error. An empty row was added in the database when the field value was the same as the previous record. 12 years ago
Julio Montoya 81584e91bb Removing $fromExercise value see BT#6262 12 years ago
Julio Montoya 74a4b33d2d Minor - format code 12 years ago
Julio Montoya 74ad6ceab2 Loading categories if you select a media. When selecting a media only 1 category is allowed 12 years ago
Julio Montoya 292a481752 When selecting a media question the category select is auto filled. If you select a media question you can only have 1 category. 12 years ago
Julio Montoya 3ad4245489 If fast edit exercise setting is on then show the question advanced settings 12 years ago
Julio Montoya 1c659c795c Fixing Fill blanks with new ckeditor changes 12 years ago
Julio Montoya 4f54e9ab1c Fixing question edition 12 years ago
Julio Montoya 249fe52343 No need to add c_id when saving c_quiz_answer items because this items are related to a unique question (iid), the relationship of quiz-question-course stays in c_quiz_rel_question. 12 years ago
Julio Montoya 35afbdd043 Removing use of global to set submit button attrinutes. submitText and submitClass variables added in the Question class. 12 years ago
Julio Montoya 8010cd2e77 Cleaning exercise classes in order to be loaded by a controller. This classes print echos when editing a question so it can't be managed by a controller. 12 years ago
Julio Montoya 7e76838566 Minor - format changes 12 years ago
Julio Montoya 73323bbd2c Adding question extra fields in the question form see BT#6098 12 years ago
Julio Montoya 585afd31dd Minor adding api_get_cidreq and fixing PHP warning 12 years ago
Julio Montoya cc33865c9e Minor - cosmetic changes 12 years ago
Julio Montoya 5eeac46588 Adding new structure for Exercises: adding "iid" fields in quiz_ tables. Adding autolaunch for exercise 12 years ago
Julio Montoya 7f532ffb68 Adding option "allow_fast_exercise_edition" to enable a fast way to edit exercise questions: jqgrid instead of draggable questio list, textarea instead of fckeditor see BT#6043 12 years ago
Julio Montoya ead8c3a886 Fixing PHP notice 12 years ago
Julio Montoya d7aa82379c Minor - removing whitespaces 12 years ago
Julio Montoya 9033462ba6 Adding 'force_edit_exercise_in_lp' option in exercise class, in order to allow or disallow the edition of an exercise even if its added into a LP see #5288 12 years ago
Julio Montoya 7d49277af9 Removing ALLOWED_TO_INCLUDE constant 12 years ago
Julio Montoya 101e1cc2de Adding medias and attaching to a question see BT#5714 12 years ago
Julio Montoya 0bda7f8b1f Adding some code in order to use media questions see BT#5714 12 years ago
Julio Montoya 0737d389bb Fixing Scenario errors see #5375 12 years ago
Julio Montoya 1bca023011 Should fix time limit exercise score when adding an exercise in a LP see #5255 13 years ago
Julio Montoya e0c616cf9b Adding btn CSS class when adding a button with formvalidator, fixing CSS, fixing exercise buttons 13 years ago
Julio Montoya 62216a9b88 Fixing exercise forms due recent form changes 13 years ago
Julio Montoya 528cfd47c2 Adding nanogong question type in exercises see BT#3593 13 years ago
Julio Montoya 63a1f5c8da Fixing SQL queries due DB changes (single database) 13 years ago
Julio Montoya d4575946ab Fixing question messages see #3774 14 years ago
Yannick Warnier 9f535715a9 Minor - Adapting code comments to phpdoc 14 years ago
root 5b2ec4f888 permission commit + removes tests directory 14 years ago
Julio Montoya 684c323f08 Image class improved, adding Imagick support to Chamilo, by default the gd lib is available need to change a constant in IMAGE_PROCESSOR in the image.lib.php file see #2664 requires testing 14 years ago
Julio Montoya f39f25ae01 Adding new exercise type of question Delineation and Scenario, updating swf of hotspots see #2974 (partial), 14 years ago
Julio Montoya 4f03fd2fd3 Partial fix when removing adding the new type of question \"Unique answer with unknown\" 14 years ago
Julio Montoya e079bc18cf Removing exit functions (used for testing) + some fixes when using hotspots see BT#1917 14 years ago
Julio Montoya 6faecd5023 Fixiong exercise UNIQUE_ANSWER_NO_OPTION 14 years ago
Julio Montoya 9c2087bf47 More exercise improvements ... 14 years ago