Constructor
new ConsultantRecommendation(data)
Constructs a ConsultantRecommendation object
Parameters:
| Name | Type | Description |
|---|---|---|
data |
ConsultantRecommendation | Object |
- Source:
Members
_id :string
Unique ID for the ConsultantRecommendation.
Type:
- string
- Default Value:
- ''
- Source:
claUnit :number
claUnit of the recommendation. This is the overall unit in CLA, and is 1-based.
Type:
- number
- Source:
okToAdvance :boolean
whether the consultant recommends the user to advance to the next unit
Type:
- boolean
- Source:
recommendationText :string
Text of the recommendation.
Type:
- string
- Default Value:
- ''
- Source:
Methods
set(data) → {ConsultantRecommendation}
Creates an updated ConsultantRecommendation object
Parameters:
| Name | Type | Description |
|---|---|---|
data |
ConsultantRecommendation | Object |
- Source: