Class TestResultsModel
Test results model.
Inherited Members
Namespace: EduCATS.Data.Models
Assembly: EduCATS.dll
Syntax
public class TestResultsModel
  Properties
AnswerString
Answer.
Declaration
[JsonProperty("AnswerString")]
public string AnswerString { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Number
Question number.
Declaration
[JsonProperty("Number")]
public int Number { get; set; }
  Property Value
| Type | Description | 
|---|---|
| int | 
Points
Points for the question.
Declaration
[JsonProperty("Points")]
public int Points { get; set; }
  Property Value
| Type | Description | 
|---|---|
| int | 
QuestionDescription
Question description.
Declaration
[JsonProperty("QuestionDescription")]
public string QuestionDescription { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
QuestionTitle
Question title.
Declaration
[JsonProperty("QuestionTitle")]
public string QuestionTitle { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string |