Note: You are currently viewing documentation for Moodle 3.6. Up-to-date documentation for the latest stable version of Moodle is likely available here: Side bar block.

Side bar block: Difference between revisions

From MoodleDocs
(→‎See also: Added correct URL to new Plugin listing)
 
(8 intermediate revisions by the same user not shown)
Line 2: Line 2:


==Features==
==Features==
It functions by creating course sections for each instance, starting at a number
beyond what would normally be used by a course. This defaults to section 1000,
but is configurable at the global level.


All resources and activities within a block can be edited and moved around just
It functions by associating a course section with a sidebar block instance. This is done by mirroring the contents of an “orphaned” section. Here’s an example:
like normal activities when editing is turned on. Adding label resources allows
 
you to add text to the blocks as well.
- Let’s assume that a course has 10 sections


In a sense, this block combined the main menu block functions and HTML block
- When you create a Sidebar block, this block will automatically be associated with the next section 11, which is hidden (orphaned)
functions into one block that can be used in a course.


- You can now add resources and activities directory to the Sidebar block. Note that these objects will actually get created in section 11, but they are also shown in the Sidebar block. Any changed made in the Sidebar block will be applied to section 11, and vice-versa.
You can create multiple Sidebar blocks. Each instance will be associated with a different orphaned section. You can also [http://screencast.com/t/nw30gHRn manually select the orphaned section], if needed.
All resources and activities within a block can be edited and moved around just like normal activities when editing is turned on. Adding label resources allows you to add text to the blocks as well.
In a sense, this block combined the main menu block functions and HTML block functions into a single block that can be used in a course.


==Tips and tricks==
==Tips and tricks==

Latest revision as of 16:15, 26 January 2016

This contributed code module allows you to create separate activities and resources in a block. In the standard Moodle, these only appear in the center column. You can have multiple copies of this block in a course, each one unique.

Features

It functions by associating a course section with a sidebar block instance. This is done by mirroring the contents of an “orphaned” section. Here’s an example:

- Let’s assume that a course has 10 sections

- When you create a Sidebar block, this block will automatically be associated with the next section 11, which is hidden (orphaned)

- You can now add resources and activities directory to the Sidebar block. Note that these objects will actually get created in section 11, but they are also shown in the Sidebar block. Any changed made in the Sidebar block will be applied to section 11, and vice-versa.


You can create multiple Sidebar blocks. Each instance will be associated with a different orphaned section. You can also manually select the orphaned section, if needed.

All resources and activities within a block can be edited and moved around just like normal activities when editing is turned on. Adding label resources allows you to add text to the blocks as well.

In a sense, this block combined the main menu block functions and HTML block functions into a single block that can be used in a course.

Tips and tricks

  • Use with a Lesson dependency feature. When you create an activity a Side bar block (like a Quiz), you can then hide the block and the quiz is still accessible via an internal link. Thus you can force a student to go through a series of Lessons before taking the quiz. In the last lesson of the series, put the internal link to the quiz which is hidden from view but is technically open to students. This is not 100% foolproof, but will keep most of the students on the path you want.

See also