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

Dataform view block: Difference between revisions

From MoodleDocs
No edit summary
No edit summary
Line 2: Line 2:
|type = Blocks
|type = Blocks
|entry = http://moodle.org/plugins/view.php?plugin=block_dataform_view
|entry = http://moodle.org/plugins/view.php?plugin=block_dataform_view
|tracker = https://tracker.moodle.org/browse/CONTRIB/component/12339/
|discussion = http://moodle.org/mod/forum/view.php?id=3505
|discussion = http://moodle.org/mod/forum/view.php?id=3505
|maintainer = [[User:Itamar Tzadok|Itamar Tzadok]]
|maintainer = [[User:Itamar Tzadok|Itamar Tzadok]]
}}
}}


The Dataform view block allows for displaying and interacting with the content of a [Dataform_module|Dataform activity] via a block on the course page.
The Dataform view block allows for displaying and interacting with the content of a [[Dataform_module|Dataform activity]] via a block on course and site pages.


==Features==
==Features==

Revision as of 17:50, 14 April 2014

The Dataform view block allows for displaying and interacting with the content of a Dataform activity via a block on course and site pages.

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 block 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