Note: You are currently viewing documentation for Moodle 3.0. Up-to-date documentation for the latest stable version of Moodle may be available here: Portfolios.

Portfolios: Difference between revisions

From MoodleDocs
No edit summary
(intro rewording, enabling portfolios, portfolio plugins, see also link)
Line 1: Line 1:
{{Moodle 2.0}}
{{Moodle 2.0}}Portfolios in Moodle 2.0 onwards enable data, such as forum posts or assignment submissions, to be exported to external systems.
The Portfolio in Moodle 2.0 is a new kind of feature in Moodle that manages files. Essentially it gathers a student's work that was performed in Moodle and puts it together in one place.  


While Portfolio in Moodle 2.0 performs many similar tasks to previous contributed code modules of the same name, it is not a module.  Thus, it is setup and administered in a different manner.


==How to use portfolios in 2.0==
==Enabling portfolios==
 
Enabling the use of portfolios is a 2-step process for an administrator:
 
# Check the enableportfolios box in ''Site Administration > [[Advanced features]]''
# Enable selected portfolio plugins in ''Site Administration > Plugins > Portfolios > Manage portfolios''
 
==Portfolio plugins==
 
Portfolio plugins available in Moodle 2.0 include:
 
* Box.net internet storage
* File download
* Flickr online photo management system
* Google Docs
* [[Mahara|Mahara ePortfolio]]
* Picasa
 
==Using portfolios==
#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.
Line 12: Line 28:
#The content and metadata is COPIED to the external portfolio system.
#The content and metadata is COPIED to the external portfolio system.
#User has an option to "Return to the page you left" or "Visit their portfolio".  
#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==
==See also==


*[[Portfolios FAQ]]
*[[Development:Portfolio API]]  
*[[Development:Portfolio API]]  
*[[Development:File API]]
*[[Repository API]]


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


[[eu:Portfolioak]]
[[eu:Portfolioak]]

Revision as of 17:17, 17 August 2010

Template:Moodle 2.0Portfolios in Moodle 2.0 onwards enable data, such as forum posts or assignment submissions, to be exported to external systems.


Enabling portfolios

Enabling the use of portfolios is a 2-step process for an administrator:

  1. Check the enableportfolios box in Site Administration > Advanced features
  2. Enable selected portfolio plugins in Site Administration > Plugins > Portfolios > Manage portfolios

Portfolio plugins

Portfolio plugins available in Moodle 2.0 include:

  • Box.net internet storage
  • File download
  • Flickr online photo management system
  • Google Docs
  • Mahara ePortfolio
  • Picasa

Using portfolios

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

See also