Class TestAnswerPostModel
Test answer POST
model.
Inherited Members
Namespace: EduCATS.Networking.Models.Testing
Assembly: EduCATS.dll
Syntax
public class TestAnswerPostModel
Properties
Answers
Test answers.
Declaration
[JsonProperty("answers")]
public List<TestAnswerDetailsPostModel> Answers { get; set; }
Property Value
Type | Description |
---|---|
List<TestAnswerDetailsPostModel> |
QuestionNumber
Test question number.
Declaration
[JsonProperty("questionNumber")]
public int QuestionNumber { get; set; }
Property Value
Type | Description |
---|---|
int |
TestId
Test ID.
Declaration
[JsonProperty("testId")]
public string TestId { get; set; }
Property Value
Type | Description |
---|---|
string |
UserId
User ID.
Declaration
[JsonProperty("userId")]
public int UserId { get; set; }
Property Value
Type | Description |
---|---|
int |