silverorange/inquisition

A quiz and/or survey framework.

Maintainers

Package info

github.com/silverorange/inquisition

pkg:composer/silverorange/inquisition

Statistics

Installs: 4

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 3

4.4.3 2026-03-17 19:50 UTC

README

A package for creating, managing, and running online quizzes.

Inquisition is responsible for the following basic object types and related tables:

  • Inquisition (quizzes)
  • InquisitionQuestion
  • InquisitionInquisitionQuestionBinding
  • InquisitionQuestionOption
  • InquisitionResponse
  • InquisitionResponseValue

Additional objects are provided for extended features:

  • InquisitionQuestionImage
  • InquisitionQuestionOptionImage
  • InquisitionQuestionGroup
  • InquisitionQuestionHint
  • InquisitionResponseUsedHintBinding

It provides pages for displaying these objects and admin tools for managing them.

There is also a CSV importer and exporter for question management.

Installation

Make sure the silverorange composer repository is added to the composer.json for the project and then run:

composer require silverorange/inquisition