Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

TABLE_NAMECOLUMN_NAMECOLUMN_DESCRIPTIONCOLUMN_DEFAULTCOLUMN_SOURCE
Content ObjectiveContent ObjectiveContent objective with number followed by description (e.g. 1.17.8 Predict the changes...)

Content ObjectiveContent Objective DisciplineContent objective discipline (e.g. Pharmacology, Neuroscience, Biochemistry)Unknown
Content ObjectiveContent Objective HeadingContent objective headingUnknown
Content ObjectiveContent Heading Objective IDAppian content objective heading foreign key-1
Content ObjectiveContent Objective IDAppian content objective primary key

Course by Academic YearCourse Academic Yearcourse academic yearUNKNAppian.CR_REC_courseByAcademicYear.academicYear
Course by Academic YearCourse by Academic Year IDappian composite primay key for Course By Academic Year(not null)Appian.CR_REC_courseByAcademicYear.courseAcademicYearId
Course by Academic Year

Course Contact Hours

course contact hours0Appian.CR_REC_courseByAcademicYear.contactHours
Course by Academic YearCourse Descriptioncourse description. blanks ltrimed and rtrimedUnknownAppian.CR_REC_courseByAcademicYear.description
Course by Academic YearCourse End Datecourse end dateDate in Power BI will display with Day, Month, Year, and Quarter which can be removed in a tableAppian.CR_REC_courseByAcademicYear.endDate
Course by Academic YearCourse is Core FlagYes' if the course belongs to either 'Core' or 'Core and SELECT', else   'No'No(derived) Appian.CR_REC_courseByAcademicYear.program
Course by Academic Year

Course Is Outside Banner Flag


course is outside banner flag. Yes if outsideBanner=1, Else NoNoAppian.CR_REC_courseByAcademicYear.outsideBanner
Course by Academic YearCourse is SELECT FlagYes' if the course belongs to either 'SELECT' or 'Core and SELECT', else   'No'No(derived) Appian.CR_REC_courseByAcademicYear.program
Course by Academic YearCourse Locationwhen location = 1, 'Lehigh   Valley'
    when location = 2, 'Tampa'
    Else 'Unknown'
Unknown(derived) Appian.CR_REC_courseByAcademicYear.location
Course by Academic YearCourse Med Yearcourse year number taught in0Appian.CR_REC_courseByAcademicYear.year
Course by Academic YearCourse Numbercourse numberUnknownAppian.CR_REC_courseByAcademicYear.courseNumber
Course by Academic YearCourse Start Datecourse start dateDate in Power BI will display with Day, Month, Year, and Quarter which can be removed in a tableAppian.CR_REC_courseByAcademicYear.startdate
Course by Academic YearCourse Subject Codecourse subject codeUnknownAppian.CR_REC_courseByAcademicYear.subjectCode
Course by Academic YearCourse Titlecourse title. blanks ltrimed and rtrimedUnknownAppian.CR_REC_courseByAcademicYear.title
Course By Academic ProgramCourse by Academic Year IDappian course by academic year foreign key-1Appian.CR_REC_courseByAcademicYear.courseAcademicYearId

Course By Academic Program


Curriculum ProgramCan be 'Core' or 'SELECT'. If program is 1 then both 'Core' and 'SELECT'   (separate records). If program is 2 then 'Core'. If program is 3 then   'SELECT'-1(derived) Appian.CR_REC_courseByAcademicYear.program
Course ObjectiveCourse by Academic Year IDappian foreign key for Course By Academic Year(not null)Appian.MCOM_CM_objectivePair.courseId
Course ObjectiveCourse Objectivecourse objective description. blanks ltrimed and rtrimedUnknownAppian.MCOM_CM_objectivePair.courseobjective
Course ObjectiveCourse Objective IDappian course objective primary key(not null)Appian.MCOM_CM_objectivePair.id

Keyword Hierarchy





MethodsMethodDescription of type of method

MethodsMethod Codealphanumeric (e.g IM001

MethodsMethod IDappian method primary key

MethodsMethod TypePrimary Instructional Method; Assessment Method

MethodsMethod Type CodeIM = Primary Instructional Method; AM = Assessment Method

Methods

Primary Method Flag

Yes for Primary Instructional Method; No for Assessment Method

Program Objective Course ObjectiveCourse Objective IDappian course objective foreign key(not null)Appian.MCOM_CM_objectivePairProgramObjectiveJoin.objectivePairId
Program Objective Course ObjectiveProgram Objective IDappian program objective foreign key(not null)Appian.MCOM_CM_objectivePairProgramObjectiveJoin.programObjectiveId
Program ObjectiveProgram Objective Titleprogram objective title. blanks ltrimed and rtrimedUnknownAppian.MCOM_CM_programObjective.title
Program ObjectiveProgram Objective IDappian program objective primary key(not null)Appian.MCOM_CM_programObjective.programObjectiveId
SessionCourse by Academic IDappian foreign key for Course By Academic Year(not null)Appian.MCOM_CM_session.courseid
SessionSessionSession title; blanks ltrimed and rtrimedUnknownAppian.MCOM_CM_session.title

Session

Session Descriptionsession description. blanks ltrimed and rtrimedUnknownAppian.MCOM_CM_session.description
SessionSession Duration Hourssession duration hours0Appian.MCOM_CM_session.duration
SessionSession IDappian session primary key(not null)Appian.MCOM_CM_session.id
SessionSession Preparation Hourssession preparation hours0Appian.MCOM_CM_session.preparationHours
SessionSession Total HoursTotal hours, combining session duration hours and session preparation hours0Appian.MCOM_CM_session.totalduration
Session Objective Course ObjectiveCourse Objective IDappian course objective foreign key(not null)Appian.MCOM_CM_sessionObjectivePairCourseObjectiveJoin.courseObjectiveId
Session Objective Course ObjectiveSession Objective IDappian session objective foreign key(not null)Appian.MCOM_CM_sessionObjectivePairCourseObjectiveJoin.sessionObjectiveId
Session ObjectiveSession IDappian session foreign key(not null)Appian.MCOM_CM_sessionObjectivePair.sessionid
Session ObjectiveSession Objectivesession objective name. blanks ltrimed and rtrimedUnknownAppian.MCOM_CM_sessionObjectivePair.sessionobjective
Session ObjectiveSession Objective IDappian session objective primary key(not null)Appian.MCOM_CM_sessionObjectivePair.id


Info
titleCM_COURSE_BY_ACADEMIC_YEAR Copy

Currently within the data model there are 2 tables that contain the same data, the table is CM_COURSE_BY_ACADEMIC_YEAR.

The two tables provide ways to access data point(s) differently due to how objectives are mapped to each other in the source. The path you take depends on what question is been asked with the data.

Not all course objectives are always mapped to a session objective and hence a session. Keeping that in mind here are the possible scenarios:

  • To get all connected data points here is the path that needs to be followed:

Content Objective Subheadings <- Content Objective <-Course -> Session -> Session Objective -> Course Objective -> Program Objective

  • To get all the course objectives connected to a course (not necessarily mapped to a session objective), and program objectives connected to those course objectives, here is the path that needs to followed:

Course-> Course Objective -> Program Objective

...