Uses of Class
blackboard.data.gradebook.Score.AttemptLocation

Packages that use Score.AttemptLocation
blackboard.data.gradebook Provides the public implementation classes for Gradebook subsystem.  
 

Uses of Score.AttemptLocation in blackboard.data.gradebook
 

Fields in blackboard.data.gradebook declared as Score.AttemptLocation
static Score.AttemptLocation Score.AttemptLocation.EXTERNAL
          The attempt data is external to Blackboard.
static Score.AttemptLocation Score.AttemptLocation.INTERNAL
          The attempt data is stored within Blackboard.
static Score.AttemptLocation Score.AttemptLocation.UNSET
          The attempt location is unknown.
 

Methods in blackboard.data.gradebook that return Score.AttemptLocation
 Score.AttemptLocation Score.getAttemptLocation()
          Returns whether the attempt associated with this score is internal to Blackboard or external.
 

Methods in blackboard.data.gradebook with parameters of type Score.AttemptLocation
 void Score.setAttemptId(java.lang.Object id, Score.AttemptLocation location)
          Sets the attempt Id to be used by an external attempt handler.
protected  void Score.setAttemptLocation(Score.AttemptLocation attemptLocation)
           
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.