cs142/project2/cs142-test-project2.html

35 lines
1.3 KiB
HTML
Raw Normal View History

2020-08-01 22:26:11 +00:00
<?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 type="text/javascript">
//<![CDATA[
'use strict';
//]]>
</script>
<script src="./cs142-make-multi-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 two local files for your problem solutions:</p>
<ul>
<li>Problem #1 - <code>cs142-make-multi-filter.js</code></li>
<li>Problem #2 - <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 - #2. Problem #3 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>
</ul>
</body>
</html>