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 |
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 return: array array with indexes from 1 to count($fragments)-1 param: array $fragments |
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 |