Uses of Class
at.letto.math.dto.VarHashDto
Packages that use VarHashDto
Package
Description
-
Uses of VarHashDto in at.letto.plugins.dto
Fields in at.letto.plugins.dto declared as VarHashDtoModifier and TypeFieldDescriptionprivate VarHashDto
PluginQuestionDto.cvars
Konstante und Variablen welche als Datensatz definiert sind kombiniert in einem Hashprivate VarHashDto
PluginQuestionDto.mvars
Konstante, Variablen welche als Datensatz definiert und Maxima-Ergebnisse mit eingesetzten Werten kombiniert in einem Hashprivate VarHashDto
PluginParserRequestDto.vars
Alle Variablen der Frageprivate VarHashDto
PluginQuestionDto.vars
Werte alle gesetzten Datensatz-Variablenprivate VarHashDto
PluginQuestionDto.varsMaxima
Ergebnisse aller Maxima-Berechnungen ohne eingesetzte Datensatz-Variableprivate VarHashDto
PluginRenderResultRequestDto.varsQuestion
Referenz auf VarHash, wird dynamisch nachgeladenprivate VarHashDto
PluginScoreRequestDto.varsQuestion
Referenz auf VarHash, wird dynamisch nachgeladen -
Uses of VarHashDto in at.letto.plugins.interfaces
Methods in at.letto.plugins.interfaces with parameters of type VarHashDtoModifier and TypeMethodDescriptionPluginService.parserPlugin
(VarHashDto vars, CalcParamsDto cp, CalcErgebnisDto... p) Wird verwendet wenn im Lösungsfeld die Funktion plugin("pluginname",p1,p2,p3) verwendet wirdPluginService.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 VarHashDto in at.letto.plugins.restclient
Methods in at.letto.plugins.restclient with parameters of type VarHashDtoModifier and TypeMethodDescriptionBasePluginConnectionService.parserPlugin
(String typ, String name, String config, VarHashDto vars, CalcParamsDto cp, CalcErgebnisDto... p) Wird verwendet wenn im Lösungsfeld die Funktion plugin("pluginname",p1,p2,p3) verwendet wirdBasePluginManagerService.parserPlugin
(String typ, String name, String config, VarHashDto vars, CalcParamsDto cp, CalcErgebnisDto... p) Wird verwendet wenn im Lösungsfeld die Funktion plugin("pluginname",p1,p2,p3) verwendet wirdPluginConnectionService.parserPlugin
(String typ, String name, String config, VarHashDto vars, CalcParamsDto cp, CalcErgebnisDto... p) Wird verwendet wenn im Lösungsfeld die Funktion plugin("pluginname",p1,p2,p3) verwendet wirdRestPluginConnectionService.parserPlugin
(String typ, String name, String config, VarHashDto vars, CalcParamsDto cp, CalcErgebnisDto... p) Wird verwendet wenn im Lösungsfeld die Funktion plugin("pluginname",p1,p2,p3) verwendet wirdRestPluginConnectionServiceJSF.parserPlugin
(String typ, String name, String config, VarHashDto vars, CalcParamsDto cp, CalcErgebnisDto... p) Wird verwendet wenn im Lösungsfeld die Funktion plugin("pluginname",p1,p2,p3) verwendet wirdBasePluginConnectionService.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 VarHashDto in at.letto.plugins.service
Methods in at.letto.plugins.service with parameters of type VarHashDtoModifier and TypeMethodDescriptionBasePlugin.parserPlugin
(VarHashDto vars, CalcParamsDto cp, CalcErgebnisDto... p) Wird verwendet wenn im Lösungsfeld die Funktion plugin("pluginname",p1,p2,p3) verwendet wirdBasePlugin.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 VarHashDto in at.open.letto.plugins.uhr
Methods in at.open.letto.plugins.uhr with parameters of type VarHashDtoModifier and TypeMethodDescriptionPluginUhr.parserPlugin
(VarHashDto vars, CalcParamsDto cp, CalcErgebnisDto... p) Wird verwendet wenn im Lösungsfeld die Funktion plugin("pluginname",p1,p2,p3) verwendet wirdPluginUhr.score
(PluginDto pluginDto, String antwort, ToleranzDto toleranz, VarHashDto varsQuestion, PluginAnswerDto pluginAnswerDto, double grade) Prüft die Eingabe eines Schülers