Name two of the ways the author recommends finding participants for usability testing.
What will be an ideal response?
User groups, trade shows, Craigslist, Facebook, Twitter, customer forums, a popup
on your site, ask friends and neighbors, hire someone to do recruiting for you
You might also like to view...
Which of the following statements best describes metadata?
A) Information about websites visited B) Files that the operating system by design does not display C) Details about a file that describes or identifies it D) Temporary storage area for web documents
____________________ devices can be configured to issue an alert when the trackee moves out of a designated area.
Fill in the blank(s) with the appropriate word(s).
A ________ Web design is a minimalistic approach to design that is clean, two-dimensional, and simple in many ways, including a bright color palette that is adhered to in all design.
A) skeuomorphic B) flat C) modern D) classic
Which of the following statements are correct?
A. char charArray[2][2] = {{'a', 'b'}, {'c', 'd'}}; B. char charArray[][] = {{'a', 'b'}, {'c', 'd'}}; C. char charArray[][] = {'a', 'b'}; D. char charArray[2][] = {{'a', 'b'}, {'c', 'd'}};