Class AttemptConfiguration
- Namespace
- InSite.Domain.Attempts
- Assembly
- Shift.Sdk.dll
public class AttemptConfiguration
- Inheritance
-
AttemptConfiguration
- Inherited Members
-
- Extension Methods
-
Constructors
AttemptConfiguration()
public AttemptConfiguration()
Fields
DefaultPingInterval
public const int DefaultPingInterval = 30
Field Value
- int
Properties
Language
public string Language { get; set; }
Property Value
- string
PingInterval
public int PingInterval { get; set; }
Property Value
- int
SectionsAsTabs
public bool SectionsAsTabs { get; set; }
Property Value
- bool
SingleQuestionPerTab
public bool SingleQuestionPerTab { get; set; }
Property Value
- bool
TabNavigation
public bool TabNavigation { get; set; }
Property Value
- bool
TabTimeLimit
public SpecificationTabTimeLimit TabTimeLimit { get; set; }
Property Value
- SpecificationTabTimeLimit
TimeLimit
public int? TimeLimit { get; set; }
Property Value
- int?
Methods
Clone()
public AttemptConfiguration Clone()
Returns
- AttemptConfiguration