Dataform module: Difference between revisions
From MoodleDocs
Module administration
Creating an activity
- Overview
- Activity administration
- Building an activity
- CSS tips and tricks
- JS tips and tricks
- Activating RSS
- Activity workflow
- Grading
Working with the activity
Applications
See also
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
|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="right" /> | ||
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 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. | ||
Revision as of 15:00, 2 October 2012
Dataform module | |
---|---|
Type | Activity |
Set | N/A |
Downloads | http://moodle.org/plugins/view.php?plugin=mod_dataform |
Issues | {{{tracker}}} |
Discussion | http://moodle.org/mod/forum/view.php?id=3505 |
Maintainer(s) | Itamar Tzadok |
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.
Examples
Photo galleries
Installation
Git clone
- Type the following command in the root of your Moodle install: git clone git://github.com/itamart/moodle-mod_dataform.git mod/dataform
- Add /mod/dataform to your .git/info/exclude.
- Visit http://yoursite.com/admin to finish the installation.
Download
- 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: Dataform module in Moodle plugins repository.
- Discussions: Database activity forum
- Dataform view module
- Dataform view block