Class TestAnswerModel
Test answer model.
Inherited Members
Namespace: EduCATS.Data.Models
Assembly: EduCATS.dll
Syntax
public class TestAnswerModel
Properties
Content
Answer title.
Declaration
[JsonProperty("Content")]
public string Content { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Answer ID.
Declaration
[JsonProperty("Id")]
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
СorrectnessIndicator
Is answer correct.
Declaration
[JsonProperty("СorrectnessIndicator")]
public int СorrectnessIndicator { get; set; }
Property Value
| Type | Description |
|---|---|
| int |