level_3_AA.html 846 Bytes
Newer Older
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
<!DOCTYPE html>
<html>
	<head>
		<title>Part III - Monday Morning</title>
		<link rel="stylesheet" type="text/css" href="../../../application.css">
	</head>
	<body>
		<h1 id="main-title">PART III - MONDAY MORNING</h1>
		<img src="../../../Images/level-3-BA.jpg">
		<div>
			<h1 id="thoughts-h1">Manny's Thoughts:</h1>
			<p>
				I enjoyed the weekend but I had zero progress for two days. I'm only 60% done. I haven't finished the coding portion and there are 5 hours left. I'm not sure if I still have enough time. Should I cram the homework or should I just give up?
			</p>
			<ul>
				<li class="choices">
					<a href="Ending/ending_AAA.html">"Don't do the homework anymore."</a>
				</li>
				<li class="choices">
					<a href="Ending/ending_AAB.html">"Cram the coding part of the homework."</a>
				</li>
			</ul>
		</div>
	</body>
</html>