Commit Graph

20 Commits (c4cd72d623dcebf1118f427fbbf17f1db7ab276b)

Author SHA1 Message Date
Julio Montoya fe5352b3f3 Update from master (format code) 6 years ago
Julio Montoya a627bd47b2 Allow new type of questions in immediate popup exercises BT#15827 6 years ago
Julio Montoya f8d91f9c2d Allow edit questions that are not inside an exercise see BT#15534 7 years ago
Julio Montoya dbe48db9fc Minor - Add flash message, format code, fix phpdocs 7 years ago
Julio Montoya 7510bdba24 Minor - fix question redirection 7 years ago
Julio Montoya 5cfbb9f7ae Minor - add page attribute in URLs 7 years ago
Julio Montoya 002ccd2853 Remove get_count_question_list use getQuestionCount 7 years ago
Julio 4bfc4a678f Show id in question preview, redirect to last page after new question 7 years ago
Julio Montoya 709740fe49 Add question code in question edition (admin only) see BT#15230 7 years ago
Julio b078624552 Minor - format code 7 years ago
Julio Montoya ecdc2037e2 Applied fixes from FlintCI 8 years ago
jmontoyaa 531f5aa24e Add setting "show_exercise_expected_choice" BT#13950 8 years ago
jmontoyaa 41c164230f Add setting "allow_quiz_question_feedback" requires DB change 9 years ago
Angel Fernando Quiroz Campos 7087b9fa17 Fix 65188b0510 9 years ago
Yannick Warnier 65188b0510 Update deprecated display_*_message() calls 9 years ago
Scrutinizer Auto-Fixer d91507ffeb Scrutinizer Auto-Fixes 9 years ago
jmontoyaa 67a5aa7cfe Minor - Format code, remove unused $form->addGroup 9 years ago
jmontoyaa 0436bea0e4 Minor - format code 9 years ago
jmontoyaa 516c5ec619 Minor - format code 9 years ago
Yannick Warnier ba818ee23e Refactoring: move main/exercice/ to main/exercise/ and related folders (except code for migration from 1.9 and 1.10) 10 years ago
Julio Montoya 21318bb128 Fix "Multiple answer true/false/don't know" question CRUD 10 years ago
Julio Montoya 4b2daf2800 Fix exercise double icons. 11 years ago
aragonc 33d6ff59a7 fix buttons btn-default ct#7615 11 years ago
Julio Montoya e401720627 Fix form UI. 11 years ago
Julio Montoya 5d351996b3 CKeditor fixes. 11 years ago
Julio Montoya 8446f11b3c Minor - format code. 11 years ago
Imanol Losada 8d3cd2b4e3 Minor - Code cleaning and style 11 years ago
Imanol Losada 6c4b056278 Minor - Fix notice messages. Undefined variable issues. 11 years ago
aragonc 94984e6b12 merge 12 years ago
Julio Montoya 2c7e7ff431 Minor - fixing PHP warnings. 12 years ago
Julio Montoya 4f2721953d Using absolut URL paths 13 years ago
Julio Montoya 6b3aadbf4b Using Session class + fixing redirection bug. 13 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. 13 years ago
Julio Montoya 81584e91bb Removing $fromExercise value see BT#6262 13 years ago
Julio Montoya 74a4b33d2d Minor - format code 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 3ad4245489 If fast edit exercise setting is on then show the question advanced settings 13 years ago
Julio Montoya 1c659c795c Fixing Fill blanks with new ckeditor changes 13 years ago
Julio Montoya 4f54e9ab1c Fixing question edition 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 7e76838566 Minor - format changes 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 cc33865c9e Minor - cosmetic changes 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 ead8c3a886 Fixing PHP notice 13 years ago