[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/question/engine/ -> upgrade.txt (source)

   1  This files describes API changes for the core question system.
   2  
   3  
   4  === 2.6 ===
   5  
   6  1) The method question_behaviour::is_manual_grade_in_range and move and become
   7  question_engine::is_manual_grade_in_range.
   8  
   9  2) The arguments to core_question_renderer::mark_summary changed from
  10  ($qa, $options) to ($qa, $behaviouroutput, $options). If you have overridden
  11  that method you will need to update your code.
  12  
  13  3) Heading level for number(), add_part_heading() and respond_history()
  14  has been lowered by one level. These changes are part of improving the page
  15  accessibility and making heading to have proper nesting. (MDL-41615)
  16  
  17  === Earlier changes ===
  18  
  19  * Were not documented in this way. Sorry.


Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1