package com.gvi.project.models.questions; public enum QuestionType { MULTIPLE_CHOICE, TRUE_FALSE, FILL_IN_BLANK }