CoursePreferences
The configuration preferences for a course including which optional fields and features are enabled in EventsAir.
type CoursePreferences {
classificationsEnabled: Boolean!
courseGradeEnabled: Boolean!
courseScoreEnabled: Boolean!
createdAt: DateTime!
createdBy: String
creditsEnabled: Boolean!
id: ID!
instructorsEnabled: Boolean!
lastModifiedAt: DateTime!
lastModifiedBy: String
overviewConfiguration: CoursePreferencesOverviewConfiguration!
}
Fields
CoursePreferences.classificationsEnabled
● Boolean!
non-null scalar
Is classifications feature enabled.
CoursePreferences.courseGradeEnabled
● Boolean!
non-null scalar
Is course grade feature enabled.
CoursePreferences.courseScoreEnabled
● Boolean!
non-null scalar
Is course score feature enabled.
CoursePreferences.createdAt
● DateTime!
non-null scalar
The date and time the record was created.
CoursePreferences.createdBy
● String
scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
CoursePreferences.creditsEnabled
● Boolean!
non-null scalar
Is credits feature enabled.
CoursePreferences.id
● ID!
non-null scalar
The unique identifier for the course preferences.
CoursePreferences.instructorsEnabled
● Boolean!
non-null scalar
Is instructors feature enabled.
CoursePreferences.lastModifiedAt
● DateTime!
non-null scalar
The date and time the record was last modified.
CoursePreferences.lastModifiedBy
● String
scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
CoursePreferences.overviewConfiguration
● CoursePreferencesOverviewConfiguration!
non-null object
The configuration for course overview.
Member Of
CeContactStoreCourseSetup
object ● EventCourseSetup
object ● MembershipContactStoreCourseSetup
object