Next Inventory 6.1.0: App Manager, dark mode, and more Joomla 6.1 "Nyota" Is Here Building the Future of Joomla Extensions
NextSoftware
Next Exams — Documentation

Quick Start

From a fresh install to a published exam that someone can actually sit, in five steps.

Step 1: Open Next Exams

Go to Components → Next Exams. The application opens on the Dashboard.

There is nothing to configure first. Every setting ships with a working default, all thirteen plugins were enabled during installation, and all twenty-six apps are switched on. You can go straight to authoring.

Tip: if you would rather explore a populated system before building your own, install the demo dataset from Configuration → Demo data. It seeds subjects, questions of every type, exams, attempts and certificates, and switches on a demo mode that blocks writes so you cannot break anything. Removing it restores the site cleanly.


Step 2: Create a Subject and Add Questions

Questions are filed against a subject, so create one first.

  1. Open Authoring → Subjects and click New.
  2. Give it a title and save. Nest further subjects under it by choosing a parent — the tree maintains its own paths, so you can reorganise later without breaking anything.

The subject tree showing a nested hierarchy with parent and child subjects, each row displaying its title, path, question count and published state, with the New button in the header

Now add questions.

  1. Open Authoring → Questions and click New.
  2. Pick a type — start with Multiple Choice (single answer) if you are unsure.
  3. Write the stem, add options, and mark the correct one.
  4. Choose the subject and set the points.
  5. Save and continue for the next one.

Note: the type picker offers nine types. Ordering, matching, extended matching and cloze are grouped as advanced types and can be switched off entirely in the App Manager if you never want authors reaching for them.


Step 3: Build an Exam

  1. Open Authoring → Exams and click New.
  2. Give the exam a title and pick its subject.
  3. On the Structure tab, add questions one of two ways — or both:
    • Fixed questions are pinned. Every examinee gets exactly these.
    • Pool rules draw a number of questions at random from a subject or tag. Each examinee gets a different draw.
  4. On the Access & Release tab, choose who may sit it and when results appear.
  5. Set a time limit and a pass mark, then save.

The exam builder Structure tab, showing a list of fixed questions with drag handles and per-question points, a pool rules panel below specifying a subject and a draw count, and the running total of questions and points

Note: the question total shown in the exam list counts fixed questions only. A pure-pool exam legitimately shows zero there — the exam detail view shows the real total, fixed questions plus each pool's draw count.

Publish the exam when you are happy with it.


Step 4: Publish It to the Site

Installing the package does not create any front-end pages, so an exam is not reachable until you add a menu item.

  1. Go to Menus → [your menu] → Add New Menu Item.
  2. Set Menu Item Type to NextExams - Exams for a listing of everything available, or NextExams - Single Exam to point directly at this one.
  3. Save, then visit the page as a visitor would.

The exam runner on the site: a blue header with the exam title, a countdown and a progress rail, a floating vertical strip of numbered question cells to the left showing answered, flagged and current states, and the questions below as cards, each with its title and a flag button in the corner

Take the exam yourself. Answers autosave as you work — only what changed is posted, and an unacknowledged save is re-sent on the next one.


Step 5: Watch and Grade

While the exam is running, open Results → Live Monitor to see who is in, how far along they are and how long they have left. You can extend someone's time, allow a resume, or force a submit from there.

After the submit:

  • Everything except essays grades itself, with partial credit where the question allows it.
  • Essays queue for you. Open Results → Attempts, pick the attempt and mark them. Until marking is finished, the examinee's review stays locked so they never see a half-marked paper.
  • Results appear when you decided they should — immediately, after the exam closes, at a scheduled time, or only when you release them by hand.

What Happens Next

  • The examinee passed and the exam has a certificate template: a PDF certificate is issued automatically, once, with a QR code linking to a public verification page.
  • The attempt contains an essay: the attempt is marked as needing grading and, if you enabled the notification, an email tells you so. The examinee sees a pending notice rather than a score.
  • The exam covers two or more subjects: the result page breaks the score down per subject, weakest first, and names the areas to revise.
  • You have webhooks or LTI configured: the submission and the grade are pushed out — signed HTTP notifications to your endpoints, and a score back to the LMS gradebook.
  • You want to know if the questions are any good: after a few dozen attempts, Results → Analytics reports each question's difficulty and how well it discriminates between strong and weak candidates.

All Extensions