Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: Viewing a database.

Viewing a database: Difference between revisions

From MoodleDocs
 
(12 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{Databases}}
{{Database activity module}}
== View list ==


== View List ==
The list view shows multiple entries, possibly in a more abbreviated form to ensure all the information fits. You may use the controls at the bottom of the screen to search and sort the contents.


You'll be able to view the contents of your current database entries...
* ''View single'': one item at a time
: It really needs to be viewable in simple text as csv and and in tables... databases can get quite complex very quickly and viewing as as stacked data set makes almost no sense IMHO. Viewing as a text file will speed reusage of the datasets as it makes it easier to manipulate the data later.--[[User:Dennis Daniels|Dennis Daniels]] 20:00, 25 May 2006 (WST)
* ''View list'' (red arrow): several items at a time (number is user defined)
:: Furthermore, the list needs to have the ability to add multiple approval checkboxes so that a teacher/TA can scan down and approve lots of entries without have to have the page refresh everytime... hard on the server... and very slow...think about using the same kind of quick grading interface used in the assignment module... and extending the tags so that they can be used anywhere!--[[User:Dennis Daniels|Dennis Daniels]] 20:39, 25 May 2006 (WST)
* ''Add entry'' (green arrows): add an item to the database
 
The icons highlighted in yellow are for editing, viewing and deleting an item in the database.
 
[[Image:Dbasetabs.gif]]


== View single ==
== View single ==
There's also view single


mod/data/view.php?d=1&mode=single
Alternatively, you may view only one entry at a time. This might allow you to view more detailed information than the list view.
 
== Add comment ==


You can add comments to the entries there...  
If comments have been enabled, you may add a comment.


== Rate entries ==


==Usage ==
If ratings have been enabled, and made viewable, by the database editor, you may [[Grades|grade]] other database entries, and view these ratings.
:How can I tell who made what entry? There's no indication of 'ownership' of the data entry---[[User:Dennis Daniels|Dennis Daniels]] 16:38, 25 May 2006 (WST)


::I wonder who else can add comments? Teachers? Students? Is this a future role thing?--[[User:Dennis Daniels|Dennis Daniels]] 16:00, 25 May 2006 (WST)
[[de:Datenbank ansehen]]
[[Category:Teacher]]
[[fr:Afficher_une_base_de_données]]
[[ja:データベースの閲覧]]
[[ru:Способы просмотра базы данных]]

Latest revision as of 13:31, 19 October 2010


View list

The list view shows multiple entries, possibly in a more abbreviated form to ensure all the information fits. You may use the controls at the bottom of the screen to search and sort the contents.

  • View single: one item at a time
  • View list (red arrow): several items at a time (number is user defined)
  • Add entry (green arrows): add an item to the database

The icons highlighted in yellow are for editing, viewing and deleting an item in the database.

Dbasetabs.gif

View single

Alternatively, you may view only one entry at a time. This might allow you to view more detailed information than the list view.

Add comment

If comments have been enabled, you may add a comment.

Rate entries

If ratings have been enabled, and made viewable, by the database editor, you may grade other database entries, and view these ratings.