Commit Graph

252 Commits (9ed6dc66f5e041237e363ccbbfdffc99bc6e21b2)

Author SHA1 Message Date
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. 13 years ago
Julio Montoya 81584e91bb Removing $fromExercise value see BT#6262 13 years ago
Julio Montoya 892c66df24 Only 1 fastEdition variable 13 years ago
Julio Montoya 1b7bdfa3b5 Using textarea instead ckeditor if course exercise setting was set to "fast edition" see BT#6264 + adding UniqueAnswerImage toolbar 13 years ago
Yannick Warnier 93e82ed165 Improved display of media questions 13 years ago
Julio Montoya 74a4b33d2d Minor - format code 13 years ago
Julio Montoya 3471adca78 Minor - format code 13 years ago
Julio Montoya 2986aba906 Fixing exercise "pagination" when using medias 13 years ago
Julio Montoya 51b2fecba7 Fixing media + categories exercise submit page (works when the "exercise-category" table is empty) 13 years ago
Julio Montoya b4ad05a933 Only 1 category per question see BT#6093 13 years ago
Julio Montoya c8ea456640 Fixing exercise exam pagination when using "medias" 13 years ago
Julio Montoya 74ad6ceab2 Loading categories if you select a media. When selecting a media only 1 category is allowed 13 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. 13 years ago
Julio Montoya 237c16a030 If a media question was selected then you can only add 1 category 13 years ago
Julio Montoya fbb5148802 Adding ModelAjaxController in order to replace the model.ajax.php file. This class only works for the question pool for now. Adding reuse and copy actions in the questions pool. 13 years ago
Julio Montoya 33609a1d9c Minor - changing function names 13 years ago
Julio Montoya f5ec2b93fa Minor - removing whitespaces adding comments 13 years ago
Julio Montoya a76e2b1d0f Fixing question pool filter 13 years ago
Julio Montoya 27d7a1003c Adding new question tool table with extra fields using jqgrid 13 years ago
Julio Montoya 78caeb5f1e Adding new question pool filters in /web/exercise/question-pool 13 years ago
Julio Montoya 3ad4245489 If fast edit exercise setting is on then show the question advanced settings 13 years ago
Julio Montoya 40ac7c5f12 Removing descripion in the jqgrid list + removing target attribute 13 years ago
Julio Montoya f6b9d779c1 Fixing query 13 years ago
Julio Montoya 2348583172 Changing global/local categories colors + adding edit/delete buttons for media questions 13 years ago
Julio Montoya 1de8064eb4 Adding extra field filters for the new question global list see BT#6042 13 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. 13 years ago
Julio Montoya 35afbdd043 Removing use of global to set submit button attrinutes. submitText and submitClass variables added in the Question class. 13 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. 13 years ago
Julio Montoya 6bcc4ddda6 Fixing media question list. Inserting a, b, c instead of 1,2,3 see BT#6093 13 years ago
Julio Montoya e81a6d4374 Adding function Question::getMediaLabels() in order to get the media questions 13 years ago
Julio Montoya 92373af299 Moving question types in main_api.lib.php 13 years ago
Julio Montoya 3b38a68604 Fixing question edition 13 years ago
Julio Montoya c16ea2ba08 Adding new fields for the QuizCategory in order to use the Tree - Nestedset behavior of Doctrine2 13 years ago
Julio Montoya 73323bbd2c Adding question extra fields in the question form see BT#6098 13 years ago
Julio Montoya 585afd31dd Minor adding api_get_cidreq and fixing PHP warning 13 years ago
Julio Montoya 0f4c7493a1 Adding missing table c_quiz_question_rel_category 13 years ago
Julio Montoya cc33865c9e Minor - cosmetic changes 13 years ago
Julio Montoya a80068100d Fixing diffirent bugs due recent merge with the global and multiple categories in exercises see BT#5638 13 years ago
Julio Montoya 5eeac46588 Adding new structure for Exercises: adding "iid" fields in quiz_ tables. Adding autolaunch for exercise 13 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 13 years ago
Julio Montoya cfac24c461 Removing deprecating function function get_setting() is replaced with api_get_setting(), 13 years ago
Julio Montoya 617adea5de Adding draggable type question (based in matching) see BT#5980 13 years ago
Julio Montoya 5c7b44b478 Adding new unique image answer type see BT#5938 13 years ago
Julio Montoya 23f364d2cf Removing fileUpload.lib and fileManager.lib calls lib already loaded with composer. fileManage.lib.php renamed to fileManager.lib.php 14 years ago
Yannick Warnier 0aa989490b Minor: improved return value to be able to manage errors more gracefully in exercises results 14 years ago
Julio Montoya 639235dd6f Category title already added 14 years ago
Julio Montoya 9633312b4d Minor - Fixing PHP notices 14 years ago
Julio Montoya a308a976d3 Removing text_filter function calls (function is unused) 14 years ago
Yoselyn Castillo 7386207fce Fixed review message for oral expression questions - refs #5756 14 years ago
Julio Montoya d1addaf9fb Minor - php warnings 14 years ago