{{ __('Import Questions from TXT') }}

@if(session('error'))
{{ session('error') }}
@endif
@csrf
{{ __('Import Questions') }} Cancel

TXT File Format Guide

Your file must strictly follow this format for each question:

What is the largest mammal?
A. Elephant
B. Giraffe
C. Blue Whale
D. Polar Bear
ANSWER: C

What is 2 + 2?
A. 3
B. 4
C. 5
D. 6
ANSWER: B
  • Question text on the first line
  • Options must start with A., B., C., or D.
  • Correct answer must start with ANSWER: followed by the option letter
  • Separate multiple questions with a blank line
  • Ensure no leading/trailing spaces in the option lines