ILIAS  eassessment Revision 61809
 All Data Structures Namespaces Files Functions Variables Groups Pages
SeqRollupRule.php File Reference

Go to the source code of this file.

Data Structures

class  SeqRollupRule

Variables

const ROLLUP_ACTION_NOCHANGE = 0
const ROLLUP_ACTION_SATISFIED = 1
const ROLLUP_ACTION_NOTSATISFIED = 2
const ROLLUP_ACTION_COMPLETED = 3
const ROLLUP_ACTION_INCOMPLETE = 4
const ROLLUP_CONSIDER_ALWAYS = "always"
const ROLLUP_CONSIDER_ATTEMPTED = "ifAttempted"
const ROLLUP_CONSIDER_NOTSKIPPED = "ifNotSkipped"
const ROLLUP_CONSIDER_NOTSUSPENDED = "ifNotSuspended"
const ROLLUP_SET_ALL = "all"
const ROLLUP_SET_ANY = "any"
const ROLLUP_SET_NONE = "none"
const ROLLUP_SET_ATLEASTCOUNT = "atLeastCount"
const ROLLUP_SET_ATLEASTPERCENT = "atLeastPercent"

Variable Documentation

const ROLLUP_ACTION_COMPLETED = 3

Definition at line 55 of file SeqRollupRule.php.

Referenced by SeqRollupRule\setRollupAction().

const ROLLUP_ACTION_INCOMPLETE = 4

Definition at line 56 of file SeqRollupRule.php.

Referenced by SeqRollupRule\setRollupAction().

const ROLLUP_ACTION_NOCHANGE = 0

Definition at line 52 of file SeqRollupRule.php.

const ROLLUP_ACTION_NOTSATISFIED = 2

Definition at line 54 of file SeqRollupRule.php.

Referenced by SeqRollupRule\setRollupAction().

const ROLLUP_ACTION_SATISFIED = 1

Definition at line 53 of file SeqRollupRule.php.

Referenced by SeqRollupRule\setRollupAction().

const ROLLUP_CONSIDER_ALWAYS = "always"

Definition at line 58 of file SeqRollupRule.php.

const ROLLUP_CONSIDER_ATTEMPTED = "ifAttempted"

Definition at line 59 of file SeqRollupRule.php.

const ROLLUP_CONSIDER_NOTSKIPPED = "ifNotSkipped"

Definition at line 60 of file SeqRollupRule.php.

const ROLLUP_CONSIDER_NOTSUSPENDED = "ifNotSuspended"

Definition at line 61 of file SeqRollupRule.php.

const ROLLUP_SET_ALL = "all"

Definition at line 63 of file SeqRollupRule.php.

const ROLLUP_SET_ANY = "any"

Definition at line 64 of file SeqRollupRule.php.

const ROLLUP_SET_ATLEASTCOUNT = "atLeastCount"

Definition at line 66 of file SeqRollupRule.php.

const ROLLUP_SET_ATLEASTPERCENT = "atLeastPercent"

Definition at line 67 of file SeqRollupRule.php.

const ROLLUP_SET_NONE = "none"

Definition at line 65 of file SeqRollupRule.php.