CogSci 3
Spring 04
Assignment 5 -- Fancy Web Page -- Grading Criteria

There are different point scales used on each assignment. Harder assignments have more points possible.

Assignment 5 -- Topic (Fancy) Web Page

The description of the points below corresponds approximately to the order that the HTML Objects appear in the source file rather than the order in which they were created.

Setup -- 7 points total

  1. 1 point for a hw5 folder in your "Class Resources" (cg3xzz home directory); if it's not there, we can't grade it. Frown
  2. 1 point for a topic.html file in hw5
  3. 1 points for having <TITLE> tags and appropriate title.
  4. 1 point for comment with name and account:
    <!-- cg3xzz Stu Dent -->
    if the comment tags are wrong, deduct 1 point here for all incorrect comment tags (i.e., no double jeopardy), as there are 3 other comment tags. However, a full -1 if any comment tag is missing completely.
  5. 2 points -- adding BGCOLOR, TEXT, LINK, and VLINK to <BODY> tag
    -1 point (total) if not in "#rrggbb" format (omitting the "s and # probably works but is not the format described in the instructions.
    -1 point if there is more than 1 <BODY> tag

  6. 1 point for a <A NAME=> tag that is referenced by the link in the middle of table 3. The <A NAME=> should be up near the top of the HTML file, probably in front of table 1.

    TABLE 1 -- 11 points total

  7. 1 point -- comment for table 1: <!-- Table 1 -->
  8. 2 points -- Table with 1 row and 3 cells, and a border
  9. 2 points -- image in left cell
    -1 broken image
  10. 1 point -- hyper link citation for image
  11. 2 points -- <H1> heading in center cell, with <FONT COLOR=> and a different color from those used in the <BODY TEXT=> tag.
    -1 if no <FONT> tag
  12. 2 points -- image in right cell
    -1 broken image; be careful here. Because of stupid Windows ignoring case in certain circumstances, the student may have been able to see their images on their page, but they won't view when used in a web context (which we are using to grade with). If there is a case mismatch, assume the student was able to preview and take no points off; however, make a comment about it, because it won't work for them when they move their webpages to the internet.
  13. 1 point -- hyper link citation for image

    TABLE 2 -- 10 points total

  14. 1 point -- comment for table 2: <!-- Table 2 -->
  15. 2 points -- Table with 4 rows and 2 columns, and a border
  16. 3 points -- a "heading" row with a large, colored title for the table spanning the 2 columns
    -1 point for no COLSPAN=2
    -1 point for <FONT COLOR=>
    -1 point for <FONT SIZE=+2>
  17. 3 points -- for hyper linked URLs and description in each cell (.5 per cell). We won't check all the links ot see if they all work, but perhaps one random one (or one that looks interesting smile).
    -1 if a "title" was used instead of a URL as the clickable part of the hyper link
  18. 1 point (total) -- for indenting cells using <DL> list

    TABLE 3 -- 12 points total

  19. 1 point -- comment for table 3: <!-- Table 3 -->
  20. 2 points -- Table with 1 row and 3 cells, and a border
  21. 1 points -- arrow image in left cell
    -1 broken image
  22. 1 point -- hyper link to assignment description
  23. 2 points -- hyper link to top of page (<A NAME=> anchor; should be in the same color as <H1> title in Table 1 and title of table 2.
    -1 if no <FONT COLOR=>; only -.5 if there is a tag but it's not close enough to the text (inside the <A> tag)
  24. 2 points for a working counter --
    -1 if the counter has a giant number
  25. 1 point for proper alignment of hyper link and counter (link above counter and both centered)
  26. 1 points -- arrow image in right cell
    -1 broken image
  27. 1 point -- hyper link to home page
    -1 if the link is to the right of the arrow!

    Finishing Touches -- 4 points total

  28. 1 point total for <CENTER>ing all 3 tables and for space (<P> or <BR><BR>) between tables

  29. 1 point for the Copyright

  30. 2 points for description of software and location of work; .5 each for editor name (pico, NotePad, etc), location (home, campus lab), browser name, and version.

    Extra Credit -- up to 6 points

  31. 2 points for creating a table in the middle cell of table 3; 2 rows, 1 column. It should have both the hyper link and counter in it.
  32. 1 point for VALIGNing the <H1> heading in the middle cell of table 1 at the top of the cell.
  33. 3 points neatness, structure. Up to 3 points can be awarded if your code is easy to read. This is somewhat subjective Frown.

WML
©opyright 2001-2004 Mark R. Wallen
Last updated: Fri May 21 09:08:20 2004