Click or drag to resize

QuizModelQuizGroup Property

Includes this Quiz in a group of which only one member is displayed per simulation.

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

Property Value

Type: String
Remarks

One randomly selected Quiz per QuizGroup will be displayed to the user per simulation. Useful to create branching quizzes or randomized quiz questions. All quizzes under the same QuizGroup shares the same score. See more: https://labster.atlassian.net/wiki/spaces/GIG/pages/3359604857/Branching+Quizzes

See Also