package workbook.model.feedback

enum FeedbackStatus {
  case NOT_STARTET, IN_PROGRESS, FINISHED
}