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

Dataform module: Difference between revisions

From MoodleDocs
No edit summary
No edit summary
 
(41 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Dataform}}
{{Dataform}}
{{Infobox plugin
{{Infobox plugin
|float = none
|type = Activity
|type = Activity
|set = https://moodle.org/plugins/browse.php?list=set&id=4
|entry = http://moodle.org/plugins/view.php?plugin=mod_dataform
|entry = http://moodle.org/plugins/view.php?plugin=mod_dataform
|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]]
}} <br clear="left" />
}}
The Dataform is a major enhancement of the Database activity module. Like the Database module, the Dataform allows for constructing an entry form from various field types in a flexible layout. Users can then add information records to a collection, which can be viewed in various ways and searched for particular items.
 
 
 
<div style="font-size:110%;">
The Dataform module is a major enhancement of the Database activity module.  
The module allows for constructing an entry form from various field types in a flexible layout. Users can then add information records to a collection, which can be viewed in various ways and searched for particular items.</div>


The Dataform may be used in a variety of applications from resource repositories to assessed activities.


==Examples==
===Photo galleries===


==Installation==
<gallery widths=300px heights=300px>
===Git clone===
Image:df-view-grid.png|Photo album application in a grid view 
* Type the following command in the root of your Moodle install: git clone git://github.com/itamart/moodle-mod_dataform.git mod/dataform
Image:df-app-peer-view-rating.png|Peer-view with star rating and comments
* Add /mod/dataform to your .git/info/exclude.
Image:df-app-photo-gallery-with-slider-and-comments.png|Photo gallery with slider and comments
* Visit http://yoursite.com/admin to finish the installation.
</gallery>


===Download===
==Acknowledgements==
* Download zip from: https://github.com/itamart/moodle-mod_dataform/zipball/master or http://moodle.org/plugins/pluginversions.php?plugin=mod_dataform
* Unzip into the 'mod' subfolder of your Moodle install.
* Rename the new folder to dataform.
* Visit http://yoursite.com/admin to finish the installation.


==See also==
* Version info and downloads: [http://moodle.org/plugins/view.php?plugin=mod_dataform  Dataform 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_view_module Dataform view module]
* [https://docs.moodle.org/24/en/index.php?title=Dataform_view_block Dataform view block]
[[Category:Contributed code]]
[[Category:Contributed code]]
[[es:Módulo Dataform]]

Latest revision as of 20:55, 16 April 2014


Dataform module
Type Activity
Set https://moodle.org/plugins/browse.php?list=set&id=4
Downloads http://moodle.org/plugins/view.php?plugin=mod_dataform
Issues https://tracker.moodle.org/browse/CONTRIB/component/13430
Discussion http://moodle.org/mod/forum/view.php?id=3505
Maintainer(s) Itamar Tzadok


The Dataform module is a major enhancement of the Database activity module.

The module allows for constructing an entry form from various field types in a flexible layout. Users can then add information records to a collection, which can be viewed in various ways and searched for particular items.


Acknowledgements