Note: You are currently viewing documentation for Moodle 3.11. Up-to-date documentation for the latest stable version of Moodle may be available here: Dataform view module.

Dataform view module: Difference between revisions

From MoodleDocs
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Dataform | innertrail = ► [[Dataform Plugins|Plugins and components ]]  }}
{{Infobox plugin
{{Infobox plugin
|type = Activities
|type = Activities
|set = https://moodle.org/plugins/browse.php?list=set&id=4
|entry = http://moodle.org/plugins/view.php?plugin=mod_dataformembed
|entry = http://moodle.org/plugins/view.php?plugin=mod_dataformembed
|tracker = https://tracker.moodle.org/browse/CONTRIB/component/13430
|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 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 [[Dataform module|Dataform activity]] in a course section on the course page.
==Features==
==Features==
* Allows selecting a Dataform activity from the course or from the front page.
* Allows selecting a Dataform activity from the course or from the front page.
Line 25: Line 29:


==Configuration==
==Configuration==
[[Image:dfv-mod-settings.png|frame|right|Dataform view module settings]]
[[File:dfv-mod-settings.png]]


* '''Select Dataform:''' Dropdown list of available Dataform instances in the course and the front page.
* '''Select Dataform:''' Dropdown list of available Dataform instances in the course and the front page.
Line 32: Line 36:
* '''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.
* '''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.
* '''Container CSS:''' When embedded allows setting the iframe styles.
<br clear="both" />
==See also==
* Version info and downloads: [http://moodle.org/plugins/view.php?plugin=mod_dataform_view  Dataform view module] in Moodle plugins repository.
* Discussions: [http://moodle.org/mod/forum/view.php?id=3505 Database activity forum]
* [https://docs.moodle.org/24/en/index.php?title=Dataform_module Dataform module]
* [https://docs.moodle.org/24/en/index.php?title=Dataform_view_block Dataform view block]
[[Category:Contributed code]]

Latest revision as of 20:59, 16 April 2014


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

dfv-mod-settings.png

  • 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.