https://github.com/battye/cmx-quiz-ext
CMX Quiz v3.0.x (also includes historical code for Ultimate Quiz MOD v2.1.x)
https://github.com/battye/cmx-quiz-ext
phpbb-extension
Last synced: about 2 months ago
JSON representation
CMX Quiz v3.0.x (also includes historical code for Ultimate Quiz MOD v2.1.x)
- Host: GitHub
- URL: https://github.com/battye/cmx-quiz-ext
- Owner: battye
- License: gpl-2.0
- Created: 2012-10-27T12:50:25.000Z (over 12 years ago)
- Default Branch: 3.x
- Last Pushed: 2022-12-16T16:20:41.000Z (over 2 years ago)
- Last Synced: 2025-01-31T11:50:21.883Z (4 months ago)
- Topics: phpbb-extension
- Language: PHP
- Homepage:
- Size: 358 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# CMX Quiz v3 for phpBB
This extension adds a fun quiz feature to your forum.
This is the successor to the Ultimate Quiz MOD for phpBB2.## Features
* Questions and answers
* Multiple choice
* Input an answer
* True and false
* Supports BBCode
* Optional time limits
* One page per question so people can't skip ahead
* Define a minimum and maximum number of questions
* A quiz can be used as an educational pass or fail test
* Tags (categories)
* Options configurable from ACP## Quick Install
1. Unpack the downloaded release and copy files to the `ext/battye/cmxquiz` directory.
2. Navigate in the ACP to `Customise -> Manage extensions`.
3. Look for `CMX Quiz` under the Disabled Extensions list, and click its `Enable` link.
4. Set up and configure CMX Quiz by navigating in the ACP to `Extensions -> CMX Quiz`.## Uninstall
1. Navigate in the ACP to `Customise -> Extension Management -> Extensions`.
2. Look for `CMX Quiz` under the Enabled Extensions list, and click its `Disable` link.
3. To permanently uninstall, click `Delete Data` and then delete the `/ext/battye/cmxquiz` directory.## License
[GNU General Public License v2](https://opensource.org/licenses/GPL-2.0)