Class RecommendationModel
Adaptive learning (recommendations) model.
Inherited Members
Namespace: EduCATS.Data.Models
Assembly: EduCATS.dll
Syntax
public class RecommendationModel
  Properties
Id
Test/Concept ID.
Declaration
[JsonProperty("Id")]
public int Id { get; set; }
  Property Value
| Type | Description | 
|---|---|
| int | 
IsTest
Is test recommended.
Declaration
[JsonProperty("IsTest")]
public bool IsTest { get; set; }
  Property Value
| Type | Description | 
|---|---|
| bool | 
Remarks
Electronic Educational Methodological Complexes
are used if false.
Text
Recommendation title.
Declaration
[JsonProperty("Text")]
public string Text { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string |