Class RegradeQuestion
- Namespace
- InSite.Application.Attempts.Write
- Assembly
- Shift.Sdk.dll
public class RegradeQuestion : Command, ICommand
- Inheritance
-
RegradeQuestion
- Implements
- Inherited Members
- Extension Methods
Constructors
RegradeQuestion(Guid, Guid, Guid, List<OldOption>, RegradeOption)
public RegradeQuestion(Guid attempt, Guid form, Guid question, List<OldOption> oldOptions, RegradeOption regradeOption)
Parameters
Properties
Form
public Guid Form { get; set; }
Property Value
OldOptions
public List<OldOption> OldOptions { get; set; }
Property Value
Question
public Guid Question { get; set; }
Property Value
RegradeOption
public RegradeOption RegradeOption { get; set; }