ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct (ilDBInterface $db, ilSetting $assSettings, $isAssessmentLogEnabled) | |
getUserId () | |
setUserId ($userId) | |
getActiveId () | |
setActiveId ($activeId) | |
getTargetPass () | |
setTargetPass ($targetPass) | |
getQuestionIds () | |
setQuestionIds ($questionIds) | |
perform () | |
Protected Member Functions | |
adoptQuestionAnswer ($questionId) | |
resetTargetSolution ($questionId) | |
resetTargetResult ($questionId) | |
adoptSourceSolution ($questionId) | |
adoptSourceResult ($questionId, $sourcePass) | |
getPreparedDeleteSolutionRecordsStatement () | |
getPreparedSelectSolutionRecordsStatement () | |
getPreparedInsertSolutionRecordStatement () | |
getPreparedDeleteResultRecordStatement () | |
getPreparedSelectResultRecordStatement () | |
getPreparedInsertResultRecordStatement () | |
Protected Attributes | |
$db | |
$processLockerFactory | |
$userId | |
$activeId | |
$targetPass | |
$questionIds | |
Static Protected Attributes | |
static | $preparedDeleteSolutionRecordsStatement = null |
static | $preparedSelectSolutionRecordsStatement = null |
static | $preparedInsertSolutionRecordStatement = null |
static | $preparedDeleteResultRecordStatement = null |
static | $preparedSelectResultRecordStatement = null |
static | $preparedInsertResultRecordStatement = null |
Definition at line 11 of file class.ilAssQuestionUserSolutionAdopter.php.
ilAssQuestionUserSolutionAdopter::__construct | ( | ilDBInterface | $db, |
ilSetting | $assSettings, | ||
$isAssessmentLogEnabled | |||
) |
ilDBInterface | $db | |
ilSetting | $assSettings | |
bool | $isAssessmentLogEnabled |
Definition at line 78 of file class.ilAssQuestionUserSolutionAdopter.php.
|
protected |
Definition at line 170 of file class.ilAssQuestionUserSolutionAdopter.php.
References adoptSourceResult(), adoptSourceSolution(), resetTargetResult(), and resetTargetSolution().
Referenced by perform().
|
protected |
Definition at line 225 of file class.ilAssQuestionUserSolutionAdopter.php.
References $res, $row, array, getActiveId(), getPreparedInsertResultRecordStatement(), getPreparedSelectResultRecordStatement(), getTargetPass(), and time.
Referenced by adoptQuestionAnswer().
|
protected |
Definition at line 198 of file class.ilAssQuestionUserSolutionAdopter.php.
References $res, $row, array, getActiveId(), getPreparedInsertSolutionRecordStatement(), getPreparedSelectSolutionRecordsStatement(), getTargetPass(), and time.
Referenced by adoptQuestionAnswer().
ilAssQuestionUserSolutionAdopter::getActiveId | ( | ) |
Definition at line 111 of file class.ilAssQuestionUserSolutionAdopter.php.
References $activeId.
Referenced by adoptSourceResult(), adoptSourceSolution(), resetTargetResult(), and resetTargetSolution().
|
protected |
Definition at line 291 of file class.ilAssQuestionUserSolutionAdopter.php.
References array.
Referenced by resetTargetResult().
|
protected |
Definition at line 242 of file class.ilAssQuestionUserSolutionAdopter.php.
References array.
Referenced by resetTargetSolution().
|
protected |
Definition at line 320 of file class.ilAssQuestionUserSolutionAdopter.php.
Referenced by adoptSourceResult().
|
protected |
Definition at line 271 of file class.ilAssQuestionUserSolutionAdopter.php.
Referenced by adoptSourceSolution().
|
protected |
Definition at line 303 of file class.ilAssQuestionUserSolutionAdopter.php.
Referenced by adoptSourceResult().
|
protected |
Definition at line 254 of file class.ilAssQuestionUserSolutionAdopter.php.
Referenced by adoptSourceSolution().
ilAssQuestionUserSolutionAdopter::getQuestionIds | ( | ) |
Definition at line 143 of file class.ilAssQuestionUserSolutionAdopter.php.
References $questionIds.
Referenced by perform().
ilAssQuestionUserSolutionAdopter::getTargetPass | ( | ) |
Definition at line 127 of file class.ilAssQuestionUserSolutionAdopter.php.
References $targetPass.
Referenced by adoptSourceResult(), adoptSourceSolution(), resetTargetResult(), and resetTargetSolution().
ilAssQuestionUserSolutionAdopter::getUserId | ( | ) |
Definition at line 95 of file class.ilAssQuestionUserSolutionAdopter.php.
References $userId.
Referenced by perform().
ilAssQuestionUserSolutionAdopter::perform | ( | ) |
Definition at line 156 of file class.ilAssQuestionUserSolutionAdopter.php.
References adoptQuestionAnswer(), getQuestionIds(), and getUserId().
|
protected |
Definition at line 190 of file class.ilAssQuestionUserSolutionAdopter.php.
References array, getActiveId(), getPreparedDeleteResultRecordStatement(), and getTargetPass().
Referenced by adoptQuestionAnswer().
|
protected |
Definition at line 182 of file class.ilAssQuestionUserSolutionAdopter.php.
References array, getActiveId(), getPreparedDeleteSolutionRecordsStatement(), and getTargetPass().
Referenced by adoptQuestionAnswer().
ilAssQuestionUserSolutionAdopter::setActiveId | ( | $activeId | ) |
int | $activeId |
Definition at line 119 of file class.ilAssQuestionUserSolutionAdopter.php.
References $activeId.
ilAssQuestionUserSolutionAdopter::setQuestionIds | ( | $questionIds | ) |
array | $questionIds |
Definition at line 151 of file class.ilAssQuestionUserSolutionAdopter.php.
References $questionIds.
ilAssQuestionUserSolutionAdopter::setTargetPass | ( | $targetPass | ) |
int | $targetPass |
Definition at line 135 of file class.ilAssQuestionUserSolutionAdopter.php.
References $targetPass.
ilAssQuestionUserSolutionAdopter::setUserId | ( | $userId | ) |
int | $userId |
Definition at line 103 of file class.ilAssQuestionUserSolutionAdopter.php.
References $userId.
|
protected |
Definition at line 61 of file class.ilAssQuestionUserSolutionAdopter.php.
Referenced by getActiveId(), and setActiveId().
|
protected |
Definition at line 46 of file class.ilAssQuestionUserSolutionAdopter.php.
Referenced by __construct().
|
staticprotected |
Definition at line 31 of file class.ilAssQuestionUserSolutionAdopter.php.
|
staticprotected |
Definition at line 16 of file class.ilAssQuestionUserSolutionAdopter.php.
|
staticprotected |
Definition at line 41 of file class.ilAssQuestionUserSolutionAdopter.php.
|
staticprotected |
Definition at line 26 of file class.ilAssQuestionUserSolutionAdopter.php.
|
staticprotected |
Definition at line 36 of file class.ilAssQuestionUserSolutionAdopter.php.
|
staticprotected |
Definition at line 21 of file class.ilAssQuestionUserSolutionAdopter.php.
|
protected |
Definition at line 51 of file class.ilAssQuestionUserSolutionAdopter.php.
|
protected |
Definition at line 71 of file class.ilAssQuestionUserSolutionAdopter.php.
Referenced by getQuestionIds(), and setQuestionIds().
|
protected |
Definition at line 66 of file class.ilAssQuestionUserSolutionAdopter.php.
Referenced by getTargetPass(), and setTargetPass().
|
protected |
Definition at line 56 of file class.ilAssQuestionUserSolutionAdopter.php.
Referenced by getUserId(), and setUserId().