Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fmcorz/moodle-block_stash
Engage your students! Gamify your courses by hiding objects for your students to find.
https://github.com/fmcorz/moodle-block_stash
gamification moodle-block moodle-plugin
Last synced: about 7 hours ago
JSON representation
Engage your students! Gamify your courses by hiding objects for your students to find.
- Host: GitHub
- URL: https://github.com/fmcorz/moodle-block_stash
- Owner: FMCorz
- Created: 2016-06-20T04:26:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-04T10:48:28.000Z (about 2 years ago)
- Last Synced: 2023-03-23T08:27:11.618Z (over 1 year ago)
- Topics: gamification, moodle-block, moodle-plugin
- Language: PHP
- Size: 324 KB
- Stars: 5
- Watchers: 6
- Forks: 12
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
Block Stash ![GitHub tag](https://img.shields.io/github/tag/branchup/moodle-filter_shortcodesblock_stash.svg) ![Travis branch](https://img.shields.io/travis/branchup/moodle-block_stash/master.svg)
===========Engage your students! Gamify your courses by hiding objects for your students to find.
Features
--------- Create any object you like
- Hide objects throughout your course in any possible location
- Set objects to automatically re-appear after a delay to boost engagement
- Unlock access to activities based on the objects found (requires plugin [availability_stash](https://moodle.org/plugins/availability_stash))
- Trade by exchanging items for different items (requires plugin [filter plugin](https://moodle.org/plugins/filter_stash))Requirements
------------Moodle 3.1 or greater.
Installation
------------Simply install the plugin and add the block to a course page.
_Please read the [Recommended plugins](#recommended-plugins) section._
Getting started
---------------### Creating an item
1. Create a new item
2. Create a new location for that item
3. Copy the code snippet for that location
4. Directly paste the code in the HTML view of your editorWhen viewing the content the object will now appear.
Note that teachers cannot pick up the objects, for them they will always re-appear.### Creating a trade (item exchange)
1. Create at least two items (see creating an item above)
2. Click the create trade widget button.
3. Add items to gain on the left side and items to lose on the right.
4. Once saved click on the trade name and copy the code snippet.
5. Directly paste the code snippet into any location that has an editor.Recommended plugins
-------------------### Shortcodes filter
This [filter plugin](https://github.com/branchup/moodle-filter_shortcodes) makes it easier and more reliable to add the items to your course content. We very highly recommend you to use it. This is a requirement to use the trading feature.
### Stash availability
This [availability plugin](https://moodle.org/plugins/availability_stash) allows to restrict the access to activity modules and resources based on the objects collected by a student.
License
-------Licensed under the [GNU GPL License](http://www.gnu.org/copyleft/gpl.html).