Assessium
Documentation

Current guides for importing, editing, publishing, attempts, exports, keyboard shortcuts, and parser-friendly source formats.

§ Getting started

Prompt template

Prefer to draft questions with your own AI assistant? Use this prompt shape so the output imports cleanly when you paste it in.

Assessium can generate questions for you (see Generate with AI). This template is for when you would rather use another assistant and paste the result in. Assessium imports best when questions are structured clearly, so ask your LLM for numbered questions, explicit options, and answer lines or checked options.

Generate 8 quiz questions on {topic}.

Return Markdown only. Include a title, Course Code, Lecturer Name, Time Limit Minutes, and numbered question headings.

For objective questions, use checked options:

## Question 1 (2 marks)
Prompt text here
- [ ] Option A
- [x] Option B
- [ ] Option C
- [ ] Option D

For multiple-select questions, mark every correct option with [x].

For short answers, use:

## Question 2 (3 marks)
Prompt text here
Answer: keyword 1; keyword 2

Use clear wording and avoid extra commentary.
note

Direct import supports Markdown, JSON, and raw text. Generate with any AI assistant, then paste or upload the result into Assessium.

prompt-template