Click or drag to resize

EngineModelElementClicks Property

Counts the number of times elements or buttons were clicked by the user during the current task.

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

Property Value

Type: Int32
Remarks

This is used to gather analytics about the number of clicks required by the user to complete a specific task, which can provide insights into which tasks might be too complicated for some users.

See Also