Moodle Plugins directory: 1./2. ranked choice generator for feedback: Versions: v405.2.0.6 | Moodle.org
1./2. ranked choice generator for feedback
1./2. ranked choice generator for feedback v405.2.0.6
1. and 2. ranked choice in feedback-generator
A: How to use
B: Settings
C: Capabilitys
D: Changelog
E: hint to evaluate the choices with calc-program
F: Installing via uploaded ZIP file
G: Installing manually
A: How to use
Plugin that helps to generate an xml-file to import into activity feedback to support ranked first and second choise with the activity feedback.
You can generate the needed XML-file with the questions and then you can import this XML-file into the activity feedback.
See this animated gif to find out, how to use this localplugin as an generator and how to use the generated code as questions in feedback activity in moodle.
You can enter options and then click generate a xml-code that hast do be saved as xml-file. There ar two ways to save this file. 1. You can copy the generated xml-code into an texteditor ans save the file.
or
- The xml-file can be saved with rightclick and choosing "save file as"
This saved file then can be used for import in moodle-feedback activity.
B: Settings
- You can activate the generator in the settings of the local plugin (default is no for inactiv generator).
- You can set the maximum number of options (default is 40).
- You can set the length of each option '(default is 30)
C: Capabilitys
By default only editing teacher can use this generator. If other roles should be able to use the generator the capabilitys have to be set.
D: Changelog
- implement version for moodle 4.5
- fixed: delete "ranked" from pluginname and refactored to previous name feedbackchoicegenerator
- fixed: add "ranked" to pluginname and refactored to new name feedbackcankedchoicegenerator
- fixed: Wrong link URL if Moodle not installed in the server root.
- fixed: wrong namespaces
- fixed: pull request with correct language strings
- fixed: do not hard-code the word "Option"
- setting to allow generator on frontpage with courseid=1. Use URL moodleurl/local/feedbackchoicegenerator/index.php?id=1'
- 31.12.2021 css and layout improvements, add link back to the course, bug with activating generator in settings-page of the plugin v2.0.1
- 12.12.2021 to support moodle styleguide use code checker to find codebeautyfing issues
- 20.12.2021 add privacy provider implementation to inform that no private date is stored
- 29.12.2021 transfer code from plugintype report to local
- 30.12.2021 settings-problem solved
v1.0.5 unknown
- 03.12.2021 codebeautyfing
- 03.12.2021 check that length of options is less than maxoptions
- 03.12.2021 some layoutchanges
- 03.12.2021 optimize implementation of reseting input
- 03.12.2021 added missing languagestrings
- 02.12.2021 use dataurl to be able to download xml-file
- 02.12.2021 max length of option configurable
- 02.12.2021 set capability für role editingteacher instead of teacher
- 02.12.2021 check, if user has capability to view report also by checking the capapility
- 02.12.2021 do not prevent capability for student
- 02.12.2021 added missing languagestring feedbackchoicegenerator:view
v1.0.1 beta
v1.0.0 initial
E: hint to evaluate the choices with calc-program
=WENN(D2<>"";D2;WENN(E2<>"";E2;WENN(F2<>"";F2;WENN(G2<>"";G2;"2.Wahl ist leer"))))
F: Installing via uploaded ZIP file
- Log in to your Moodle site as an admin and go to Site administration > Plugins > Install plugins.
- Upload the ZIP file with the plugin code. You should only be prompted to add extra details if your plugin type is not automatically detected.
- Check the plugin validation report and finish the installation.
G: Installing manually
The plugin can be also installed by putting the contents of this directory to
{your/moodle/dirroot}/local/feedbackchoicegenerator
Afterwards, log in to your Moodle site as an admin and go to Site administration > Notifications to complete the installation.
Alternatively, you can run
$ php admin/cli/upgrade.php
to complete the installation from the command line.
License
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.
Version information
- Version build number
- 2024110300
- Version release name
- v405.2.0.6
- Maturity
- الإصدار المستقر
- MD5 Sum
- 22f63e2038c92d1e3ca3ee89f3fb9723
- Supported software
- Moodle 4.1, Moodle 4.2, Moodle 4.3, Moodle 4.4, Moodle 4.5
- Latest release for Moodle 4.1
- Latest release for Moodle 4.2
- Latest release for Moodle 4.3
- Latest release for Moodle 4.4
- Latest release for Moodle 4.5
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS tag
- v405.2.0.6
Default installation instructions for plugins of the type Local plugins
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder in the "local" subdirectory.
- Visit http://yoursite.com/admin to finish the installation.