inline void ExerciseAdapter::reset() {
     exercise_->reset();
     currentIndex_ = 0;
 }