Package at.letto.plugins.dto
Class PluginScoreInfoDto
java.lang.Object
at.letto.plugins.dto.PluginScoreInfoDto
ScoreInfoDto für die score-Methode von Plugins
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) StringFeedback(package private) String(package private) doublePunkte IST von der Korrektur(package private) doublePunkte SOLL erreichbar(package private) CalcErgebnisDtoEingabe des Schülers geparst als CalcErgebnisDto(package private) ScoreScore Ergebnis als Enum-Feld(package private) StringZielEinheit der Korrektur als String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
schuelerErgebnis
CalcErgebnisDto schuelerErgebnisEingabe des Schülers geparst als CalcErgebnisDto -
zielEinheit
String zielEinheitZielEinheit der Korrektur als String -
punkteIst
double punkteIstPunkte IST von der Korrektur -
punkteSoll
double punkteSollPunkte SOLL erreichbar -
status
Score statusScore Ergebnis als Enum-Feld -
htmlScoreInfo
String htmlScoreInfo -
feedback
String feedbackFeedback
-
-
Constructor Details
-
PluginScoreInfoDto
public PluginScoreInfoDto()
-