\EHParticipantResult

It represents the indvidual results of a exam participant. It contains the total points obtained in the exam. The individual points obtained in each question, and if the exam has grading key, it also stores the grade and the passed/failed result.

Summary

Methods
Properties
Constants
__construct()
getQuestionResultByIndex()
getParticipantId()
setParticipantId()
getGradeId()
setGradeId()
getTotalPoints()
setTotalPoints()
isPassed()
setPassed()
getHasKey()
setHasKey()
getQuestionResults()
setQuestionResults()
getSerialNumber()
setSerialNumber()
getTimeStamp()
setTimeStamp()
getNote()
setNote()
toArray()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$m_sParticipantId
$m_sGrade
$m_nGradeId
$m_fTotalPoints
$m_bPassed
$m_bHasKey
$m_aQuestionResults
$m_nSerialNumber
$m_sTimeStamp
N/A

Properties

$m_sParticipantId

$m_sParticipantId

$m_sGrade

$m_sGrade

$m_nGradeId

$m_nGradeId

$m_fTotalPoints

$m_fTotalPoints

$m_bPassed

$m_bPassed

$m_bHasKey

$m_bHasKey

$m_aQuestionResults

$m_aQuestionResults

$m_nSerialNumber

$m_nSerialNumber

$m_sTimeStamp

$m_sTimeStamp

Methods

__construct()

__construct()

getQuestionResultByIndex()

getQuestionResultByIndex( $index)

Parameters

$index

getParticipantId()

getParticipantId()

setParticipantId()

setParticipantId( $sParticipantId)

Parameters

$sParticipantId

getGradeId()

getGradeId()

setGradeId()

setGradeId( $nGradeId)

Parameters

$nGradeId

getTotalPoints()

getTotalPoints()

setTotalPoints()

setTotalPoints( $fTotalPoints)

Parameters

$fTotalPoints

isPassed()

isPassed()

setPassed()

setPassed( $bPassed)

Parameters

$bPassed

getHasKey()

getHasKey()

setHasKey()

setHasKey( $bHasKey)

Parameters

$bHasKey

getQuestionResults()

getQuestionResults()

setQuestionResults()

setQuestionResults( $aQuestionResults)

Parameters

$aQuestionResults

getSerialNumber()

getSerialNumber()

setSerialNumber()

setSerialNumber( $nSerialNumber)

Parameters

$nSerialNumber

getTimeStamp()

getTimeStamp()

setTimeStamp()

setTimeStamp( $sTimeStamp)

Parameters

$sTimeStamp

getNote()

getNote()

setNote()

setNote( $sNote)

Parameters

$sNote

toArray()

toArray()