◆ __construct()
◆ applyFilterCmd()
ilCmiXapiScoringGUI::applyFilterCmd |
( |
| ) |
|
|
protected |
◆ buildTableGUI()
ilCmiXapiScoringGUI::buildTableGUI |
( |
string |
$tableId | ) |
|
|
protected |
◆ executeCommand()
ilCmiXapiScoringGUI::executeCommand |
( |
| ) |
|
◆ getTableDataRange()
ilCmiXapiScoringGUI::getTableDataRange |
( |
bool |
$scopeUserRank = false | ) |
|
|
private |
◆ initHighScoreTable()
ilCmiXapiScoringGUI::initHighScoreTable |
( |
| ) |
|
|
protected |
◆ initTableData()
ilCmiXapiScoringGUI::initTableData |
( |
| ) |
|
|
protected |
Definition at line 112 of file class.ilCmiXapiScoringGUI.php.
References ILIAS\Repository\object().
Referenced by showCmd().
115 $filter->setActivityId($this->
object->getActivityId());
119 $this->
object->getLrsType()->getLrsEndpointStatementsAggregationLink(),
124 $this->
object->getLrsType()->getBasicAuth(),
128 $scoringReport = $request->queryReport($this->
object->getId());
129 if (
true === $scoringReport->initTableData()) {
130 $this->tableData = $scoringReport->getTableData();
131 $this->userRank = $scoringReport->getUserRank();
◆ initUserRankTable()
ilCmiXapiScoringGUI::initUserRankTable |
( |
| ) |
|
|
protected |
◆ resetFilterCmd()
ilCmiXapiScoringGUI::resetFilterCmd |
( |
| ) |
|
|
protected |
◆ showCmd()
ilCmiXapiScoringGUI::showCmd |
( |
| ) |
|
|
protected |
◆ $access
◆ $dic
ILIAS DI Container ilCmiXapiScoringGUI::$dic |
|
private |
◆ $main_tpl
◆ $object
◆ $tableData
array ilCmiXapiScoringGUI::$tableData |
|
private |
◆ $tableHtml
string ilCmiXapiScoringGUI::$tableHtml = '' |
|
private |
◆ $userRank
int ilCmiXapiScoringGUI::$userRank = null |
|
private |
◆ PART_FILTER_ACTIVE_ONLY
const ilCmiXapiScoringGUI::PART_FILTER_ACTIVE_ONLY = 1 |
◆ PART_FILTER_ALL_USERS
const ilCmiXapiScoringGUI::PART_FILTER_ALL_USERS = 3 |
◆ PART_FILTER_INACTIVE_ONLY
const ilCmiXapiScoringGUI::PART_FILTER_INACTIVE_ONLY = 2 |
◆ PART_FILTER_MANSCORING_DONE
const ilCmiXapiScoringGUI::PART_FILTER_MANSCORING_DONE = 4 |
◆ PART_FILTER_MANSCORING_NONE
const ilCmiXapiScoringGUI::PART_FILTER_MANSCORING_NONE = 5 |
The documentation for this class was generated from the following file: