Print subtests 2, 3 and 4
This commit is contained in:
parent
e2237110cf
commit
49b52f1dbc
21 changed files with 223 additions and 201 deletions
|
@ -105,3 +105,8 @@ void AkkusativModel::write(ESGRAF48::AkkusativModel &model) const
|
|||
futterModel->set_zucker(testItems[7].isChecked());
|
||||
}
|
||||
}
|
||||
|
||||
std::string AkkusativModel::getName() const
|
||||
{
|
||||
return "Subtest 4: Akkusativ und Dativ";
|
||||
}
|
||||
|
|
|
@ -12,4 +12,7 @@ public:
|
|||
|
||||
void read(const ESGRAF48::AkkusativModel &model);
|
||||
void write(ESGRAF48::AkkusativModel &model) const;
|
||||
|
||||
protected:
|
||||
std::string getName() const override;
|
||||
};
|
||||
|
|
|
@ -105,3 +105,8 @@ void DativModel::write(ESGRAF48::DativModel &model) const
|
|||
futterModel->set_zucker(testItems[7].isChecked());
|
||||
}
|
||||
}
|
||||
|
||||
std::string DativModel::getName() const
|
||||
{
|
||||
return "";
|
||||
}
|
||||
|
|
|
@ -12,4 +12,7 @@ public:
|
|||
|
||||
void read(const ESGRAF48::DativModel &model);
|
||||
void write(ESGRAF48::DativModel &model) const;
|
||||
|
||||
protected:
|
||||
std::string getName() const override;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue