Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is 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: 1 time
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