Note: You are currently viewing documentation for Moodle 3.8. 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
Line 10: Line 10:
}}
}}
The Dataform module is a major enhancement of the Database activity module.  
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 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.
 
==Applications==
The Dataform may be used for a variety of applications from resource repositories to assessed activities.
The Dataform may be used for a variety of applications from resource repositories to assessed activities. Here are a few illustrations:
{| class="nicetable"
|-
| [[File:df-view-grid.png|thumb]]
|  Photo album application in a grid view
|-
| [[File:df-app-glossary_list.png|thumb]]
| Glossary application in a tabular view
|-
| [[File:df-app-glossary_practice_select.png|thumb]]
|  Glossary practice with instant feedback
|-
| [[File:df-field-nanogong_editing1.png|thumb]]
| Nanogong entries
|-
| [[File:df-app-peer-view-rating.png|thumb]]
| Peer-view with star rating and comments
|-
| [[File:df-filters-search-operators.png|thumb]]
| Advanced entries filtering with nested sort and search
|-
| [[File:df-app-photo-gallery-with-slider-and-comments.png|thumb]]
| Photo gallery with slider and comments
|}


==Acknowledgements==
==Acknowledgements==
==Illustrations==
<gallery widths=300px heights=300px>
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>


[[Category:Contributed code]]
[[Category:Contributed code]]
[[es:Módulo Dataform]]
[[es:Módulo Dataform]]

Revision as of 01:10, 27 January 2014


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.

Applications

The Dataform may be used for a variety of applications from resource repositories to assessed activities. Here are a few illustrations:

df-view-grid.png
Photo album application in a grid view
df-app-glossary list.png
Glossary application in a tabular view
df-app-glossary practice select.png
Glossary practice with instant feedback
df-field-nanogong editing1.png
Nanogong entries
df-app-peer-view-rating.png
Peer-view with star rating and comments
df-filters-search-operators.png
Advanced entries filtering with nested sort and search
df-app-photo-gallery-with-slider-and-comments.png
Photo gallery with slider and comments

Acknowledgements