kevinsguides / yaquiz

A Simple Quiz Component for Joomla 5
8 stars 2 forks source link

YAQ (Yet Another Quiz Extension)

For Joomla 4/5

Developer: KevinsGuides.com / Kevin Olson License GPL v3 Full Documentation / How To Use

This is a component for Joomla 4/5.

It allows you to add graded review quizzes to your website.

Currently, this is in beta. Do not use on critical sites or without testing.

Requirements

You just need a site running Joomla 5 with a template that uses Bootstrap 5 (most templates will work).

Install it like any other component. Extension works with Joomla's cache system, but not the full page cache plugin.

What's Working...

Todo

Basic Build Instructions

You can build from source by creating a component install package manually.

  1. Create new directory.
  2. Create "admin" and "site" directories
  3. Copy contents of components/com_yaquiz into site
  4. Copy contents of administrator/components/com_yaquiz into admin
  5. Move yaquiz.xml file from admin to root of new directory
  6. Zip everything and install as normal

If you want excel function to work you need to run composer install/update commands and ensure all dependencies are in components admin/vendor folder