GalFe / air-mouse

Automatically exported from code.google.com/p/air-mouse
0 stars 0 forks source link

Applet/Game for Usability Metric Evaluation #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
A game that asks user to click on several shapes on the screen. Ever
attempt/click gets a score based on the 
1. time taken to reach the destination
2. Accuracy of the click
3. Overshoot.

such parameters would allow us to evaluate the usability performance of the
device. 

Recommended by Prof. Anirudha Joshi from Interaction Design, IDC. 

Original issue reported on code.google.com by manavkataria on 27 May 2009 at 11:00

GoogleCodeExporter commented 9 years ago
Reassigning to Dhaval; Source Code Attached. 
--- email from Dhaval --- 
It is a very simple code to test the usability of the device. A few points
about it:

- On clicks within any circle, msg is displayed on the command line about
time elapsed since the previous click and an error msg, if the click
wasn't a valid one.
- towards the end, it shows the total time elapsed starting the 1st click.

- the circle positions/their radii can be changed by changing the arrays
- u can only click circles in the preset sequence; any other sequence
gives an error.
- all messages/errors are thrown at the command line - dont search the
applet window.. :P
- the circles arent yet numbered visually..  :( 
- a loophole: u can continue clicking even after "You reached the end!"  ;) 
It would always show those clicks as "wrong circles", though.

Please tell me of any polishing/improvisation required.

Cheers!
-Dhaval

Original comment by manavkataria on 20 Jun 2009 at 5:59

Attachments:

GoogleCodeExporter commented 9 years ago
Dhaval, 
I am unable to view the Applet in step#13 here. Are you able to view it?
http://www.cs.colostate.edu/helpdocs/JavaInDOS.html

I face a similar problem running your applet. It says, "Loading Java Applet 
Failed".
I re-installed JDK on my system but no luck.

Manav

Original comment by manavkataria on 22 Jun 2009 at 2:37

GoogleCodeExporter commented 9 years ago
Dhaval, 

I Updated to latest version: 1.6.0_14
And tried a few tricks but no luck!

Let me know if you have any clue or need further info. See attached debug info.

Manav

Original comment by manavkataria on 22 Jun 2009 at 3:02

Attachments: