Example 1: Page - Not Indented

Example 1 Indenting Module Items

Let's talk about the module structure a little more.

This navigation will pull in items that are not indented and items that are indented 1 level. This allows you the flexibility based on your indenting preference. 

Items that are indented more than 1 level will be skipped and will not appear in the navigation.

Code

There is not currently an interface for adding this feature. To add it to a course, insert the following into the HTML:

<div id="someUniqueIDorEmpty" class="dp_module_tabs_nav" style="display: none;">
  <p>Tabbed Module Navigation Placeholder</p>
</div>

I would recommend adding this at the level of a content block. Take a look at the Module Tabs Navigation: Variations module to learn about additional things you can do to further customize this feature.

Module Structure

Here is the structure of this module for reference: