관리-도구
편집 파일: QuestionTypes.php
<?php namespace Modules\LMS\Enums; enum QuestionTypes { const MULTIPLE = 'multiple-choice'; const SINGLE = 'single-choice'; const FILL_IN_BLANK = 'fill-in-blank'; }