Skip to main content

Exam

Overview

An Exam represents a credit-bearing or placement examination at the University of Texas at Dallas. There are five types of exams that can be returned: AP, ALEKS, CLEP, IB, and CS Placement.

Properties

NameTypeDescriptionExample
_idObjectIdThe MongoDB database id for the Exam object.ObjectId("61ebbb126e3659537e8a14d6")
typeStringThe type of exam object this object represents."AP", "ALEKS", "CLEP", "IB", "CS placement"

APExam Properties

NameTypeDescriptionExample
nameStringThe name of the exact exam being taken."Macroeconomics", "American History I: Early Colonization to 1877", "Environmental Systems and Societies"
yieldsArray - OutcomeAn array of Outcomes for which the credit for the Course or Credit is received. Does not include placement, only actual credit.See Outcome

ALEKSExam Properties

NameTypeDescriptionExample
placementArray - OutcomeAn array of Outcomes for which the placement into the Course is earned. Does not include credit, only placement into the course.See Outcome

CLEPExam Properties

NameTypeDescriptionExample
nameStringThe name of the exact exam being taken."Macroeconomics", "American History I: Early Colonization to 1877", "Environmental Systems and Societies"
yieldsArray - OutcomeAn array of Outcomes for which the credit for the Course or Credit is received. Does not include placement, only actual credit.See Outcome

IBExam Properties

NameTypeDescriptionExample
nameStringThe name of the exact exam being taken."Macroeconomics", "American History I: Early Colonization to 1877", "Environmental Systems and Societies"
levelStringThe level of the IB exam.Standard, Higher
yieldsArray - OutcomeAn array of Outcomes for which the credit for the Course or Credit is received. Does not include placement, only actual credit.See Outcome

CSPlacementExam Properties

NameTypeDescriptionExample
yieldsArray - OutcomeAn array of Outcomes for which the credit for the Course or Credit is received. Does not include placement, only actual credit.See Outcome