Skip to content

isagrant/inquisition

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inquisition

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 98.3%
  • JavaScript 1.3%
  • Other 0.4%