Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Public Member Functions | List of all members
qtype_calculated_question_with_expressions Interface Reference

This interface defines the method that a quetsion type must implement if it is to work with qtype_calculated_question_helper. More...

Inheritance diagram for qtype_calculated_question_with_expressions:
qtype_calculated_question qtype_calculatedmulti_multi_question qtype_calculatedmulti_single_question qtype_calculatedsimple_question

Public Member Functions

 calculate_all_expressions ()
 Replace all the expression in the question definition with the values computed from the selected dataset by calling $this->vs->calculate() and $this->vs->replace_expressions_in_text() on the parts of the question that require it.
 

Detailed Description

This interface defines the method that a quetsion type must implement if it is to work with qtype_calculated_question_helper.

As well as this method, the class that implements this interface must have fields public $datasetloader; // of type qtype_calculated_dataset_loader public $vs; // of type qtype_calculated_variable_substituter

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

The documentation for this interface was generated from the following file: