Skip to content

cborn/moodle-block_stash

 
 

Repository files navigation

Block Stash GitHub tag Travis branch

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)
  • Trade by exchanging items for different items (requires plugin filter plugin)
  • Allow students to trade items with each other in the trade center.

Requirements

Moodle 4.1.2 or greater.

Installation

Simply install the plugin and add the block to a course page.

Please read the 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 editor

When 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 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 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.

About

Engage your students! Gamify your courses by hiding objects for your students to find.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 74.0%
  • JavaScript 13.0%
  • Mustache 11.8%
  • Other 1.2%