Update for 14-02-22 12:45

This commit is contained in:
Tyler Perkins 2022-02-14 12:45:01 -05:00
parent ba8c85a434
commit 33caee1003
2 changed files with 21 additions and 0 deletions

View File

@ -10,6 +10,7 @@ Computer graphics is the field focusing on making a computer generate an image.
* [[creepy_convenience]]
* [[fitts_law]]
* [[hick-hyman]]
* [[quantative_evaluation]]
* [[GUI]]

View File

@ -0,0 +1,20 @@
= Quatnative Evaluation =
* do this to ensure that the system we build behaves how we expect it to
behave
* this should happen throughout the lifecycle of the software
== goals ==
* Assess the systems functionality
* Assess users expereince of the interaction
* identify any issues with the system
== paradigms for evaulation ==
* quick and dirty
* how testing usually happens
* dev checks if it works quickly
* usability testing
* field study
* predictive evaulation