Learning Tools: Difference between revisions

From MoodleDocs
Learning Tools
Type Local Plugin
Set N/A
Downloads https://moodle.org/plugins/local_learningtools (not yet published)
Issues https://github.com/bdecentgmbh/moodle-local_learningtools/issues
Discussion
Maintainer(s) Stefan Scholz
(Initial draft)
 
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 8: Line 8:
}}
}}
==About Learning Tools==
==About Learning Tools==
=== Description ===
=== Description ===
The purpose of Learning Tools is to provide students tools to improve their learning experience. All tools are very easy to use and can be accessed from a unified interface, the floating button. This design is well known and a very common choice in apps.  
The purpose of Learning Tools is to provide students tools to improve their learning experience. All tools are very easy to use and can be accessed from a unified interface, the floating button. This design is well known and a very common choice in apps.  
=== Architecture ===
=== Architecture ===
The plugin is built with flexibility and modularity in mind. The foundation is the local plugin, which implements the management functionality and the unified interface in the form of the floating button.
The plugin is built with flexibility and modularity in mind. The foundation is the local plugin, which implements the management functionality and the unified interface in the form of the floating button. On top of the local plugin, we've created a new (sub) plugin type called "ltool". In the initial release, we're publishing ltool_boomarks and ltool_notes. In the future, we plan many more tools which improve the learning experience even more. Have a look at our roadmap to learn more!
[[File:Learnign Tools by bdecent — Floating Button.mp4|thumb]]
=== Learning Tools sub plugins ===
 
{| class="wikitable"
==Installation==
|+List of ltools that are available and planned for Learning Tools.
For more detailed info how to install plugins in general, visit https://docs.moodle.org/401/en/Installing_plugins.
!Name
 
!Description
To install Learning Tools, you have three options:
!Tier
=====Option 1: Install from Moodle.org (NOT YET POSSIBLE, WAITING FOR PLUGIN APPROVAL)=====
!Link
#Login as an admin and go to Site administration > Plugins > Install plugins. (If you can't find this location, then plugin installation is prevented on your site.)
|-
#Click the button 'Install plugins from Moodle plugins directory'.
|Bookmarks
#Search for "Learning Tools", click the Install button then click Continue.
|Create Bookmark
#Confirm the installation request
|Free
#Check the plugin validation report
|[[Learning Tools/Bookmarks]]
=====Option 2: Install from zip package=====
|-
#Download Learning Tools from <nowiki>https://bdecent.de/product/learningtools</nowiki>
|Notes
#Login to your Moodle site as an admin and go to Administration > Site administration > Plugins > Install plugins.
|Take notes
#Upload the ZIP file. You should only be prompted to add extra details (in the Show more section) if the plugin is not automatically detected.
|Free
#If your target directory is not writeable, you will see a warning message.
|[[Learning Tools/Notes]]
#Check the plugin validation report
|-
=====Option 3: Install manually on server=====
|Invite
#Download Learning Tools from <nowiki>https://bdecent.de/product/learningtools</nowiki>
|Enrol students easily via email address (in bulk)
#Rename the folder to "learningtools"
|Pro
#Upload or copy it to your Moodle server.
|[[Learning Tools/Invite]]
#Unzip it in the `/local` directory. (the path should then look for example like this: [https://yourmoodle.com/mod/pulse/version.php https://yourmoodle.com/local/learningtools/version.php])
|-
#In your Moodle site (as admin) go to Settings > Site administration > Notifications (you should, for most plugin types, get a message saying the plugin is installed).
|Force activity
|Automatically redirect students to a specific activity until the activity is completed
|Pro
|
|-
|Information
|Display course summary and image
|Pro
|
|-
|Email
|Send an email to your participants
|Pro
|
|-
|Resume
|Return to the last exact page with the click of a button
|Pro
|
|-
| colspan="4" |''... see our [https://bdecent.de/learning-tools/roadmap/ roadmap] for a full list of additions we plan''
|}
==Installation & Configuration==
Installation and configuration instructions can be found here: [[Learning Tools/Installation]]
[[Category:Learning Tools]]
[[Category:bdecent plugins]]

Latest revision as of 12:16, 16 June 2022

About Learning Tools

Description

The purpose of Learning Tools is to provide students tools to improve their learning experience. All tools are very easy to use and can be accessed from a unified interface, the floating button. This design is well known and a very common choice in apps.

Architecture

The plugin is built with flexibility and modularity in mind. The foundation is the local plugin, which implements the management functionality and the unified interface in the form of the floating button. On top of the local plugin, we've created a new (sub) plugin type called "ltool". In the initial release, we're publishing ltool_boomarks and ltool_notes. In the future, we plan many more tools which improve the learning experience even more. Have a look at our roadmap to learn more!

Learning Tools sub plugins

List of ltools that are available and planned for Learning Tools.
Name Description Tier Link
Bookmarks Create Bookmark Free Learning Tools/Bookmarks
Notes Take notes Free Learning Tools/Notes
Invite Enrol students easily via email address (in bulk) Pro Learning Tools/Invite
Force activity Automatically redirect students to a specific activity until the activity is completed Pro
Information Display course summary and image Pro
Email Send an email to your participants Pro
Resume Return to the last exact page with the click of a button Pro
... see our roadmap for a full list of additions we plan

Installation & Configuration

Installation and configuration instructions can be found here: Learning Tools/Installation