Reference to a Learning Goal.
| JSON representation |
|---|
{
"id": string,
"courseId": string,
"title": string,
"learningStandardInfo": {
object ( |
| Fields | |
|---|---|
id |
Optional. A globally unique ID for the learning goal. |
courseId |
Optional. ID of the course that the learning goal belongs to. |
title |
Output only. The title or statement of the learning goal. |
Union field goal_type. The type and ID of the learning goal. goal_type can be only one of the following: |
|
learningStandardInfo |
The learning standard associated with the learning goal. |
LearningStandardInfo
Identifier for a learning standard.
| JSON representation |
|---|
{ "standardCode": string, "documentTitle": string, "caseGuid": { object ( |
| Fields | |
|---|---|
standardCode |
Output only. Code for the learning standard, if applicable. Example: NY-2.NBT.4 |
documentTitle |
Output only. User facing title of the learning standard document. |
caseGuid |
Contains metadata sourced from Satchel Rosetta Exchange, formerly known as CASE Network 2. (https://rosetta.commongoodlt.com/) |
sourceDataAvailabilityStatus |
Output only. The availability status of the learning standard document or item. |