Moodle Plugins directory: Insert question: Versions: v1.5.5 | Moodle.org

Insert question
Insert question v1.5.5
Source code repository
https://github.com/richardjonesnz/moodle_filter_simplequestion/
Branch: moodle35
Short Description
This is a very simple implementation of a question filter. It allows questions to be inserted anywhere in Moodle editable text.
Long Description
A simple implementation of a text filter for Moodle.
In this version the user places special codes within text anywhere in Moodle which can then be replaced by a link to a question number in the database.
The code is of the form {{QUESTION:linktext|xxx|display}} where xxx is the question id number and display is the display mode (embed or popup).
The plugin moodle_atto_question allows a teacher to insert the question codes via a button which triggers a dialog box.
You can find the question number by looking at the questions in your question bank. Click the preview question link and look in the URL, the first id is the question's id number.
Question number xxx is replaced by a simple encryption technique such that the original id number is not displayed by preview.php.
Version
1.5.5 Implements GDPR, still in beta testing, help welcome. Updated cron task.
Configuration
The start and end tags are configurable as is the link text length. The question can be displayed as a popup or within an iframe embedded in a hidden div - the size of the iframe is configurable.
You can change the encryption key. Be sure to use only alphabetical characters and spaces.
Documentation
Documentation and screenshots at https://open-learning.co.nz/ *Select "Open courses" icon on front page *Click "Simple Question Demonstration" *Login as guest
Known bugs, Todos
Will not work with some advanced question types yet such as drag and drop.
Questions and suggestions
Richard Jones https://richardnz.net richardnz@outlook.com. Karapiro Village New Zealand November 2017
Moodle
Tested in Moodle 3.4 and 3.5 Tested on Chrome, Firefox and Edge browsers Debian Stretch, Apache2, PHP 7.1, Postgres 9.2. Tracker: https://tracker.moodle.org/browse/CONTRIB-7081
Version information
- Version build number
- 2018061200
- Version release name
- v1.5.5
- Maturity
- Beta
- MD5 Sum
- 82e1875e71ae83a17fd20a952deb3965
- Supported software
- Moodle 3.4, Moodle 3.5
- Latest release for Moodle 3.4
- The more recent release v1.5.51 (2018062600) exists for Moodle 3.5
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS branch
- moodle35
Default installation instructions for plugins of the type Filters
- Make sure you have all the required versions.
- Download and unpack the filter plugin.
- Place the folder (eg "myfilter") in the "filter" subdirectory.
- Visit http://yoursite.com/admin to finish the installation