Factory.getPublishedAssessments

Signature

public AssessmentResults[] getPublishedAssessments(AssessmentFilter filter)

Description

Provides access to published assessments. Takes an AssessmentFilter object that you can use to specify the set of published assessments to retrieve.

Parameters

filter: An AssessmentFilter object that specifies the set of published assessments to retrieve.

Returns

An array of AssessmentResults objects matching the specified filter.

Throws

OunceException, if the Data Access API cannot retrieve the assessment results.