Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

Base class for rendering question types like this one.

Copyright: 2011 The Open University
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 145 lines (6 kb)
Included or required:0 times
Referenced: 2 times
Includes or requires: 0 files

Defines 1 class

qtype_elements_embedded_in_question_text_renderer:: (7 methods):
  formulation_and_controls()
  get_fragments_glue_placeholders()
  qtext_id()
  post_qtext_elements()
  box_id()
  specific_feedback()
  correct_response()


Class: qtype_elements_embedded_in_question_text_renderer  - X-Ref

Renders question types where the question includes embedded interactive elements.

formulation_and_controls(question_attempt $qa,question_display_options $options)   X-Ref
No description

get_fragments_glue_placeholders($fragments)   X-Ref
Find strings that we can use to glue the fragments with

These strings have to be all different and neither of them can be present in the text

param: array $fragments
return: array array with indexes from 1 to count($fragments)-1

qtext_id($qa)   X-Ref
No description

post_qtext_elements(question_attempt $qa,question_display_options $options)   X-Ref
No description

box_id(question_attempt $qa, $place)   X-Ref
No description

specific_feedback(question_attempt $qa)   X-Ref
No description

correct_response(question_attempt $qa)   X-Ref
No description