{{define "content"}}

Review Import

{{len .Draft.Questions}} question(s) found. Edit any text, choose the correct answer, then confirm. Check "Delete" to skip a question.

← Upload another
{{if eq (len .Draft.Questions) 0}}

No questions were found in this document.

The file may not contain multiple-choice questions, or the LLM was unable to extract them.

Try another file
{{else}}
{{range $i, $q := .Draft.Questions}}
Question {{inc $i}}
{{range $j, $a := $q.Answers}}
{{end}}

Select the radio button next to the correct answer.

{{end}}
Cancel
{{end}} {{end}}