ABCDEFGHIJKLMNOPQRSTUVWXYZAA
1
Web Development Project - Grading Rubric
2
Student Name
3
CRITERIA
4
DescriptionCommentsPoints
5
HTMLThe student used correct HTML syntax, including (at least) the following elements: <html>, <head>, <title>, <body>, <h1>, <p>, <img>, and <a>./30
6
CSSThe student used external CSS, including (at least) the following properties: color, font-size, font-family, text-decoration, to style HTML elements. /20
7
ContentThe site contains (at least) 5 pages. The user can choose different "paths" by clicking on different links. The project as whole presents a cohesive story. /20
8
Attribution/Description
All images that were not created by the student are in the public domain or under an appropriate CC license. All available information regarding the image and its author is included on the site. The student also submitted a short statement introducing the story and how users should interact with the site./5
9
File organizationThe student clearly and consistently named each file/folder. Images are organized in a subfolder. The code is correctly indented./5
10
ServerThe student uploaded his site to GitHub and enabled GitHub pages. He/she retrieved the correct URL and submitted it for grading./10
11
General idea/execution
The project has a clear, distinctive theme and is well executed./10
12
Total0100
13
LatenessThe student handed the project in late./
14
Total0/100
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100