. /** * qbank_viewquestiontext external functions and service definitions. * * @package qbank_viewquestiontext * @category webservice * @copyright 2023 Catalyst IT Europe Ltd * @author Mark Johnson * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $functions = [ 'qbank_viewquestiontext_set_question_text_format' => [ 'classname' => 'qbank_viewquestiontext\external\set_question_text_format', 'description' => 'Sets the preference for displaying and formatting the question text', 'type' => 'write', 'ajax' => true, ], ];