This repository was archived by the owner on Oct 15, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathplan.html
More file actions
58 lines (54 loc) · 2.21 KB
/
plan.html
File metadata and controls
58 lines (54 loc) · 2.21 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>How-To - Plan</title>
</head>
<body>
<header>
<h1>Plan</h1>
</header>
<main>
<section id="responsibilities">
<h2>Planning responsibilities</h2>
<section>
<h3>For Content Development</h3>
<p>The project team should consider the purpose of the content that is to be consumed using a given engine. Is this entertainment, informative, or educational? These aspects could affect which captioning features of the engine or type of action to be used. For example, an educational virtual environment would need to caption every character, with the ability to re-read captions or read a transcript. An entertainment virtual environment would want to limit excessive on-screen text that could detract from the users experience. A virtual reality game would need to inform the user of sounds behind where they currently are facing. The type of captioning selected is often an artistic decision.</p>
</section>
<section>
<h3>For Engine Development</h3>
<p>Ensure usability studies include a broad spectrum of captioning needs. Include:</p>
<ul>
<li>people who are deaf,</li>
<li>people from the Deaf community (native sign language speakers),</li>
<li>people who are hard of hearing,</li>
<li>people with age-related hearing loss,</li>
<li>people with auditory processing difficulty,</li>
<li>people who prefer captioning, and</li>
<li>People who have situational lack of sound. </li>
</ul>
</section>
</section>
<section id="collaboration">
<h2>Tips for collaboration</h2>
<ul>
<li>Still to be developed. We will include this in a future working draft. </li>
</ul>
</section>
<section id="stages">
<h2>Planning for each stage</h2>
<section id="early">
<h3>How to get started early</h3>
<ul>
<li>Still to be developed. We will include this in a future working draft. </li>
</ul>
</section>
<section id="remediate">
<h3>How to remediate</h3>
<ul>
<li>Still to be developed. We will include this in a future working draft. </li>
</ul>
</section>
</section>
</main>
</body>
</html>