Class MultipleCorrectQuestionAnswered
public class MultipleCorrectQuestionAnswered : Change, IChange
- Inheritance
-
MultipleCorrectQuestionAnswered
- Implements
- Inherited Members
- Extension Methods
Constructors
MultipleCorrectQuestionAnswered(Guid, int[])
public MultipleCorrectQuestionAnswered(Guid question, int[] options)
Parameters
Properties
Options
public int[] Options { get; set; }
Property Value
- int[]
Question
public Guid Question { get; set; }