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

SPDC Portfolio: Difference between revisions

From MoodleDocs
(Links to Advance Features page, add Developer: example to Moodle 2.0 sectin)
(→‎See also: dead link deleted)
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The '''Portfolio module''', prior to Moodle 2.0 was a contributed module.  In Moodle 2.0 Portfolios will be part of the standard install package.  There are differences in the two modules.
The SPDC Portfolio is a major patch by [http://moodle.org/user/view.php?id=82371&course=5 Matt Oquist].  
 
==Moodle 2.0 and later Portfolio==
{{Moodle 2.0}}
In Moodle 2.0, Portfolio must be turned on using [[Advanced features]].  
 
The Portfolio in Moodle 2.0 is a core set of interfaces that all Moodle code will/should use so that we can easily publish files to all kinds of external document repository systems.  See description under "Moodle 1.9 and earlier Portfolio" heading.
 
===Example application===
A typical user story:
 
#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 is able to choose from a list of configured portfolios (this step will be skipped if there's only one).
#User may be asked to define the format of the captured content (eg pdf, IMS LD, HTML, XML ...)
#User may be asked to define some metadata to go with the captured content (some will be generated automatically).
#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".
 
Note this will be just as useful for teachers as for students.
 
 
::A more complete description of the 2.0 module will be added later --[[User:chris collman|chris collman]] 15:22, 27 January 2010 (UTC)
 
==Moodle 1.9 and earlier Portfolio==


The portfolio is a lot like a course when it comes to assignments and submissions. Each student is assigned several assignment in order to complete the portfolio, and those submitted assignments should be correlated back to the portfolio.
The portfolio is a lot like a course when it comes to assignments and submissions. Each student is assigned several assignment in order to complete the portfolio, and those submitted assignments should be correlated back to the portfolio.


This contributed module was developed by [http://moodle.org/user/view.php?id=82371&course=5 Matt Oquist].
==See also==
 
* [http://moodle.org/mod/data/view.php?d=13&rid=686 SPDC Portfolio] in modules and plugins database
===See also===
* [http://download.moodle.org/download.php/modules/portfolio.zip Download latest version]
* [http://moodle.org/mod/forum/discuss.php?d=38736 Discuss]
* [http://moodle.org/mod/forum/discuss.php?d=38736 Discuss]
* [http://moodle.org/mod/forum/discuss.php?d=33201 Discuss (old thread)]
* [http://moodle.org/mod/forum/discuss.php?d=33201 Discuss (old thread)]
* [http://portfolio.spdc.org/ A demo site] which might be useful
 


[[Category:Contributed code]]
[[Category:Contributed code]]


[[eu:Portfolioa]]
[[eu:Portfolioa]]

Latest revision as of 13:01, 28 January 2010

The SPDC Portfolio is a major patch by Matt Oquist.

The portfolio is a lot like a course when it comes to assignments and submissions. Each student is assigned several assignment in order to complete the portfolio, and those submitted assignments should be correlated back to the portfolio.

See also