ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
isValidVerb (string $verb) | |
getVerbUri (string $verb) | |
getDynamicSelectOptions (?array $verbs) | |
getSelectOptions () | |
Static Public Member Functions | |
static | getVerbTranslation (ilLanguage $lng, string $verb) |
static | getInstance () |
Data Fields | |
const | COMPLETED = 'http://adlnet.gov/expapi/verbs/completed' |
const | PASSED = 'http://adlnet.gov/expapi/verbs/passed' |
const | FAILED = 'http://adlnet.gov/expapi/verbs/failed' |
const | SATISFIED = 'http://adlnet.gov/expapi/verbs/satisfied' |
const | PROGRESSED = 'http://adlnet.gov/expapi/verbs/progressed' |
const | EXPERIENCED = 'http://adlnet.gov/expapi/verbs/experienced' |
Protected Attributes | |
array | $verbs |
Definition at line 30 of file class.ilCmiXapiVerbList.php.
ilCmiXapiVerbList::getDynamicSelectOptions | ( | ?array | $verbs | ) |
|
static |
Definition at line 138 of file class.ilCmiXapiVerbList.php.
Referenced by ilCmiXapiLaunchGUI\CMI5preLaunch(), ilObjCmiXapi\getStatement(), ilCmiXapiStatementsTableGUI\initFilter(), ilCmiXapiStatementsGUI\initVerbFilter(), ilLTIConsumerXapiStatementsGUI\initVerbFilter(), ilCmiXapiVerbListTest\testVerbList(), and ilCmiXapiVerbListTest\testVerbTranslation().
ilCmiXapiVerbList::getSelectOptions | ( | ) |
Definition at line 103 of file class.ilCmiXapiVerbList.php.
References $DIC.
|
static |
Definition at line 121 of file class.ilCmiXapiVerbList.php.
References ilLanguage\txt().
Referenced by ilCmiXapiStatementsTableGUI\fillRow().
ilCmiXapiVerbList::getVerbUri | ( | string | $verb | ) |
Definition at line 74 of file class.ilCmiXapiVerbList.php.
ilCmiXapiVerbList::isValidVerb | ( | string | $verb | ) |
Definition at line 69 of file class.ilCmiXapiVerbList.php.
|
protected |
Definition at line 39 of file class.ilCmiXapiVerbList.php.
const ilCmiXapiVerbList::COMPLETED = 'http://adlnet.gov/expapi/verbs/completed' |
Definition at line 32 of file class.ilCmiXapiVerbList.php.
Referenced by ilXapiStatementEvaluation\evaluateStatement().
const ilCmiXapiVerbList::EXPERIENCED = 'http://adlnet.gov/expapi/verbs/experienced' |
Definition at line 37 of file class.ilCmiXapiVerbList.php.
const ilCmiXapiVerbList::FAILED = 'http://adlnet.gov/expapi/verbs/failed' |
Definition at line 34 of file class.ilCmiXapiVerbList.php.
const ilCmiXapiVerbList::PASSED = 'http://adlnet.gov/expapi/verbs/passed' |
Definition at line 33 of file class.ilCmiXapiVerbList.php.
Referenced by ilXapiStatementEvaluation\evaluateStatement().
const ilCmiXapiVerbList::PROGRESSED = 'http://adlnet.gov/expapi/verbs/progressed' |
Definition at line 36 of file class.ilCmiXapiVerbList.php.
const ilCmiXapiVerbList::SATISFIED = 'http://adlnet.gov/expapi/verbs/satisfied' |
Definition at line 35 of file class.ilCmiXapiVerbList.php.