Note: You are currently viewing documentation for Moodle 3.3. Up-to-date documentation for the latest stable version of Moodle is probably available here: Dataform module.

Dataform module: Difference between revisions

From MoodleDocs
No edit summary
No edit summary
Line 9: Line 9:
* [[Dataform applications|Applications]]
* [[Dataform applications|Applications]]
* [[Dataform FAQ|FAQ]]
* [[Dataform FAQ|FAQ]]
==Source code==
*


==Installation==
==Installation==
Line 25: Line 22:
* Visit http://yoursite.com/admin to finish the installation.
* Visit http://yoursite.com/admin to finish the installation.


==Tips and tricks==
*
==See also==
==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]]

Revision as of 19:21, 15 September 2012

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.

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

How to

With the dataform module installed in your moodle server (see Installation) you can add a dataform instance and set it up to the desired resource or activity application.

Installation

Git clone

Download

See also