Perfect for class discussions and argumentative reasoning, online debates are easy with Kialo Edu! Motivate and empower students to have lively yet thoughtful discussions like never before.
Ideal for classroom discussions and argumentative reasoning, the free Kialo Edu plugin lets you host online debates in an innovative argument-mapping layout. Its visual format helps students break down complex arguments into digestible units and structure them in easy-to-follow lines of reasoning. Our intuitive design also makes student collaboration and teacher feedback a breeze!
Kialo Edu is designed to develop students’ critical thinking skills and enable thoughtful discussions. Starting from a central thesis, participants post claims supporting or refuting the claim above, with these branching out to create an argument tree. Students can work alone or together to discuss, plan an essay/presentation, or create a review resource on a debatable topic. Researchers have lauded Kialo’s effectiveness in facilitating rational discussion.
Educators have a range of features at their disposal. They can assign students specific tasks, like responding to peers’ claims or providing evidence for their own. These tasks are easy to track for the purpose of assessment. Teacher Feedback enables targeted and discreet feedback to be given to individual claims, while the Anonymous Discussions feature lets students explore ideas without being identified by anyone but their teacher.
Kialo Edu’s design encourages reasoned, respectful discussion among students, displaying arguments logically and prompting students to back up their positions with evidence.
We have a wealth of resources to help you make the most of Kialo Edu!
The Topic Library has over 500 ready-to-go discussion activities for you to choose from. Whether you are looking for ice-breaker inspiration or want to clone one of our academic resources, we have something for everyone.
Our Edu Blog has tips and hints on how to get the most out of your Kialo discussions. Our articles cover the pedagogical underpinnings of the platform, topical discussion ideas, teaching suggestions, and much more!
The Release Notes keep you informed of all the major updates to our platform. Whether we’re releasing the next major feature or streamlining your experience, read about it here first.
Kialo Edu offers all services on its site for free. As a nonprofit, we do not derive any financial benefit from user data. All data collection is used solely for the purposes of improving user experience, and it is possible to use Kialo Edu without sharing any personally identifying information. We are ISO 27001 compliant, and how we handle your data can be seen in detail in our Data Security and Privacy Plan.
You can find the latest version of the plugin in the Moodle plugins directory, or on the Releases page. If you download from the releases page, make sure to download the "mod_kialo.zip" asset, not simply the source code.
- 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.
- In the plugin's settings, accept Kialo's terms of service.
The plugin can be also installed by putting the contents of this directory to
{your/moodle/dirroot}/mod/kialo
Important: The plugin depends on a number of external libraries that are not directly included in the repository. Therefore, you will need to run composer install
to install the dependencies.
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. Afterwards, in the plugin's settings, accept Kialo's terms of service.
Our Help Center has comprehensive support for most issues you could encounter on the platform. Please also feel free to reach out to us through our support page.
- Source Control: https://github.com/kialo/moodle-mod_kialo
- Bug Tracker: https://github.com/kialo/moodle-mod_kialo/issues
- Documentation: https://support.kialo-edu.com/en/hc/moodle
2023 Kialo GmbH [email protected]
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/.
Our dependencies are managed via PHP composer, see composer.json
.
The vendor
files are not included in the repository, but can be installed using composer install
.
They are included in our release packages, however.
Special thanks goes to lib-lti1p3-core
which we used to implement LTI-related functionality.
See vendor/oat-sa/lib-lti1p3-core/readme_moodle.txt
for details.