Flexpage: Difference between revisions
Line 29: | Line 29: | ||
== Installation == | == Installation == | ||
Flexpage is available for Moodle 2.2.X only. Flexpage requires the installation of several plugins. Click the links below to access them in the Moodle Plugins Directory: | Flexpage is available for Moodle 2.2.X only. Flexpage requires the installation of several plugins. Click the links below to access them in the Moodle Plugins Directory: | ||
Line 37: | Line 38: | ||
* [http://moodle.org/plugins/view.php?plugin=theme_flexpage Flexpage Theme] - unzip the contents into /wwwroot/theme | * [http://moodle.org/plugins/view.php?plugin=theme_flexpage Flexpage Theme] - unzip the contents into /wwwroot/theme | ||
* [http://moodle.org/plugins/view.php?plugin=local_mr Moodlerooms Framework] (Coming soon) - unzip the contents into /wwwroot/local | * [http://moodle.org/plugins/view.php?plugin=local_mr Moodlerooms Framework] (Coming soon) - unzip the contents into /wwwroot/local | ||
Once installed, visit the Site Notifications page of your site to install the plugins within Moodle. Dependencies are enabled, so Moodle will let you know if there is a problem with unpackaging a plugin. | Once installed, visit the Site Notifications page of your site to install the plugins within Moodle. Dependencies are enabled, so Moodle will let you know if there is a problem with unpackaging a plugin. |
Revision as of 23:28, 29 June 2012
Note: This article is a work in progress. Please use the page comments or an appropriate moodle.org forum for any recommendations/suggestions for improvement.
Documentation
Flexpage Course Format
Flexpage is a course format that provides a teacher with complete control of how educational materials and assessments are presented to a student. Flexpage allows a teacher to create a flexible set of pages and sub pages where blocks and activities can be placed in any location on the page instead of being restricted to a right, left or center column. Flexpage courses provide teachers with the ability to determine how many columns of data are contained within a course (up to three-columns). This allows teachers to have complete control over how they want to present course materials and assessments to students.
The basic features of Flexpage are:
- Multiple Pages: A Flexpage course can contain an infinite number of pages. Each flexpage can contain different or the same blocks, activities and resources as another page.
- Child Pages: A Flexpage course can contain an infinite number of child flexpages and children of child flexpages in a infinite sub structure. This parent child relationship allows teachers to create a unique course structure based on their teaching style and preference.
- Flexible Course Structure: Flexpages can contain up to 3 columns as well as a top region that blocks and activities can be added to. Each flexpage can have a different structure (i.e., number of columns and areas content is located).
- Inline Resource/Activity Display: The format can be extended to display resource and activity content inline (in the flexpage). This currently only works for forums and resources - other activities show a link as expected.
- Previous/Next Button: When you enter a flexpage, there are previous and next arrows to return you to the page you were previously on or back to where you came from.
- Flexpage Menus: A Teacher can create an expandable menu that is displayed as a block or drop-down menu on flexpages. This menu can contain links to other flexpages, trouble tickets, as well as internal and external resources. These menus will also work with flexpage and activity access restrictions.
- Backup and Restore: Any course in Flexpage format can be fully or partially backed up and copied to another course.
- Flexpage access restriction: Flexpages can have their access restricted for students based on the completion of assignments and resource views.
- Upgrade from 1.9: Flexpage supports the upgrade of the Page course format (version 2008082100) for Moodle 1.9, originally available at http://development.moodlerooms.com
For detailed end-user documentation please see the Course Format Manual hosted on manuals.moodlerooms.com. Don't be confused to the term joule. joule 1 refers to Moodle 1.9, and joule 2 refers to Moodle 2.X.
Flexpage Theme
One of the core enhancements of Flexpage is a top region that stretches across the 3 block columns. This region is very useful for course headers, and is integral to the Flexpage menu system. We have provided an example theme, based on the base and standard themes, which includes a new layout file specifically for Flexpage. This theme must be enabled for users to properly access the Flexpage course format.
Installation
Flexpage is available for Moodle 2.2.X only. Flexpage requires the installation of several plugins. Click the links below to access them in the Moodle Plugins Directory:
- Flexpage Course Format - unzip the contents into /wwwroot/course/format
- Flexpage Activity Block - unzip the contents into /wwwroot/blocks
- Flexpage Menu Block - unzip the contents into /wwwroot/blocks
- Flexpage Theme - unzip the contents into /wwwroot/theme
- Moodlerooms Framework (Coming soon) - unzip the contents into /wwwroot/local
Once installed, visit the Site Notifications page of your site to install the plugins within Moodle. Dependencies are enabled, so Moodle will let you know if there is a problem with unpackaging a plugin.
About the Contributors
This plugin was contributed by the Moodlerooms Product Development team. Moodlerooms is an education technology company dedicated to bringing excellent online teaching to institutions across the globe. We serve colleges and universities, schools and organizations by supporting the software that educators use to manage and deliver instructional content to learners in virtual classrooms. Moodlerooms is headquartered in Baltimore, MD. We are proud to be a Moodle Partner company.
FAQ
Q: I tried to delete an activity but it didn't work.
A: The Flexpage Activity block allows for activities to be used in multiple Flexpages. In order to delete an activity, you must click the delete icon next to the activity, and not next to the block which contains the activity. Deleting the Flexpage Activity block simply removes the activity from the Flexpage, but does not permanently delete the activity from the course.
Q: I duplicated an activity but I don't see it.
A: This is against because activities are added to a Flexpage via the Flexpage Activity block. To duplicate an activity, you must also assign the activity to one or more pages.
Q: Why don't I see a Release Code when I manage settings for a Flexpage?
A: Release Codes rely on a form of conditional course section release, which requires core patches and is not packaged in the open source version of Flexpage.
Q: Why don't I have the option to set my Front Page as a Flexpage?
A: This feature also requires a core patch, and is not packaged with the open source version of Flexpage.
Q: What is the MR Framework, and why do I need to install it? What does it do?
The Moodlerooms Framework is a library that Moodlerooms development uses for nearly all of our plugin development. Although the plugin has little use within the UI of Moodle, the libraries are essential for the use of Flexpage. Interested developers are welcome to use the framework for their own development purposes - see the docs at Moodlerooms Framework.