Note: This documentation is for Moodle 2.7. For up-to-date documentation see Dataform view module.

Dataform view module: Difference between revisions

From MoodleDocs
No edit summary
No edit summary
Line 1: Line 1:
{{Infobox plugin
|type = Activities
|entry = http://moodle.org/plugins/view.php?plugin=mod_dataformembed
|discussion = http://moodle.org/mod/forum/view.php?id=3505
|maintainer = [[User:Itamar Tzadok|Itamar Tzadok]]
}}
The Dataform view module allows for displaying and interacting with the content of a [https://docs.moodle.org/24/en/index.php?title=Dataform_module Dataform activity] in a course section on the course page.
The Dataform view module allows for displaying and interacting with the content of a [https://docs.moodle.org/24/en/index.php?title=Dataform_module Dataform activity] in a course section on the course page.



Revision as of 16:12, 25 September 2012

The Dataform view module allows for displaying and interacting with the content of a Dataform activity in a course section on the course page.

Features

  • Allows selecting a Dataform activity from the course or from the front page.
  • Allows attaching a filter to the selected view.
  • Embedded mode which allows for interacting with the Dataform content without leaving the course page.

Installation

Git clone

Download

Configuration

Dataform view module settings
  • Select Dataform: Dropdown list of available Dataform instances in the course and the front page.
  • Select view: Dropdown list of available views in the selected Dataform.
  • Select filter: Dropdown list of available filters in the selected Dataform.
  • Embed: If enabled the Dataform view is embedded in an iframe and allows interaction with the content (e.g. adding/editing entries) without leaving the course page.
  • Container CSS: When embedded allows setting the iframe styles.


See also