Course information¶
Source: infoCourse.json
The specification file for a course.
Properties¶
name(string, required): The course name (e.g., 'TAM 212').title(string, required): The course title (e.g., 'Introductory Dynamics').timezone(string): The timezone for all date input and display (e.g., "America/Chicago"). Must be an official timezone identifier, as listed at https://en.wikipedia.org/wiki/List_of_tz_database_time_zones. A canonical identifier is preferred.
assessmentSets(array): Assessment sets.-
Items (object): A single assessment set description.
abbreviation(string, required): Abbreviation (preferably 1 to 3 characters), e.g., 'HW', 'Q', 'PQ', etc.name(string, required): Full singular name (preferably 1 to 3 words), e.g., 'Homework', 'Quiz', 'Practice Quiz'.heading(string, required): Plural heading for a group of assessments (preferably 1 to 3 words), e.g., 'Homeworks', 'Quizzes'.color(required): Refer to #/definitions/ColorJsonSchema.
-
topics(array, required): Question topics (visible to students).-
Items (object): A single topic, can represent a unit of learning (e.g. 'vectors').
name(string, required): Long descriptive name (preferably less than 10 words).color(required): Refer to #/definitions/ColorJsonSchema.description(string): Description of the topic.
-
tags(array): Question tags (not visible to students).-
Items (object): A single tag description.
shortName(string): Short name (preferably 2 to 7 characters).name(string, required): Long descriptive name (preferably less than 10 words).color(required): Refer to #/definitions/ColorJsonSchema.description(string): Description of the tag.
-
Definitions¶
ColorJsonSchema(string): A color name. Must be one of: "red1", "red2", "red3", "pink1", "pink2", "pink3", "purple1", "purple2", "purple3", "blue1", "blue2", "blue3", "turquoise1", "turquoise2", "turquoise3", "green1", "green2", "green3", "yellow1", "yellow2", "yellow3", "orange1", "orange2", "orange3", "brown1", "brown2", "brown3", "gray1", "gray2", or "gray3".CommentJsonSchema: Arbitrary comment for reference purposes.