CS 280 01/Zelle May 2018

Portfolio FAQ

What is a portfolio?

Your portfolio is a cumulative record of your programming work for the class. Every lab, problem, or project that you work on related to class should go into your portfolio. You will be asked to turn in your portfolio for examination/grading on a regular basis.

How is it graded?

Your portfolio will be graded on both the amount of work you have accomplished and the quality of that work. Completing the "expected" work earns a portfolio a solid "B" (85%). To earn an "A", you must go above and beyond the expected work by including optional assignments and enhancements. Thus, to some extent you are free to determine your own direction and effort.

"Expected work" means creating projects with the assigned functionality and a "reasonable" degree of quality regarding coding style and user interface. Polishing the user interface and providing detailed documentation would be examples of simple enhancements. That means you can earn an "A" by handing in exceptionally polished versions of the required assignments or by handing in enhanced projects or other related programs.

What do I hand in, exactly?

Your portfolio should be nicely organized into a set of directories. We will discuss possible organizations in class. It is important that your portfolio structure is complete, self-contained, and "live." If I can't view a page or run a program in your portfolio as-is (with required data or example files and all necessary modules), then it will not be counted. The top-level directory should contain a single file called "index.html". This index file will serve as the entry-point to your work. The exact form of the index is up to you, but it should allow me to easily and quickly determine what you have accomplished.

At a minimum, you should have an entry listing each program/project you have worked on, and the status of that project. When possible, this should include a direct link to the working product along with instructions about any setup (for example running a server in a certain folder) that needs to happen so that the link will work.

Your portfolio should be in a folder that identifies which number it is (like zelle_portfolio1). Then you can either zip or tar this folder to make a file for hand-in. For example, I might do this:

	  tar -cvzf zelle1.tgz zelle_portfolio1