<HTML>
<HEAD>
<TITLE>Interactive Good Sites
Rubric #1: Page Content</TITLE>
<SCRIPT language="javascript">
<!--
function writeSummary(){
//sumwin=window.open ("", "")
sumwin=window.open ("", "", "toolbar,menubar")
<!-- THIS TEXT WILL APPEAR ON THE SECOND PAGE CREATED BY JAVASCRIPT-->
sumwin.document.writeln("<HTML><HEAD><title>Web Page Evaluation Report</title></HEAD><BODY><h3 align=center>Interactive Good Sites Rubric One:<BR>Page Content</h3>")
sumwin.document.writeln("Web page URL: <A HREF='" + document.forms[0].theURL.value + "'>" + document.forms[0].theURL.value + "</A><P>")
if (document.forms[0].theName.value != "") {
sumwin.document.writeln("Evaluated by " + document.forms[0].theName.value)
if (document.forms[0].theDate.value != "") {
sumwin.document.writeln(" on
" + document.forms[0].theDate.value)
}
if (document.forms[0].theTime.value != "") {
sumwin.document.writeln(" at
" + document.forms[0].theTime.value)
}
}
sumwin.document.writeln("<P><TABLE BORDER=1><TR valign=bottom><TD>")
sumwin.document.writeln("1: Student demonstrates a clear knowledge of and communication of his/her site's goal(s)</TD><TD><B>" + document.forms[0].F1.value + "</B></TD></TR>")
sumwin.document.writeln("<TR><TD>2: Student offers clear, easy-to-find information about who created the page</TD><TD><B>" + document.forms[0].F2.value + "</B></TD>")
sumwin.document.writeln("<TR><TD>3: Student offers clear, easy-to-find information about where the page was created.</TD><TD><B>" + document.forms[0].F3.value + "</B></TD>")
sumwin.document.writeln("<TR><TD>4: Student offers clear, easy-to-find information about when the page was created or updated</TD><TD><B>" + document.forms[0].F4.value + "</B></TD>")
sumwin.document.writeln("<TR><TD>5: Page demonstrates general good page design including links to home, and front pages; 'new' notifications; and properly cited sources.</TD><TD><B>" + document.forms[0].F5.value + "</B></TD>")
if (document.forms[0].F6.value != "") {
sumwin.document.writeln("<TR><TD>Overall
Effect: Student's web site offers clear, easy-to-understand general information,
allowing the browser to quickly discern if the page is helpful.</TD><TD><B>"
+ document.forms[0].F6.value + "</B></TD>")
}
sumwin.document.writeln("<TR><TD align=right><B>Total</B>:</TD><TD><B>" + document.forms[0].FTotal.value + "</B></TD>")
sumwin.document.writeln("</TR></TABLE>")
sumwin.document.write("<P><CENTER>")
sumwin.document.writeln("Print out this report or 'Save As' with Format 'Source'")
sumwin.document.writeln("</CENTER>")
sumwin.document.write("<form><DIV ALIGN='CENTER'>")
sumwin.document.write("<input type=button onclick='self.close()' value='Done'>")
sumwin.document.write("<BR>")
sumwin.document.write("</DIV></form><P></body></HTML>\r")
sumwin.document.close()
sumwin.focus()
//alert("Print out this report or 'Save As' with
Format 'Source'")
}
function getNum(whichNum){
if (whichNum=="") {return 0}
else {return parseFloat(whichNum)}
}
function sumFields(){
document.forms[0].FTotal.value = getNum(document.forms[0].F1.value)
+ getNum(document.forms[0].F2.value) + getNum(document.forms[0].F3.value)
+ getNum(document.forms[0].F4.value) + getNum(document.forms[0].F5.value)
+ getNum(document.forms[0].F6.value)
}
function selectField(whichField){
whichField.focus()
whichField.select()
}
// -->
</SCRIPT>
</HEAD>
<BODY onload="selectField(document.forms[0].theURL)">
<FORM>
<!-- THIS TEXT APPEARS ON THE FIRST WEB PAGE -->
The URL of the web page to be evaluated: <INPUT TYPE="text" NAME="theURL" size=60"><P>
Your name: <INPUT TYPE="text" NAME="theName" size=40>
<BR>
Today's date: <INPUT TYPE="text" NAME="theDate" size=20>
The current time: <INPUT TYPE="text" NAME="theTime" size=10><P>
<H1 align=center>Interactive Good Sites Rubric One:<BR>
Page Content</H1>
<TABLE BORDER=0>
<TR valign=bottom><TD>
1: Student demonstrates a clear knowledge of and communication of his/her site's goal(s)</TD>
<TD>
<INPUT
TYPE="text" NAME="F1" size=4 align="right" onblur="sumFields()"> /5
</TD></TR>
<TR valign=bottom><TD>Student offers clear, easy-to-find information concerning the following areas:</TD></TR>
<TR valign=bottom><TD>
2: Who:</TD>
<TD> <INPUT
TYPE="text" NAME="F2" size=4 onblur="sumFields()">
/5
</TD></TR>
<TR valign=bottom><TD>
3: Where:</TD><TD>
<INPUT
TYPE="text" NAME="F3" size=4 onblur="sumFields()">
/5
</TD></TR>
<TR valign=bottom><TD>
4: When:</TD><TD>
<INPUT
TYPE="text" NAME="F4" size=4 onblur="sumFields()">
/5
</TD></TR>
<TR valign=bottom><TD>
5: Page demonstrates general good page design
including links to home, and front pages; "new" notifications; and
properly cited sources.</TD><TD>
<INPUT
TYPE="text" NAME="F5" size=4 onblur="sumFields()">
/5
</TD></TR>
<TR valign=bottom><TD>
Overall Effect (optional): Student's web site offers clear, easy-to-understand
general information, allowing the
browser to quickly discern if the page is helpful.</TD>
<TD> <INPUT TYPE="text" NAME="F6" size=4 onblur="sumFields()"> </TD></TR>
<TR valign=bottom><TD align=right>
Total:</TD><TD>
<INPUT TYPE="text" NAME="FTotal" size=4 onblur="sumFields()">
/25
</TD></TR>
</TABLE>
<CENTER>
<input type ="button" NAME="writeDraftProposal" Value="Create a summary page"
onClick="writeSummary()">
</CENTER>
<NOSCRIPT>
<P>
Since your browser won't run Javascript, the button above won't work.<BR>
</NOSCRIPT>
<!--
<P><A HREF="http://lrs.ed.uiuc.edu/students/srutledg/goodsites7.html">Previous
Topic</A>
<A HREF="http://lrs.ed.uiuc.edu/students/srutledg/goodsites9.html">Next
Topic</A>
| <A HREF="http://lrs.ed.uiuc.edu/students/srutledg/goodsites8.html">To
Front Page</A>
-->
<HR>
Original rubric by <A HREF="http://lrs.ed.uiuc.edu/students/srutledg/">Steve Rutledge</A> <<A HREF="mailto:srutledg@uiuc.edu">srutledg@uiuc.edu</A>><BR>
Interactivity added by <A HREF="http://www.ed.uiuc.edu/people/jim-levin/">Jim Levin</A> <<A HREF="mailto:j-levin@uiuc.edu">j-levin@uiuc.edu</A>>
</FORM>
</BODY>
</HTML>