viewer2.html
3.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Functionality Validation for Each Page</title>
</head>
<body>
<p><b><font face="Verdana" size="2">Page Validation</font></b></p>
<ol>
<li><font face="Verdana" size="2">top bar displays the current date, it is
updated every time you enter the welcome page or the management page. </font></li>
<li><font face="Verdana" size="2">if parental control is set less than 24
hours, the top bar should show the current remaining play time of the day.
</font></li>
<li><font face="Verdana" size="2">if parental control is not set, or is set to
24 hours, the top bar does not show the remaining play time of the day</font></li>
<li><font face="Verdana" size="2">hit "manage": if parental control was not
set before, it goes to the management page directly. If parental control was
set, password box appears. Enter the correct password goes to the management
page; otherwise wrong password error message appears. </font></li>
<li><font face="Verdana" size="2">On management page, parental control limit
can be set from 0 hours to 8 hours with choices of every half hour in between.
Setting the limit to 24 hours means no limit will be set for the day. </font></li>
<li><font face="Verdana" size="2">On management page, the expiration date is
allowed to be set between the current date (minimum) and a month after the
current date (maximum)</font></li>
<li><font face="Verdana" size="2">Dates on management page are automatically
validated for leap years. </font></li>
<li><font face="Verdana" size="2">new year background display between
2004.01.20 and 2004.02.05</font></li>
<li><font face="Verdana" size="2">"happy birthday" instead of "welcome"
display if the today is user's registered birth date. </font></li>
</ol>
<p><b><font face="Verdana" size="2">Timer Validation</font></b></p>
<ol>
<li><font face="Verdana" size="2">setting limit to 0 hours means no play is
allowed for the current date.</font></li>
<li><font face="Verdana" size="2">setting limit to 24 hours means no parental
control set. User can play unlimited. </font>
</li>
<li><font face="Verdana" size="2">if parental control expired (current date is
greater than the expiration date), it means no parental control set. User can
play unlimited. </font>
</li>
<li><font face="Verdana" size="2">when playing a time limited trial game(with
limit LP) and parental control is set, the time allowed for playing is the
minimum of LP and the remaining play time of the day. </font>
</li>
<li><font face="Verdana" size="2">when game automatically quits, the message
in viewer should display:</font><ul>
<li><font face="Verdana" size="2">"Game expired. Please go to depot to
purchase game", if the expiration is due to reaching the LP limit</font></li>
<li><font face="Verdana" size="2">"Maximum playing time for the day exceed.
Please continue playing tomorrow.", if the expiration is due to reaching the
PC limit. </font></li>
</ul>
</li>
<li><font face="Verdana" size="2">changing the setting on management page
should reset the timer for the day. </font></li>
</ol>
</body>
</html>