Moodle Plugins directory: Debate: Versions: 1.2.0 | Moodle.org
Debate
Activities ::: mod_debate
Maintained by
A K M SAFAT SHAHIN
Debate is a moodle activity which allows students to debate in a given topic inside moodle.
Debate 1.2.0
Moodle 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10
Released: Sunday, 11 April 2021, 9:59 PM
Code prechecks
phplint
phpcs416 | 141
js2 | 37
css1 | 0
phpdoc102 | 0
savepoint3 | 0
thirdparty
grunt1 | 1
shifter
mustache0 | 26
gherkin
HTML | XMLAnother major release of the debate plugin, contributed by A K M Safat Shahin.
This release contains the following major features:
1. Teams reset in the course reset feature.
2. Add, update, delete of responses handled using objects, which ensured better data handling.
3. Transferred the events in the objects to make sure they are triggered in the right place.
4. Increased the dependency in the API layer and removed some dependency from JS, which means better handling of data and less bug from the JS.
5. Automated testing support, current coverage includes: generator test and lib test.
This release fixed the following bugs:
1. Debate response count bug of the JS which used to happen if continuously adding and deleting of response, currently handled by the API layer which solved this and any future problems regarding this matter.
This release contains the following major features:
1. Teams reset in the course reset feature.
2. Add, update, delete of responses handled using objects, which ensured better data handling.
3. Transferred the events in the objects to make sure they are triggered in the right place.
4. Increased the dependency in the API layer and removed some dependency from JS, which means better handling of data and less bug from the JS.
5. Automated testing support, current coverage includes: generator test and lib test.
This release fixed the following bugs:
1. Debate response count bug of the JS which used to happen if continuously adding and deleting of response, currently handled by the API layer which solved this and any future problems regarding this matter.
Version information
- Version build number
- 2021041102
- Version release name
- 1.2.0
- Can be updated from
- 1.2.0 (2021032201)
- Maturity
- Stable version
- MD5 Sum
- 994c113067a8169467dcd5f02828b107
- Supported software
- Moodle 3.4, Moodle 3.5, Moodle 3.6, Moodle 3.7, Moodle 3.8, Moodle 3.9, Moodle 3.10
- The more recent release 1.2.0 (2021060500) exists for Moodle 3.4
- The more recent release 1.2.0 (2021060500) exists for Moodle 3.5
- The more recent release 1.2.0 (2021060500) exists for Moodle 3.6
- The more recent release 1.2.0 (2021060500) exists for Moodle 3.7
- The more recent release 1.2.0 (2021060500) exists for Moodle 3.8
- The more recent release 1.3.0 (2023013100) exists for Moodle 3.9
- The more recent release 1.3.0 (2023013100) exists for Moodle 3.10
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS branch
- main
Default installation instructions for plugins of the type Activities
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder (eg "assignment") in the "mod" subdirectory.
- Visit http://yoursite.com/admin to finish the installation