Skip to content

Commit

Permalink
Changed questions
Browse files Browse the repository at this point in the history
  • Loading branch information
Natasha Rooney committed Jul 9, 2014
1 parent e46a41f commit bfcf900
Showing 1 changed file with 12 additions and 22 deletions.
34 changes: 12 additions & 22 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,9 @@ <h3>
For each application, we asked:
</p>
<ul>
<li>Why does the application stop the screen from going to sleep for longer than the device default setting?
<li>Why does the application prevent the device from going to sleep for longer than the device's default setting?
</li>
<li>What benefits does the user or application get by allowing the screen to stay awake? (e.g., the user can read an e-book uninterrupted or the application can be controlled via voice input)
<li>What benefits does the user or application get by preventing the device going to sleep?
</li>
<li>When is the wake lock applied and released?
</li>
Expand Down Expand Up @@ -282,17 +282,15 @@ <h2>
</figure>
<dl>
<dt>
What motivates this application to prevent the device from going to
sleep?
Why does the application prevent the device from going to sleep for longer than the device's default setting?
</dt>
<dd>
The application allows users to follow football matches in real-time:
receiving updates as the match is taking place. Allowing users to
follow the action in real-time seems to be the primary motivator.
</dd>
<dt>
What can this application do by preventing the screen from going to
sleep?
What benefits does the user or application get by preventing the device going to sleep?
</dt>
<dd>
During a match, the user can simply place their device on a surface
Expand Down Expand Up @@ -327,17 +325,15 @@ <h2>
</figure>
<dl>
<dt>
What motivates this application to prevent the device from going to
sleep?
Why does the application prevent the device from going to sleep for longer than the device's default setting?
</dt>
<dd>
The Screen stays 'awake' allowing users to continue reading and
e-book without having to continuously poke at the screen to keep the
device awake.
</dd>
<dt>
What can this application do by preventing the screen from going to
sleep?
What benefits does the user or application get by preventing the device going to sleep?
</dt>
<dd>
Allow a user the read at their own pace without needing to constantly
Expand Down Expand Up @@ -369,8 +365,7 @@ <h2>
</figure>
<dl>
<dt>
What motivates this application to prevent the device from going to
sleep?
Why does the application prevent the device from going to sleep for longer than the device's default setting?
</dt>
<dd>
Allowing users to prepare dishes while simultaneously interacting
Expand All @@ -381,8 +376,7 @@ <h2>
available, or their hands might be dirty or wet).
</dd>
<dt>
What can this application do by preventing the screen from going to
sleep?
What benefits does the user or application get by preventing the device going to sleep?
</dt>
<dd>
As the user's hands could be dirty or wet, the app keeps the screen
Expand All @@ -405,8 +399,7 @@ <h2>
</h2>
<dl>
<dt>
What motivates this application to prevent the device from going to
sleep?
Why does the application prevent the device from going to sleep for longer than the device's default setting?
</dt>
<dd>
Safety. Keeping the screen on allows the user to periodically glance
Expand All @@ -415,8 +408,7 @@ <h2>
continues to run and notifies the when they need to make a turn.
</dd>
<dt>
What can this application do by preventing the screen from going to
sleep? (e.g., allow the application to be controlled via voice input)
What benefits does the user or application get by preventing the device going to sleep? (e.g., allow the application to be controlled via voice input)
</dt>
<dd>
When in navigation mode, the screen will stay 'awake' so users do not
Expand All @@ -438,15 +430,13 @@ <h2>
</h2>
<dl>
<dt>
What motivates this application to prevent the device from going to
sleep?
Why does the application prevent the device from going to sleep for longer than the device's default setting?
</dt>
<dd>
Importing of contacts and performing long-lived tasks.
</dd>
<dt>
What can this application do by preventing the screen from going to
sleep?
What benefits does the user or application get by preventing the device going to sleep?
</dt>
<dd>
Complete running a task without requiring the user to keep the screen
Expand Down

0 comments on commit bfcf900

Please sign in to comment.