Class TestDetailsModel
Test details model.
Inherited Members
Namespace: EduCATS.Data.Models
Assembly: EduCATS.dll
Syntax
public class TestDetailsModel
Properties
BeforeEEMC
Is test to complete before Electronic Educational Methodological Complexes study.
Declaration
[JsonProperty("BeforeEUMK")]
public bool BeforeEEMC { get; set; }
Property Value
Type | Description |
---|---|
bool |
CountOfQuestions
Questions count.
Declaration
[JsonProperty("CountOfQuestions")]
public int CountOfQuestions { get; set; }
Property Value
Type | Description |
---|---|
int |
Description
Test description.
Declaration
[JsonProperty("Description")]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
ForEEMC
Is test for Electronic Educational Methodological Complexes.
Declaration
[JsonProperty("ForEUMK")]
public bool ForEEMC { get; set; }
Property Value
Type | Description |
---|---|
bool |
ForSelfStudy
Is test for self-study.
Declaration
[JsonProperty("ForSelfStudy")]
public bool ForSelfStudy { get; set; }
Property Value
Type | Description |
---|---|
bool |
Id
Test ID.
Declaration
[JsonProperty("Id")]
public int Id { get; set; }
Property Value
Type | Description |
---|---|
int |
IsNecessary
Is test necessary to complete.
Declaration
[JsonProperty("IsNecessary")]
public bool IsNecessary { get; set; }
Property Value
Type | Description |
---|---|
bool |
SetTimeForAllTest
Is time for entire test or for one question only.
Declaration
[JsonProperty("SetTimeForAllTest")]
public bool SetTimeForAllTest { get; set; }
Property Value
Type | Description |
---|---|
bool |
Remarks
Time will be in minutes if true
, in seconds otherwise.
SubjectId
Subject ID.
Declaration
[JsonProperty("SubjectId")]
public int SubjectId { get; set; }
Property Value
Type | Description |
---|---|
int |
TimeForCompleting
Time for completing test.
Declaration
[JsonProperty("TimeForCompleting")]
public int TimeForCompleting { get; set; }
Property Value
Type | Description |
---|---|
int |
Remarks
Check SetTimeForAllTest to identify if time in minutes or seconds.
Title
Test title.
Declaration
[JsonProperty("Title")]
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string |