Enumerations for LTI properties. More...
Enumerations | |
enum | IdScope : int { IdOnly = 0 , Platform = 1 , Context = 2 , Resource = 3 , SEPARATOR = ':' } |
Enumeration to define alternative scopes to use when generating a user ID. More... | |
enum | LogLevel : int { None = 0 , Error = 1 , Info = 2 , Debug = 3 , logNone } |
Enumeration to define alternative levels of logging. More... | |
enum | LtiVersion : string { V1 = 'LTI-1p0' , V1P3 = '1.3.0' , V2 = 'LTI-2p0' } |
Enumeration to define alternative LTI version strings. More... | |
enum | OutcomeType : string { Decimal = 'decimal' , Percentage = 'percentage' , Ratio = 'ratio' , LetterAF = 'letteraf' , LetterAFPlus = 'letterafplus' , PassFail = 'passfail' , Text = 'freetext' } |
Enumeration to define alternative outcome types. More... | |
enum | ServiceAction : int { Read = 1 , Write = 2 , Delete = 3 , Create = 4 , Update = 5 } |
Enumeration to define alternative service actions. More... | |
enum | ToolSettingsMode : string { All = 'all' , Distinct = 'distinct' } |
Enumeration to define alternative modes when requesting tool settings. More... | |
Enumerations for LTI properties.
enum IdScope : int |
Enumeration to define alternative scopes to use when generating a user ID.
enum LogLevel : int |
Enumeration to define alternative levels of logging.
Enumerator | |
---|---|
None | No logging. |
Error | Log errors only. |
Info | Log error and information messages. |
Debug | Log all messages. |
logNone | Check whether no messages are logged.
|
enum LtiVersion : string |
enum OutcomeType : string |
Enumeration to define alternative outcome types.
enum ServiceAction : int |
Enumeration to define alternative service actions.
Enumerator | |
---|---|
Read | Read action. |
Write | Write (create/update) action. |
Delete | Delete action. |
Create | Create action. |
Update | Update action. |
enum ToolSettingsMode : string |