Assignment 9
Due
Exercise 1: User testing of Balsamiq/Figma mockup of your Chat/Messaging App (20%)
The participant in your testing session does not have to be a student. It can be anyone you know including a friend or family member.
If it is not feasible for you to conduct in-person user testing, contact the staff and we will work with you to develop an alternative remote-testing plan.
**Deliverable:** An HTML page with a short video of your user performing tasks with your paper
prototype, and a write up with your three tasks, insights from the user testing, plans for changes,
and raw user testing notes in an appendix at the end.
Exercise 2: HTML/CSS + JS for Chat/Messaging App (74%)
You will need to manually trust the certificate on the messaging server. Go to https://128.52.128.220/ in chrome. Chrome will warn you that the connection is insecure. Click advanced and continue to the server. You should see a message which looks like an error `{"message":"Server error","error":{"message":"Not Found","level":"error"}}`.
*Debugging*
- If you see `Welcome to NGINX` then you are using a url with `http` protocol instead of `https` protocol. You must use https://128.52.128.220/.
- If clicking on advanced does not give you an option to continue, click anywhere on the screen and type `thisisunsafe`. If you see the error message described above you should be ok.
If your files don't seem to be updating make sure to clear the cache by holding shift and pressing the refresh button. Alternatively, you can follow [these instructions](https://developers.google.com/web/tools/chrome-devtools/network/reference#disable-cache) to disable the browser cache while the dev tools are open.
Per the course's [collaboration policy](/collaboration.html) that "your code must be your own", you are not allowed to use Javascript libraries or frameworks.
However, we will consider allowing certain specific-purpose libraries if they enable interesting UI prospects that would otherwise require a large amount of vanilla JS code and effort.
**Deliverable:** Your functional prototype of the chat/messaging app. Include a short description of what functionality is included either at the top of the HTML file, or near relevant parts.
Exercise 3: Recitation Design Critique (3%)
Exercise 4: HW8 Feedback (3%)
Submitting your homework
Similar to the previous assignments, we are going to use Github Classroom again. Authorize Github Classroom here and accept the assignment, then follow the instructions there. Please follow the structure and naming of the starter repo, though you can add any additional files if you need them.
Make sure to update README.md with your Kerberos username, especially if it's different than your GitHub username.
If you push after the deadline, it will count towards your slack hours.