Difference between revisions of "Activities/Portfolio"

From Sugar Labs
Jump to navigation Jump to search
(Migrate to GitHub)
 
(18 intermediate revisions by 3 users not shown)
Line 1: Line 1:
==Portfolio Activity==
+
== Portfolio ==
  
The portfolio activity creates a slide show from Journal entries that have been 'starred'...
+
Read at https://help.sugarlabs.org/portfolio.html
  
[[File:Portfolio-Tool.png]]
+
The source file has been moved to [https://github.com/godiard/help-activity/blob/master/source/portfolio.rst GitHub]
 
 
== How to use Portfolio ==
 
 
 
Before you launch the activity, use the ☆ on the left of each Journal entry to mark that entry for inclusion in the portfolio. The Portfolio Activity will use the entry title as well as the preview image and description.
 
 
 
[[File:Starred-Journal-Entries.png|300px]]
 
 
 
The title text, the preview image, and the description text from Journal entries is used in the portfolio presentations.
 
 
 
[[File:Abacus-detail.png|300px]]
 
 
 
In the Thumbnail View, you can reorder the slides in your presentation by dragging.
 
 
 
[[File:Portfolio-thumbs.png|300px]]
 
 
 
When running the activity, use the ◀ and ▶ buttons to step one-by-one through the slide show. Use the autoplay button to start/pause a slide show. The delay between slides can be controlled by the interval chosen in the combo box. (The default is 10 seconds.)
 
 
 
'''Did you know that:'''
 
* you can record audio notes for each slide; the notes are played back whenever the slide is viewed;
 
* the colors used in the background are taken from ''the XO colors of the user'';
 
* a warning is displayed if there are ''no starred entries'' in your Journal;
 
* the slide show can be ''saved as an PDF document'' that can be shared;
 
* in the thumbnail view, you can ''reorder your slides'' (by dragging them); and
 
* you can edit the descriptions for each slide (and save your edits to the Journal).
 
 
 
=== The Toolbars ===
 
 
 
[[Image:Portfolio_toolbar-1.png]]
 
 
 
:from left to right
 
;Activity-toolbar Button: (toolbar described below)
 
;Previous-slide Button: returns to the previous slide shown (also activated by typing <Ctrl-p>)
 
;Next-slide Button: goes to the next slide in the sequence (also activated by typing <Ctrl-n>)
 
;Auto-play Button: starts a slide show with a user-settable pause between each slide
 
;Customize-toolbar Button: (toolbar described below)
 
;Record-toolbar Button: (toolbar described below)
 
;Portfolio-view Radio Button: used to switch to portfolio view (default)
 
;Thumbnail-view Radio Button: used to switch to thumbnail view, where you can reorder the sequence of the slides by dragging them
 
;Full-screen-view Button: hides the toolbars (Return from full-screen by hitting the Esc key.)
 
;Update-description Button: Used to edit the description of the entry currently being viewed (Note: use the Save-annotations Button to make these edits permenant).
 
;Stop Button: used to exit the activity
 
 
 
----
 
 
 
'''Acitivity Toolbar'''
 
 
 
;Activity name field: used to change the name of the activity (The name is used by the save-to-PDF Button.)
 
;Share Button: disabled (Portfolio Activity does not support sharing)
 
;Write-to-Journal Button: used to write descriptions for the Journal entry of this instance of Portfolio
 
;Save-to-PDF Button: used to save a copy of your presentation to the Sugar Journal as an PDF document
 
;Save-annotations Button: used to save updates to the Journal entry descriptions
 
 
 
[[Image:Portfolio_toolbar-2.png]]
 
 
 
;Timer Combo-box: lets you select a delay time between slides when using auto play (Choose two-seconds, ten-seconds, thirty-seconds, or one-minute delay).
 
;Refresh Button: scans the Journal to pull in any changes made since the Portfolio activity was launched.
 
 
 
 
 
[[Image:Portfolio_toolbar-3.png]]
 
 
 
;Record Button: used to record an audio note associated with the current slide
 
;Playback Button: active when there is audio associated with the current slide
 
;Save Button: active when there is a new recording to save
 
 
 
=== Save to PDF ===
 
 
 
Each time your launch the Portfolio activity, it will update to reflect the current contents of your Journal. If you want to save a portfolio that represents a particular moment in time (or you want to share your portfolio with someone else), you need to save it as a PDF document. Click on the "Save as PDF" Button from the Activity toolbar menu and the content of the portfolio will be saved as a document in the Journal.
 
 
 
[[File:Step1.png|300px]]
 
 
 
'''Tip:''' Open your Journal to make sure the portfolio has been saved.
 
 
 
[[File:Step2.png|300px]]
 
 
 
'''Tip:''' You may want to copy the PDF file to a USB to open it in a different XO, or any other computer, using the Browse or Read activity.
 
 
 
[[File:Step3.png|300px]]
 
 
 
 
 
===Sample portfolios===
 
 
 
<gallery>
 
File:Student-portfolio.png
 
File:Teacher-portfolio.png
 
File:Teacher-portfolio-2.png
 
</gallery>
 
 
 
== Where to get Portfolio ==
 
The Portfolio activity is available for download from the [http://activities.sugarlabs.org Sugar activity portal]: [http://activities.sugarlabs.org/en-US/sugar/addon/4437 Portfolio]
 
 
 
The source code is available on [http://git.sugarlabs.org/portfolio the Sugar Labs Gitorious server].
 
 
 
== Where to report problems ==
 
You can report bugs and make feature requests [https://bugs.sugarlabs.org/newticket?component=Portfolio on our bug-tracking system] (You need to create an account first). To list all open tickets of Portfolio you can use [https://bugs.sugarlabs.org/query?status=accepted&status=assigned&status=new&status=reopened&component=Portfolio query component=Portfolio]. You are also welcome to leave comments/suggestions on the [[Talk:Activities/Portfolio]] page.
 
 
 
== A word to educators ==
 
 
 
 
 
== A word to developers ==
 
Reflection is an important part of learning and a good habit to establish in general. An analog to writing descriptions in the Journal -- the text that is shown in the Portfolio presentations -- is writing commit messages in git. It forces you to stop, reflect, and then articulate to others what you have done and why.
 
 
 
== Suggestions for enhancements ==
 
Manuq made some mock-ups of other layouts. It would be fun to add alternative layout options (or even add support for style sheets).
 
 
 
<gallery>
 
File:Portfolio_vertical.png
 
File:Portfolio_horizontal.png
 
File:Portfolio_slide_horizontal.png
 
File:Portfolio_slide_vertical.png
 
</gallery>
 
 
 
== Credits ==
 
Portfolio was written and is maintained by [[User:Walter]]. He was inspired in part by the work of BU Prof. Stefanakis.
 
 
 
 
 
[[Category:Activity]]
 

Latest revision as of 02:03, 14 July 2018

Portfolio

Read at https://help.sugarlabs.org/portfolio.html

The source file has been moved to GitHub