Click or drag to resize

EngineModelQuizBlockReferences Property

Lists all QuizBlockReferences available in the simulation.

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

Property Value

Type: QuizBlockReferenceCollectionModel
Remarks

A QuizBlock is a collection of individual Quiz elements, that are provided by the server. The quiz questions provided depends on the properties set in the QuizBlock

See Also