© 2026 Hedgehog Software, LLC
Forms\Components\Select::make('type') ->live() ->required() ->options(AssessmentTypes::class),
Forms\Components\TextInput::make('questions_count') ->visible(fn (Get $get): bool => $get('type') == AssessmentTypes::QUIZ || $get('type') == AssessmentTypes::EXAM ) ->numeric(),