Note: You are currently viewing documentation for Moodle 2.3. Up-to-date documentation for the latest stable version is available here: Portfolios.

Portfolios: Difference between revisions

From MoodleDocs
(description copied from Portfolio module category)
 
(see also)
Line 1: Line 1:
{{Moodle 2.0}}
{{Moodle 2.0}}#When portfolios are enabled, every page or major piece of content in Moodle has a little "Save" button beside it.
 
#When portfolios are enabled, every page or major piece of content in Moodle has a little "Save" button beside it.
#User clicks one of these buttons.
#User clicks one of these buttons.
#User is able to choose from a list of configured portfolios (this step will be skipped if there's only one).
#User is able to choose from a list of configured portfolios (this step will be skipped if there's only one).
Line 14: Line 12:


To enable portfolios, check the enableportfolios box in ''Site Administration > [[Advanced features]]''.
To enable portfolios, check the enableportfolios box in ''Site Administration > [[Advanced features]]''.
==See also==
*[[Development:Portfolio API]]


[[Category:Portfolios]]
[[Category:Portfolios]]

Revision as of 19:19, 27 January 2010

Template:Moodle 2.0#When portfolios are enabled, every page or major piece of content in Moodle has a little "Save" button beside it.

  1. User clicks one of these buttons.
  2. User is able to choose from a list of configured portfolios (this step will be skipped if there's only one).
  3. User may be asked to define the format of the captured content (eg pdf, IMS LD, HTML, XML ...).
  4. User may be asked to define some metadata to go with the captured content (some will be generated automatically).
  5. The content and metadata is COPIED to the external portfolio system.
  6. User has an option to "Return to the page you left" or "Visit their portfolio".

Note this will be just as useful for teachers as for students.

Enabling portfolios

To enable portfolios, check the enableportfolios box in Site Administration > Advanced features.

See also