qbank_editquestion/question_status

Status column selector js.

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

Methods

(inner) init(questionId)

Source:

Entrypoint of the js.

Parameters:
Name Type Description
questionId Number

Question id.

(inner) setQuestionStatus(questionId, status) → {Array}

Source:

Set the question status.

Parameters:
Name Type Description
questionId Number

The question id.

status String

The updated question status.

Returns:

The modified question status

Type
Array