@extends('layouts.app') @section('title', 'Bulk Upload Questions - ' . $topic->name) @section('content')
Bulk uploading questions to:
{{ $topic->description }}
{{ session('success') }}
{{ session('error') }}
Import completed with errors:
Import multiple questions at once
Start by downloading our CSV template with the correct format and example questions.
Download CSV TemplateYour CSV file must have these columns in order:
question,option_a,option_b,option_c,option_d,correct_option
What is 2+2?,3,4,5,6,B
correct_option must be A, B, C, or D
All fields are required for each row
Empty rows will be skipped