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
(→‎See also: dead link deleted)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The SPDC Portfolio is a major patch by [http://moodle.org/user/view.php?id=82371&course=5 Matt Oquist].


{{Moodle 2.0}}
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.
In Moodle 2.0, Portfolio must be turned on using [[Advanced features]].  


A 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==
* [http://moodle.org/mod/data/view.php?d=13&rid=686 SPDC Portfolio] in modules and plugins database
* [http://moodle.org/mod/forum/discuss.php?d=38736 Discuss]
* [http://moodle.org/mod/forum/discuss.php?d=33201 Discuss (old thread)]


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==
[[Category:Contributed code]]
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 versions==
In Moodle 1.9 there is a contributed module called "Portfolio". The code and some of the functions are completely different between the contributed code and the standard core versions.  They can be found in the Modules and Plugin database for downloading.
 
*[http://moodle.org/mod/data/view.php?d=13&rid=2341 Sophia Portfolio] - for 1.9 or later
*[http://moodle.org/mod/data/view.php?d=13&rid=1142 Exabis ePortfolio Block] - for 1.8 or later
*[http://moodle.org/mod/data/view.php?d=13&rid=722 Simple Portfolio] - for 1.5.4 or later
*[http://moodle.org/mod/data/view.php?d=13&rid=686 SPDC Portfolio] - for 1.5 and 1.6
 
==See also==
*[[Portfolio 1.9]] for the previous contributed module called "Portfolio"
*[[Development:Portfolio API]] developers page for the new 2.0 Portfolio


[[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