Prototype photos
Digital photos of the pieces of your prototype. Show the prototype in interesting states; don't just show a blank window. Although you will iterate your paper prototype during this assignment, the photos only need to show one iteration.
Briefing
Imagine that you are a professor trying to find a qualified student to work in your lab, which produces user interfaces for educators to easily create classroom materials. You would like to be able to see and potentially contact selected students who have taken 6.813 (UI design) and 11.127 (Computer Games and Simulations for Investigation and Education). Because your project is built in Java, you want students who have Java experience, but if they know C++ and Matlab they would also be able work on your project. Your tasks will be to use our user interface to search for qualified students, see more information about they students, and contact the ones you are interested in.
Scenario Tasks
Task 1:
Search for students who have taken both 6.813 and 11.127.
Task 2:
Update the search for students who know either Java or C++ and also know MATLAB.
Task 3:
Examine one student’s full profile.
Task 4:
Hide 3 students from the list.
Task 5:
Restore 1 student to the list.
Task 6:
Email 3 students about interview times.
Task 7: (optional)
Start a new search
Observations.
Usability problems you discovered from the testing. Describe critical incidents encountered by the users, but don't record users' names. Record these as a series of high-level takeaways, focusing on the usability problems you saw, rather than what each participant did. For instance, you might describe how you had some learnability issues with your prototype, as evidenced by users B and C clicking all of the menus to try to find option X.
Iteration 1
User A:
The first user never seemed to realize the concept of deleting, whether it be a user or a keyword. When he messed up the OR input, he actually just decided to start from scratch and re-enter all the information. In fact, he eventually directly input the phrase from the card to get the intended output. His only variance was the addition of parenthesis. He completely skipped the task of deleting users, because he kept selecting them and couldn't figure out what to do with them. We eventually had him skip the task and continue. He was the only person who experienced any difficulty with this feature.
User B:
This user experienced issues figuring out to make an OR. He eventually figured out that entering the entire phrase worked properly and went with that. He experienced no issues with hiding users, unlike the previous user.
User C:
This last user has quite a few issues figuring out an OR, and eventually asked us (both computer and observer) for hints. The hints were limited to things like "how would you say it?" No other major issues after figuring that out.
Overall Takeaways:
None of our users even attempted to drag and drop the tags together to create an OR. Similarly, they all had extreme difficulties with adding OR inputs.... they just didn't know what the expected behavior was.
Another issue was the ability to hide or remove users. The "X" in the upper right of each user card was difficult to see, so we decided that we need to make it more visible and make it's effects more clear. The solution is to remove the "X" and add a "Hide Student" button next to the view profile information. We also are going to remove the bottom left "View Hidden Users" button in favor of moving it up to the upper right next to "Create New Search." This change will move it closer to the "Undo" message that gets shown.
Iteration 2
User A:
User B:
User C:
Overall Takeaways:
Prototype iteration
We made several changes to our second prototype in response to the user feedback we got for the first prototype. On the results section which displays the mini student cards, users didn’t understand that the x in the top right corner was so you could get rid of the student card or they didn’t even see it, so we decided to make a hide button that was very visible on the bottom left. Users had the option of starting a search over, and we had a popup that asked them if they were sure they wanted to start over with the default value set to yes. We decided to change this for safety reasons to having the default value set to no so that users wouldn’t accidentally press enter and clear the results of their search. Previously we had a “start new search” button that always appeared, but we decided to make that button invisible until the user actually did at least one search since we didn’t want our users to accidentally click that button while entering in their search parameters and have to start over.
We also made several changes to increase the efficiency and learnability of our interface. We previously had an email button to email students that was always visible even if no students were selected, but we made that invisible until at least one student was selected so that the user didn’t waste time clicking the email button and would see that the email button becomes visible after selecting a student, implying that all selected students will be emailed. We also made sure that the “view hidden students” button wasn’t visible until at least one student was hidden so that users didn’t waste time clicking that button or think that there were hidden students initially. We also added an undo button after the user hides a student so that they can quickly revert any mistake. We made small changes to the search section such as changing the “requirements:” label to “Enter Requirements” so that it was explicitely clear they should enter their requirements here and we changed the “matches” label that shows students who fit the requirements to “results”. After the user sends an email to selected students using a popup window we previously had the window just close, but we changed it to have an “email sent” popup to replace the previos popup and fade away after 3 messages in order to improve the feedback of our interface.