ILIAS  trunk Revision v11.0_alpha-1769-g99a433fe2dc
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
SeqCondition.php File Reference

Go to the source code of this file.

Data Structures

class  SeqCondition
 

Variables

const SATISFIED "satisfied"
 This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 
const OBJSTATUSKNOWN "objectiveStatusKnown"
 
const OBJMEASUREKNOWN "objectiveMeasureKnown"
 
const OBJMEASUREGRTHAN "objectiveMeasureGreaterThan"
 
const OBJMEASURELSTHAN "objectiveMeasureLessThan"
 
const COMPLETED "completed"
 
const PROGRESSKNOWN "activityProgressKnown"
 
const ATTEMPTED "attempted"
 
const ATTEMPTSEXCEEDED "attemptLimitExceeded"
 
const TIMELIMITEXCEEDED "timeLimitExceeded"
 
const OUTSIDETIME "outsideAvailableTimeRange"
 
const ALWAYS "always"
 
const NEVER "never"
 

Variable Documentation

◆ ALWAYS

const ALWAYS "always"

Definition at line 60 of file SeqCondition.php.

◆ ATTEMPTED

const ATTEMPTED "attempted"

Definition at line 56 of file SeqCondition.php.

◆ ATTEMPTSEXCEEDED

const ATTEMPTSEXCEEDED "attemptLimitExceeded"

Definition at line 57 of file SeqCondition.php.

◆ COMPLETED

const COMPLETED "completed"

Definition at line 54 of file SeqCondition.php.

◆ NEVER

const NEVER "never"

Definition at line 61 of file SeqCondition.php.

◆ OBJMEASUREGRTHAN

const OBJMEASUREGRTHAN "objectiveMeasureGreaterThan"

Definition at line 52 of file SeqCondition.php.

◆ OBJMEASUREKNOWN

const OBJMEASUREKNOWN "objectiveMeasureKnown"

Definition at line 51 of file SeqCondition.php.

◆ OBJMEASURELSTHAN

const OBJMEASURELSTHAN "objectiveMeasureLessThan"

Definition at line 53 of file SeqCondition.php.

◆ OBJSTATUSKNOWN

const OBJSTATUSKNOWN "objectiveStatusKnown"

Definition at line 50 of file SeqCondition.php.

◆ OUTSIDETIME

const OUTSIDETIME "outsideAvailableTimeRange"

Definition at line 59 of file SeqCondition.php.

◆ PROGRESSKNOWN

const PROGRESSKNOWN "activityProgressKnown"

Definition at line 55 of file SeqCondition.php.

◆ SATISFIED

const SATISFIED "satisfied"

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning

Definition at line 49 of file SeqCondition.php.

◆ TIMELIMITEXCEEDED

const TIMELIMITEXCEEDED "timeLimitExceeded"

Definition at line 58 of file SeqCondition.php.