Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

Dataform module: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
Cap resum de modificació
Cap resum de modificació
 
(Hi ha 32 revisions intermèdies del mateix usuari que no es mostren)
Línia 3: Línia 3:
|type = Activity
|type = Activity
|entry = http://moodle.org/plugins/view.php?plugin=mod_dataform
|entry = http://moodle.org/plugins/view.php?plugin=mod_dataform
|tracker = http://tracker.moodle.org/browse/CONTRIB/component/12338
|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.
The Dataform module is a major enhancement of the Database activity module.  


The Dataform may be used in a variety of applications from resource repositories to assessed activities.
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.


==Examples==
The Dataform may be used for a variety of applications from resource repositories to assessed activities.
===Photo galleries===


==Installation==
==Acknowledgement==
===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===
==Online examples==
* 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.
==Illustrations==
* Rename the new folder to dataform.
<gallery widths=300px heights=300px>
* Visit http://yoursite.com/admin to finish the installation.
Image:df-view-grid.png|Photo album application in a grid view 
Image:df-app-glossary_list.png|Glossary application in a tabular view 
Image:df-app-glossary_practice_select.png|Glossary practice with instant feedback
Image:df-field-nanogong_editing1.png|Nanogong entries
Image:df-app-peer-view-rating.png|Peer-view with star rating and comments
Image:df-filters-search-operators.png|Advanced entries filtering with nested sort and search criteria
Image:df-app-photo-gallery-with-slider-and-comments.png|Photo gallery with slider and comments
</gallery>


==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]]

Revisió de 15:29, 3 oct 2012

Dataform module
Type Activity
Downloads http://moodle.org/plugins/view.php?plugin=mod_dataform
Issues http://tracker.moodle.org/browse/CONTRIB/component/12338
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.

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

Acknowledgement

Online examples

Illustrations