qbank_viewquestiontext/question_text_format

Javascript for question_text_format question bank control.

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

Members

(static, constant) init

Source:

Initialise question text format widget.

Find the uiRoot element and attach a change listener to the question text format selector.

Methods

(async, inner) handleFormatChange(e) → {Promise.<void>}

Source:

Save the selected format via a web service call, and refresh the UI.

Parameters:
Name Type Description
e Event

Select field change event.

Returns:
Type
Promise.<void>