Package blackboard.data.gradebook

Provides the public implementation classes for Gradebook subsystem.

See:
          Description

Interface Summary
ScoreProviderStrings Interface used to define the gradebook score provider strings.
 

Class Summary
GradeRecord The GradeRecord class represents a grade record item for a course.
Lineitem The Lineitem class represents a single gradable item in a course.
Lineitem.AssessmentLocation Simple class to define where the assessment identified by assessmentId is located.
ReportingPeriod The ReportingPeriod class provides a reporting period of a course.
Score The Score class represents a grade in a course for a specific user and Lineitem.
Score.AttemptLocation Enumeration class used to indicate the physical repository for an attempt.
 

Package blackboard.data.gradebook Description

Provides the public implementation classes for Gradebook subsystem. The Gradebook is basically a 3-D container for "attempts". The "columns" are represented as Lineitem objects. The "rows" are Users in the course. Each cell displays a single value that may be calculated from one or more Scores. (The third dimension exists by allowing multiple attempts for a given line item).

Basic Usage



Copyright © 2003 Blackboard, Inc. All Rights Reserved.