#include <Question.h>
Öffentliche Methoden | |
Result (bool c, std::string ans="") | |
Standard-Konstruktor. | |
operator bool () | |
Gibt an, ob Frage richtig beantwortet wurde. | |
Öffentliche Attribute | |
bool | correct |
Speichert, ob die Antwort richtig war. | |
std::string | correctAnswer |
Falls die Antwort falsch war, ist die richtige hier zu finden. |
Limiro::Result::operator bool | ( | ) | [inline] |