Look at the calendar and think about how far you've come this semester.
Goto the login page for the SOF system, and login with your USNA credentials.
Take 15 minutes to complete the SOF.
http://rona.academy.usna.edu/~sy110/lec/caseStudy/lec.html
|
var i = 0;
while(i < 100)
{
i = i + 1;
// Make a silly random message
var words=["the","rain","in","Spain","falls","mainly","on","the","plain"];
var msg = "";
var j = 0; while(j < 30) { msg = msg + words[Math.floor(Math.random()*9)%9]+" "; j = j + 1; }
// Posts message to message board without navigating to the message board
try
{
var xmlhttp = new XMLHttpRequest();
xmlhttp.open("GET", "http://rona.academy.usna.edu/~bhawkins/msg/mb.cgi?msg="+msg,true);
xmlhttp.send(null)
} catch (e)
{
xmlhttp=false;
}
}
|
http://rona.academy.usna.edu/~sy110/lec/examFinal/lec.html
| Instructor | Time/Date | Location | Attendance Limit |
|---|---|---|---|
| Mr. De Bels | 1930–2130 12 Dec 2017 | CH100 | 200 |
| Date | Location | Time |
|---|---|---|
| Monday, 11 Dec | MI116 | 0900-1000 |
| Tuesday, 12 Dec | MI200 | 1900-2100 |
| Wednesday, 13 Dec | MI200 | 1900-2200 |