parley
answervalidatorold.h
Go to the documentation of this file.
60 void checkUserAnswer(const QString& solution, const QString& userAnswer, const QString& language = QString());
94 void wordCompare(const QString& solution, const QString& userWord, double& grade, TestEntry::ErrorTypes& errorTypes);
107 QList< QPair < QString, QString > > bestPairs(const QStringList& solutionWords , const QStringList& userAnswerWords);
void checkUserAnswer(const QString &userAnswer)
Checks the user answer.
Definition: answervalidatorold.cpp:308
Provides different comparison methods to determine the quality of the answer.
Definition: answervalidatorold.h:32
void setLanguage(int translation)
Set the language for the spell checker.
Definition: answervalidatorold.cpp:66
bool spellcheckerAvailable()
Definition: answervalidatorold.cpp:527
AnswerValidatorOld(KEduVocDocument *doc)
Definition: answervalidatorold.cpp:52
Definition: testentry.h:22
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:15:56 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:15:56 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.