Uses of Class
at.letto.math.dto.ToleranzDto
Packages that use ToleranzDto
Package
Description
-
Uses of ToleranzDto in at.letto.math.dto
Fields in at.letto.math.dto declared as ToleranzDtoModifier and TypeFieldDescriptionprivate ToleranzDto
CalcParamsDto.toleranz
Toleranz für Vergleiche -
Uses of ToleranzDto in at.letto.plugins.dto
Fields in at.letto.plugins.dto declared as ToleranzDtoModifier and TypeFieldDescriptionprivate ToleranzDto
PluginRenderResultRequestDto.toleranz
Toleranz für die Lösungprivate ToleranzDto
PluginScoreRequestDto.toleranz
Toleranz für die Lösung -
Uses of ToleranzDto in at.letto.plugins.interfaces
Methods in at.letto.plugins.interfaces with parameters of type ToleranzDtoModifier and TypeMethodDescriptionPluginService.renderPluginResult
(boolean tex, PluginDto pluginDto, String antwort, ToleranzDto toleranz, VarHashDto varsQuestion, PluginAnswerDto answerDto, double grade) Rendert das Plugin inklusive der Schülereingabe und korrekter Lösung
Es wird dabei entweder direkt ein HTML-Code oder LaTeX-Code erzeugtPluginService.score
(PluginDto pluginDto, String antwort, ToleranzDto toleranz, VarHashDto varsQuestion, PluginAnswerDto answerDto, double grade) Prüft die Eingabe eines Schülers -
Uses of ToleranzDto in at.letto.plugins.restclient
Methods in at.letto.plugins.restclient with parameters of type ToleranzDtoModifier and TypeMethodDescriptionBasePluginConnectionService.renderPluginResult
(String typ, String name, String config, boolean tex, PluginDto pluginDto, String antwort, ToleranzDto toleranz, VarHashDto varsQuestion, PluginAnswerDto answerDto, double grade) Rendert das Plugin inklusive der Schülereingabe und korrekter Lösung
Es wird dabei entweder direkt ein HTML-Code oder LaTeX-Code erzeugtBasePluginManagerService.renderPluginResult
(String typ, String name, String config, boolean tex, PluginDto pluginDto, String antwort, ToleranzDto toleranz, VarHashDto varsQuestion, PluginAnswerDto answerDto, double grade) Rendert das Plugin inklusive der Schülereingabe und korrekter Lösung
Es wird dabei entweder direkt ein HTML-Code oder LaTeX-Code erzeugtPluginConnectionService.renderPluginResult
(String typ, String name, String config, boolean tex, PluginDto pluginDto, String antwort, ToleranzDto toleranz, VarHashDto varsQuestion, PluginAnswerDto answerDto, double grade) Rendert das Plugin inklusive der Schülereingabe und korrekter Lösung
Es wird dabei entweder direkt ein HTML-Code oder LaTeX-Code erzeugtRestPluginConnectionService.renderPluginResult
(String typ, String name, String config, boolean tex, PluginDto pluginDto, String antwort, ToleranzDto toleranz, VarHashDto varsQuestion, PluginAnswerDto answerDto, double grade) Rendert das Plugin inklusive der Schülereingabe und korrekter Lösung
Es wird dabei entweder direkt ein HTML-Code oder LaTeX-Code erzeugtRestPluginConnectionServiceJSF.renderPluginResult
(String typ, String name, String config, boolean tex, PluginDto pluginDto, String antwort, ToleranzDto toleranz, VarHashDto varsQuestion, PluginAnswerDto answerDto, double grade) Rendert das Plugin inklusive der Schülereingabe und korrekter Lösung
Es wird dabei entweder direkt ein HTML-Code oder LaTeX-Code erzeugtBasePluginConnectionService.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 ToleranzDto in at.letto.plugins.service
Methods in at.letto.plugins.service with parameters of type ToleranzDtoModifier and TypeMethodDescriptionBasePlugin.renderPluginResult
(boolean tex, PluginDto pluginDto, String antwort, ToleranzDto toleranz, VarHashDto varsQuestion, PluginAnswerDto answerDto, double grade) Rendert das Plugin inklusive der Schülereingabe und korrekter Lösung
Es wird dabei entweder direkt ein HTML-Code oder LaTeX-Code erzeugt -
Uses of ToleranzDto in at.letto.plugins.tools
Methods in at.letto.plugins.tools with parameters of type ToleranzDtoModifier and TypeMethodDescriptionstatic boolean
PluginToolsMath.equals
(double w1, double w2, ToleranzDto tol) Prüft ob der zweite Wert gleich ist wie der erste Wert
Zahlenwerte mit Berücksichtigung einer Toleranz -
Uses of ToleranzDto in at.open.letto.plugins.uhr
Methods in at.open.letto.plugins.uhr with parameters of type ToleranzDtoModifier and TypeMethodDescriptionPluginUhr.score
(PluginDto pluginDto, String antwort, ToleranzDto toleranz, VarHashDto varsQuestion, PluginAnswerDto pluginAnswerDto, double grade) Prüft die Eingabe eines Schülers