{"id":2942,"date":"2023-12-20T03:01:00","date_gmt":"2023-12-20T08:01:00","guid":{"rendered":"https:\/\/www.both.org\/?p=2942"},"modified":"2023-12-18T15:49:45","modified_gmt":"2023-12-18T20:49:45","slug":"level-up-learning-unleashing-the-power-of-open-source-tools-in-schools","status":"publish","type":"post","link":"https:\/\/www.both.org\/?p=2942","title":{"rendered":"Level Up Learning: Unleashing the Power of Open-Source Tools in Schools"},"content":{"rendered":"<div class=\"pld-like-dislike-wrap pld-template-1\">\r\n    <div class=\"pld-like-wrap  pld-common-wrap\">\r\n    <a href=\"javascript:void(0)\" class=\"pld-like-trigger pld-like-dislike-trigger  \" title=\"\" data-post-id=\"2942\" data-trigger-type=\"like\" data-restriction=\"cookie\" data-already-liked=\"0\">\r\n                        <i class=\"fas fa-thumbs-up\"><\/i>\r\n                <\/a>\r\n    <span class=\"pld-like-count-wrap pld-count-wrap\">    <\/span>\r\n<\/div><\/div>\n<p>Open-source classroom tools are becoming more popular among educators because they offer affordable and customizable solutions. These tools improve the learning experience, promote collaboration, and increase student engagement. In this article, we will explore five open-source classroom tools that significantly impact classrooms worldwide.<\/p>\n\n\n\n<p><strong>MoodleBox:<\/strong>\u00a0Based on the popular open-source learning management system Moodle, <a href=\"https:\/\/moodlebox.net\/en\/\" target=\"_blank\" rel=\"noreferrer noopener\">MoodleBox<\/a> is a compact and affordable standalone mobile device designed to operate independently of the Internet. It integrates a wireless access point with a comprehensive Moodle server. You can connect your Moodlbox to the internet, or it can operate as a standalone server within your classroom. Turning on the MoodleBox creates a local wireless area network, allowing learners to connect seamlessly using their devices. This enables them to access documents, engage, and undertake full-fledged training courses without leaving the safety of your classroom. MoodleBox is built around a Raspberry Pi computer, and the source code is distributed under the AGPL v3 license.<\/p>\n\n\n\n<p><strong>OpenBoard:<\/strong>\u00a0<a href=\"https:\/\/openboard.ch\/index.en.html\" target=\"_blank\" rel=\"noreferrer noopener\">OpenBoard<\/a> is an open and cost-free interactive whiteboard software that seamlessly harmonizes with all projectors and pointing devices. It is designed for PK-12 and universities and can be installed on <a href=\"https:\/\/github.com\/OpenBoard-org\/OpenBoard\/releases\/download\/v1.6.4\/OpenBoard_Installer_1.6.4.exe\" target=\"_blank\" rel=\"noreferrer noopener\">Windows<\/a>, <a href=\"https:\/\/github.com\/OpenBoard-org\/OpenBoard\/releases\/download\/v1.6.4\/OpenBoard-1.6.4.dmg\" target=\"_blank\" rel=\"noreferrer noopener\">MacOS<\/a>, and <a href=\"https:\/\/github.com\/OpenBoard-org\/OpenBoard\/releases\/download\/v1.6.4\/openboard_ubuntu_22.04_1.6.4_amd64.deb\" target=\"_blank\" rel=\"noreferrer noopener\">Linux<\/a>. It is easy to download, and the community maintains excellent documentation. OpenBoard is released under the <a href=\"https:\/\/github.com\/OpenBoard-org\/OpenBoard\/blob\/master\/LICENSE\" target=\"_blank\" rel=\"noreferrer noopener\">GPLv3<\/a> License and maintained by the community on GitHub.<\/p>\n\n\n\n<p><strong>Stellarium:<\/strong>\u00a0While your classroom projector is connected to your computer, you can download and install <a href=\"https:\/\/stellarium.org\/\" target=\"_blank\" rel=\"noreferrer noopener\">Stellarium<\/a> to create an open-source planetarium in your classroom or learning lab. Stellarium presents a no-cost, open-source planetarium that caters to your computer. It unveils a lifelike 3D rendition of the sky, similar to the unaided eye&#8217;s view or observations made through binoculars and telescopes. Stellarium can be installed on Windows, MacOS, and Linux and has a GPL v2 license, and its code is readily available on <a href=\"https:\/\/github.com\/Stellarium\/stellarium\" target=\"_blank\" rel=\"noreferrer noopener\">GitHub<\/a>.<\/p>\n\n\n\n<p>You can easily install Stellarium on Linux  from the command line<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$ sudo dnf install stellarium<\/code><\/pre>\n\n\n\n<p>or <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$ sudo apt install stellarium<\/code><\/pre>\n\n\n\n<p><strong>LibreOffice:<\/strong>\u00a0<a href=\"https:\/\/www.libreoffice.org\/\" target=\"_blank\" rel=\"noreferrer noopener\">LibreOffice<\/a> is an open-source office suite that includes a word processor, spreadsheet, presentation software, and more. It provides a free alternative to proprietary software like Microsoft Office, making it accessible to students and educators worldwide. LibreOffice&#8217;s compatibility with popular file formats ensures seamless collaboration and easy sharing of documents among students and teachers. LibreOffice is free software that is <a href=\"https:\/\/www.libreoffice.org\/about-us\/licenses\" target=\"_blank\" rel=\"noreferrer noopener\">licensed<\/a> under the Mozilla Public License version 2, and its <a href=\"https:\/\/www.libreoffice.org\/about-us\/source-code\/\">source code<\/a> is readily available. LibreOffice comes installed by default on many Linux distributions. It can be easily installed from the command line.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$ sudo dnf install libreoffice<\/code><\/pre>\n\n\n\n<p>or<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$ sudo apt install libreoffice <\/code><\/pre>\n\n\n\n<p><strong>GIMP<\/strong>: <a href=\"https:\/\/www.gimp.org\/\" target=\"_blank\" rel=\"noreferrer noopener\">GIMP<\/a> stands for GNU Image Manipulation Program. GIMP is free software and is openly licensed. It is designed for a range of functions, including photo enhancement, free-form drawing, and transcoding between different file formats. It is not designed to be used for drawing. GIMP can be installed on Windows, MacOS, and Linux. GIMP has extensive <a href=\"https:\/\/www.gimp.org\/docs\/\" target=\"_blank\" rel=\"noreferrer noopener\">documentation<\/a> and tutorials that will help you learn and navigate this powerful software. GIMP\u00a0is distributed under terms of General Public License v3. <\/p>\n\n\n\n<p>You can easily install Gimp from the command line depending on your Linux distribution.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$ sudo dnf install gimp<\/code><\/pre>\n\n\n\n<p>or <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$ sudo apt install gimp<\/code><\/pre>\n\n\n\n<p>Gimp can also be installed as a <a href=\"https:\/\/flathub.org\/repo\/appstream\/org.gimp.GIMP.flatpakref\" target=\"_blank\" rel=\"noreferrer noopener\">FlatPak<\/a>. <\/p>\n\n\n\n<p>These five open-source classroom tools are just a glimpse of the vast ecosystem of open-source software available for education. By leveraging these tools, educators can create engaging and interactive learning experiences while also promoting digital literacy among students. Open-source software not only empowers educators with cost-effective solutions but also fosters a culture of collaboration and innovation in the classroom.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Open-source classroom tools are becoming more popular among educators because they offer affordable and customizable solutions. These tools<\/p>\n","protected":false},"author":32,"featured_media":2949,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_lmt_disableupdate":"","_lmt_disable":"","footnotes":""},"categories":[135,14],"tags":[130,133,131,128,129,134],"class_list":["post-2942","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-education","category-open-source-software","tag-gimp","tag-libreoffice","tag-moodlebox","tag-open-education","tag-pk12","tag-stellarium"],"modified_by":"David Both","_links":{"self":[{"href":"https:\/\/www.both.org\/index.php?rest_route=\/wp\/v2\/posts\/2942","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.both.org\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.both.org\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.both.org\/index.php?rest_route=\/wp\/v2\/users\/32"}],"replies":[{"embeddable":true,"href":"https:\/\/www.both.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2942"}],"version-history":[{"count":4,"href":"https:\/\/www.both.org\/index.php?rest_route=\/wp\/v2\/posts\/2942\/revisions"}],"predecessor-version":[{"id":2950,"href":"https:\/\/www.both.org\/index.php?rest_route=\/wp\/v2\/posts\/2942\/revisions\/2950"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.both.org\/index.php?rest_route=\/wp\/v2\/media\/2949"}],"wp:attachment":[{"href":"https:\/\/www.both.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2942"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.both.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2942"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.both.org\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2942"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}