Uses of Class
at.letto.plugins.dto.PluginScoreInfoDto
Packages that use PluginScoreInfoDto
Package
Description
-
Uses of PluginScoreInfoDto in at.letto.plugins.interfaces
Methods in at.letto.plugins.interfaces that return PluginScoreInfoDtoModifier and TypeMethodDescriptionPluginService.score
(PluginDto pluginDto, String antwort, ToleranzDto toleranz, VarHashDto varsQuestion, PluginAnswerDto answerDto, double grade) Prüft die Eingabe eines Schülers -
Uses of PluginScoreInfoDto in at.letto.plugins.restclient
Methods in at.letto.plugins.restclient that return PluginScoreInfoDtoModifier and TypeMethodDescriptionBasePluginConnectionService.score
(String typ, String name, String config, PluginDto pluginDto, String antwort, ToleranzDto toleranz, VarHashDto varsQuestion, PluginAnswerDto answerDto, double grade) Prüft die Eingabe eines SchülersBasePluginManagerService.score
(String typ, String name, String config, PluginDto pluginDto, String antwort, ToleranzDto toleranz, VarHashDto varsQuestion, PluginAnswerDto answerDto, double grade) Prüft die Eingabe eines SchülersPluginConnectionService.score
(String typ, String name, String config, PluginDto pluginDto, String antwort, ToleranzDto toleranz, VarHashDto varsQuestion, PluginAnswerDto answerDto, double grade) Prüft die Eingabe eines SchülersRestPluginConnectionService.score
(String typ, String name, String config, PluginDto pluginDto, String antwort, ToleranzDto toleranz, VarHashDto varsQuestion, PluginAnswerDto answerDto, double grade) Prüft die Eingabe eines SchülersRestPluginConnectionServiceJSF.score
(String typ, String name, String config, PluginDto pluginDto, String antwort, ToleranzDto toleranz, VarHashDto varsQuestion, PluginAnswerDto answerDto, double grade) Prüft die Eingabe eines Schülers -
Uses of PluginScoreInfoDto in at.open.letto.plugin.controller
Methods in at.open.letto.plugin.controller that return types with arguments of type PluginScoreInfoDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<PluginScoreInfoDto> ApiController.score
(PluginScoreRequestDto r) Prüft die Eingabe eines Schülersorg.springframework.http.ResponseEntity
<PluginScoreInfoDto> ApiExternController.score
(PluginScoreRequestDto r) -
Uses of PluginScoreInfoDto in at.open.letto.plugins.uhr
Methods in at.open.letto.plugins.uhr that return PluginScoreInfoDtoModifier and TypeMethodDescriptionPluginUhr.score
(PluginDto pluginDto, String antwort, ToleranzDto toleranz, VarHashDto varsQuestion, PluginAnswerDto pluginAnswerDto, double grade) Prüft die Eingabe eines Schülers