Class ScoreQuestion
A question that assigns a score using an ordered rubric.
public sealed class ScoreQuestion : Question
- Inheritance
-
ScoreQuestion
- Inherited Members
Constructors
ScoreQuestion(object?, IReadOnlyList<object?>, bool)
Create a Score question.
public ScoreQuestion(object? instructions, IReadOnlyList<object?> criteria, bool includeInstructions = true)
Parameters
instructionsobjectcriteriaIReadOnlyList<object>includeInstructionsbool
Properties
Criteria
Descriptions of the available outcomes, indexed from zero.
public IReadOnlyList<object?> Criteria { get; }
Property Value
Type
Question type: noul, choice, or score.
public override string Type { get; }