gradereport_singleview/grade

Description:
  • A small modal to search grade items within the gradebook.

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

A small modal to search grade items within the gradebook.

Methods

(inner) afterSelect(selected)

Description:
  • Define the action to be performed when an item is selected by the search widget.

Source:
Parameters:
Name Type Description
selected String

The selected item's value.

(inner) init()

Description:
  • Our entry point into starting to build the search widget. It'll eventually, based upon the listeners, open the search widget and allow filtering.

Source:

(inner) registerListenerEvents()

Description:
  • Register grade item search widget related event listeners.

Source:

(inner) searchGradeitems() → {function}

Description:
  • Define how we want to search and filter grade items when the user decides to input a search value.

Source:
Returns:
Type
function