Learnomy

Question Bank

The Question Bank is a central library of all your questions. Questions are stored independently of any quiz so you can reuse them across multiple quizzes, edit them in one place, and keep your question sets organized with categories and tags.

Overview

Go to Learnomy > Question Bank to see every question on your site. The Times Used column shows how many quizzes each question appears in.

Question bank

The question list

The list shows one row per question. Each row displays the question text (trimmed), its type, category, difficulty, status, how many quizzes use it, and when it was created.

Question bank table

Row actions:

  • Edit -- opens the question editor.
  • Duplicate -- creates a copy of the question with all its answers. Useful for creating variations.
  • Delete -- permanently removes the question. It is removed from any quiz slot it was in.

You can select multiple rows with the checkboxes and use the Bulk Actions bar at the bottom to delete them all at once.

Filtering questions

The filter bar above the table lets you narrow down the list before you scroll or search.

Question bank filters

Filter What it does
Category Show only questions in a specific question category.
Type Filter by question type (multiple choice, essay, etc.).
Difficulty Show questions at a specific difficulty level (Beginner through Expert).
Status Filter by Draft, Published, or Archived status.
Author Show questions created by a specific instructor or admin.
Tag Filter by a question tag.
Search Keyword search against the question text.

Select your filters and click Filter. Click Clear to reset to all questions.

Creating a new question

Click Add Question in the top-right corner to open the question editor.

Question editor

Question Details section

Field Notes
Question Text The prompt shown to the student. Required. For fill-in-the-blank questions, place {{blank1}}, {{blank2}}, etc. where the blanks should appear.
Additional Context Optional passage or code block shown above the answer choices.
Hint A nudge the student can reveal during the quiz at a small marks cost.
Type The question type. Changing this updates the Answers section below.
Category Assign the question to a question category for filtering.
Difficulty Beginner, Easy, Medium, Hard, or Expert. Used for filtering only; does not affect scoring.
Status Draft hides the question from the quiz picker. Published makes it available. Archived keeps it in the bank but removes it from the Add Questions picker.
Explanation Shown to the student after they answer (depending on quiz feedback timing).
Add to quizzes A multi-select list of existing quizzes. Hold Ctrl or Cmd to select more than one. Assigning the question here adds it as a slot to the selected quizzes.

Question editor header

Answers section

The answers area changes dynamically based on the Type you selected. See Question Types for details on how to fill in each type.

Question editor answers

Click Add answer to add another answer row. Drag the handle on any row to reorder answers.

Each answer row has:

  • Content -- the answer text.
  • Correct -- checkbox or radio button to mark it correct.
  • Fraction -- partial-credit weight (used in multiple-correct and advanced types).
  • Feedback -- optional per-answer feedback shown to the student (depending on quiz feedback timing).

Sidebar: tags and details

After saving a question, a sidebar appears with a Tags card and a Details card.

The Details card shows the question ID, how many quizzes it is currently assigned to, its version number, author, and last-updated date. Every time you save changes to a question, the version number increments. Past attempts record the version they were answered against.

Settings section

Question editor settings

The Settings section on an existing question groups the metadata fields (category, difficulty, status) in one place.

Question categories

Question categories are a separate hierarchy from course categories. They are used only to organize the Question Bank.

Question categories are selected from a dropdown in the question editor. The category list is populated when you first create questions. A question can belong to one category. There is no standalone admin tab for managing question categories in the current release.

Tags

Tags can be applied to both questions and quizzes. They appear as checkboxes in the sidebar of the question and quiz editors. Admins can create new tags inline using the quick-add field in the tag card.

Tags for questions and quizzes are managed under Learnomy > Categories, on the respective tag vocabulary tab (for example, Question Tags or Quiz Tags).

Importing and exporting questions

The Question Bank includes CSV import and export buttons in the page header.

Export: Click Export CSV to download all questions currently visible in the list (respecting any active filters). The file can be opened in a spreadsheet.

Import: Click Import CSV and upload a file. The expected columns are:

title, type, difficulty, category_slug, status, hint, body_text, answers_json

The answers_json column contains a JSON array of answer objects. Use the export format as a template.

Tips

  • Questions with Draft status do not appear in the Add Questions picker inside the quiz editor. Set status to Published when a question is ready to use.
  • The Times Used count is a fast way to see which questions are used widely. Before editing a commonly-used question, consider whether the change might affect existing quiz attempts.
  • A question marked Archived is excluded from the picker but stays in existing quiz slots. Use this to retire old questions without removing them from quizzes that already have them.

Related