- Description:
 Allow the user to search for learners within the grader report.
- Source:
 - Copyright:
 - 2023 Mathew May 
 
- 2023 Mathew May 
 - License:
 - http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 
Allow the user to search for learners within the grader report.
Methods
fetchDataset() → {Promise.<*>}
- Description:
 Get the data we will be searching against in this component.
- Source:
 
Returns:
- Type
 - Promise.<*>
 
selectAllResultsLink() → {string|*}
- Description:
 Build up the view all link.
- Source:
 
Returns:
- Type
 - string | *
 
selectOneLink(userID) → {string|*}
- Description:
 Build up the link that is dedicated to a particular result.
- Source:
 
Parameters:
| Name | Type | Description | 
|---|---|---|
userID | 
            
            Number | The ID of the user selected.  | 
        
Returns:
- Type
 - string | *