|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.olat.course.nodes.iq.CourseIQSecurityCallback
public class CourseIQSecurityCallback
Initial Date: Mar 4, 2004
| Constructor Summary | |
|---|---|
CourseIQSecurityCallback(IQSELFCourseNode iqselfCourseNode,
AssessmentManager assessmentManager,
Identity identity)
Constructor for the QTI security callback used by the course iqself building blocks (self-test) |
|
CourseIQSecurityCallback(IQSURVCourseNode iqsurvCourseNode,
AssessmentManager assessmentManager,
Identity identity)
Constructor for the QTI security callback used by the course iqsurv building blocks (questionnaire) |
|
CourseIQSecurityCallback(IQTESTCourseNode iqtestCourseNode,
AssessmentManager assessmentManager,
Identity identity)
Constructor for the QTI security callback used by the course iqtest building blocks (test) |
|
| Method Summary | |
|---|---|
int |
attemptsLeft(AssessmentInstance ai)
|
boolean |
isAllowed(AssessmentInstance ai)
|
boolean |
isPreview()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CourseIQSecurityCallback(IQTESTCourseNode iqtestCourseNode,
AssessmentManager assessmentManager,
Identity identity)
iqtestCourseNode - The current course nodeassessmentManager - The course property manager to get user resultsidentity - The current identity
public CourseIQSecurityCallback(IQSELFCourseNode iqselfCourseNode,
AssessmentManager assessmentManager,
Identity identity)
iqselfCourseNode - The current course nodeassessmentManager - The course property manager to get user resultsidentity - The current identity
public CourseIQSecurityCallback(IQSURVCourseNode iqsurvCourseNode,
AssessmentManager assessmentManager,
Identity identity)
iqsurvCourseNode - The current course nodeassessmentManager - The course property manager to get user resultsidentity - The current identity| Method Detail |
|---|
public boolean isAllowed(AssessmentInstance ai)
isAllowed in interface IQSecurityCallbackIQSecurityCallback.isAllowed(org.olat.ims.qti.process.AssessmentInstance)public int attemptsLeft(AssessmentInstance ai)
attemptsLeft in interface IQSecurityCallbackIQSecurityCallback.attemptsLeft(org.olat.ims.qti.process.AssessmentInstance)public boolean isPreview()
isPreview in interface IQSecurityCallbackIQSecurityCallback.isPreview()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||