Click or drag to resize

EngineModelTheoryClicks Property

Counts the number of times the user clicked on the View Theory button while answering a Quiz question.

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public int TheoryClicks { get; set; }

Property Value

Type: Int32
Remarks

This counter is reset after each task is completed, and can provide insight into how much time the user needs to answer Quiz questions.

See Also