M workers-site/assignment.js => workers-site/assignment.js +1 -1
@@ 112,7 112,7 @@ const handleAssignmentRequest = async (assignment) => {
}
const getAssignmentList = async () => {
- return ["My Profile", "Lab 1 - Intro to Physical Computing", "Tangible Bits", "Lab 2 - Digital I/O"]
+ return ["My Profile", "Lab 1 - Intro to Physical Computing", "Tangible Bits", "Lab 2 - Digital I/O", "Ambient Media"]
}
export const handleAssignmentsRequest = async (searchParams) => {
M workers-site/submit.js => workers-site/submit.js +1 -0
@@ 33,6 33,7 @@ const submitHTML = name => `
<option value="Lab 1 - Intro to Physical Computing">Lab 1 - Intro to Physical Computing</option>
<option value="Tangible Bits">Tangible Bits</option>
<option value="Lab 2 - Digital I/O">Lab 2 - Digital I/O</option>
+ <option value="Ambient Media">Ambient Media</option>
</select>
</div>
<div id="writeup">