reset method
void
reset()
Resets the answers already given, for instance when giving another try. Notifies listeners.
Implementation
void reset() {
_actualItems.clear();
_clearActualsForPronouns();
notifyListeners();
}