ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Public Member Functions | |
isValidVerb ($verb) | |
getVerbUri ($verb) | |
getDynamicSelectOptions ($verbs) | |
getSelectOptions () | |
Static Public Member Functions | |
static | getVerbTranslation (ilLanguage $lng, $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 | |
$verbs | |
Definition at line 15 of file class.ilCmiXapiVerbList.php.
ilCmiXapiVerbList::getDynamicSelectOptions | ( | $verbs | ) |
|
static |
Definition at line 146 of file class.ilCmiXapiVerbList.php.
Referenced by ilCmiXapiLaunchGUI\CMI5preLaunch(), ilObjCmiXapi\getStatement(), ilCmiXapiStatementsTableGUI\initFilter(), ilCmiXapiStatementsGUI\initVerbFilter(), and ilLTIConsumerXapiStatementsGUI\initVerbFilter().
ilCmiXapiVerbList::getSelectOptions | ( | ) |
|
static |
ilLanguage | $lng | |
string | $verb |
Definition at line 123 of file class.ilCmiXapiVerbList.php.
References ilLanguage\txt().
Referenced by ilCmiXapiStatementsTableGUI\fillRow().
ilCmiXapiVerbList::getVerbUri | ( | $verb | ) |
string | $shortVerbId |
Definition at line 70 of file class.ilCmiXapiVerbList.php.
ilCmiXapiVerbList::isValidVerb | ( | $verb | ) |
|
protected |
Definition at line 27 of file class.ilCmiXapiVerbList.php.
Referenced by getDynamicSelectOptions().
const ilCmiXapiVerbList::COMPLETED = 'http://adlnet.gov/expapi/verbs/completed' |
Definition at line 17 of file class.ilCmiXapiVerbList.php.
Referenced by ilXapiStatementEvaluation\evaluateStatement().
const ilCmiXapiVerbList::EXPERIENCED = 'http://adlnet.gov/expapi/verbs/experienced' |
Definition at line 22 of file class.ilCmiXapiVerbList.php.
const ilCmiXapiVerbList::FAILED = 'http://adlnet.gov/expapi/verbs/failed' |
Definition at line 19 of file class.ilCmiXapiVerbList.php.
const ilCmiXapiVerbList::PASSED = 'http://adlnet.gov/expapi/verbs/passed' |
Definition at line 18 of file class.ilCmiXapiVerbList.php.
Referenced by ilXapiStatementEvaluation\evaluateStatement().
const ilCmiXapiVerbList::PROGRESSED = 'http://adlnet.gov/expapi/verbs/progressed' |
Definition at line 21 of file class.ilCmiXapiVerbList.php.
const ilCmiXapiVerbList::SATISFIED = 'http://adlnet.gov/expapi/verbs/satisfied' |
Definition at line 20 of file class.ilCmiXapiVerbList.php.