Factory.openAssessment
Signature
public AssessmentResults openAssessment(String pathname)Description
Opens the assessment specified by pathname.
Parameters
pathname: The
file path to an assessment file.
Returns
The AssessmentResults object
representing the assessment specified by pathname.
Throws
FileNotFoundException, if the specified filename does not exist, or cannot be opened.OunceException, if the Data Access API cannot load the assessment file.