Assignment 8
Due
Exercise 1: User testing of your Chat/Messaging App paper prototypes (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: Iterate and implement a Balsamiq/Figma mockup of your Chat/Messaging App (30%)
**Figma:** is [free for students](https://www.figma.com/education/) as long as you sign up with your
MIT email.
**Balsamiq for Desktop:** has a [30 day free trial](https://balsamiq.com/wireframes/desktop/).
**Deliverable:** An HTML page with a PNG or SVG of your Balsamiq/Figma mockup. Include a short
description of your improvements in comments, either at the top of the HTML file, or near relevant
parts.
Exercise 3: JS for Calculator (47%)
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.
If in doubt, ask on Piazza. So far we have whitelisted the following libraries, after student requests:
- MathJax
You do *not* need to use any libraries to earn full credit. In fact, we would recommend avoiding libraries if your UI doesn't require them, as that will teach you a lot more about JS.
**Deliverable:** Your functional prototype of the calculator. Include a short description of what functionality is included either at the top of the HTML file, or near relevant parts.
Exercise 5: HW7 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.