-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcs142-test-project2.html
More file actions
32 lines (32 loc) · 1.35 KB
/
cs142-test-project2.html
File metadata and controls
32 lines (32 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>CS 142 Project 2 Test</title>
<script src="./cs142-format-time.js"></script>
<script src="./cs142-filter.js"></script>
<script src="./cs142-template-processor.js"></script>
<script src="./cs142-test-project2.js"></script>
</head>
<body>
<h1>CS142 Project #2 - JavaScript Calisthenics</h1>
<p>You should create three local files for your problem solutions:</p>
<ul>
<li>Problem #1 - <code>cs142-format-time.js</code></li>
<li>Problem #2 - <code>cs142-filter.js</code></li>
<li>Problem #3 - <code>cs142-template-processor.js</code></li>
</ul>
<p>Open your browser console log to see any error messages.</p>
<p>This document runs the script in <code>cs142-test-project2.js</code> which
does some checking of solutions for Problems #1 - #3. Problem #4 requires
you to modify that file.</p>
<h3>Checking Results:</h3>
<ul>
<li>Problem #1 - <span id="cs142p1">Not tested</span></li>
<li>Problem #2 - <span id="cs142p2">Not tested</span></li>
<li>Problem #3 - <span id="cs142p3">Not tested</span></li>
<li>Problem #4 - <span id="cs142p4">Not tested</span></li>
</ul>
</body>
</html>