Uses of Class
data.CorrectionData

Packages that use CorrectionData
data   
 

Uses of CorrectionData in data
 

Subclasses of CorrectionData in data
 class CorrectionData_MC
          Das konkrete CorrectionData Objekt für MultipleChoice-Aufgaben.
 class CorrectionData_Upload
           
 

Methods in data that return CorrectionData
 CorrectionData CorrectionManager.addCorrectionData(java.lang.String student, int SerienID)
          Füge CorrectionData hinzu.
 CorrectionData CorrectionManager.getCorrectionData(java.lang.String student, int SerienID)
          Liefert Correctionobjekt für einen Studenten und eine Serie zurück.
 CorrectionData[] CorrectionManager.getCorrections(java.lang.String student)