LearningGoal

Reference to a Learning Goal.

JSON representation
{
  "id": string,
  "courseId": string,
  "title": string,

  "learningStandardInfo": {
    object (LearningStandardInfo)
  }
}
Fields
id

string (int64 format)

Optional. A globally unique ID for the learning goal.

courseId

string

Optional. ID of the course that the learning goal belongs to.

title

string

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

object (LearningStandardInfo)

The learning standard associated with the learning goal.

LearningStandardInfo

Identifier for a learning standard.

JSON representation
{
  "standardCode": string,
  "documentTitle": string,
  "caseGuid": {
    object (CaseGuid)
  },
  "sourceDataAvailabilityStatus": enum (LearningStandardAvailabilityState)
}
Fields
standardCode

string

Output only. Code for the learning standard, if applicable. Example: NY-2.NBT.4

documentTitle

string

Output only. User facing title of the learning standard document.

caseGuid

object (CaseGuid)

Contains metadata sourced from Satchel Rosetta Exchange, formerly known as CASE Network 2. (https://rosetta.commongoodlt.com/)

sourceDataAvailabilityStatus

enum (LearningStandardAvailabilityState)

Output only. The availability status of the learning standard document or item.