-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_scenario.html
executable file
·206 lines (182 loc) · 6.7 KB
/
_scenario.html
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=1024, user-scalable=no">
<title>Presentation of Scenario</title>
<!-- Required stylesheet -->
<link rel="stylesheet" media="screen" href="core/deck.core.css">
<!-- Extension CSS files go here. Remove or add as needed. -->
<link rel="stylesheet" media="screen" href="extensions/goto/deck.goto.css">
<link rel="stylesheet" media="screen" href="extensions/menu/deck.menu.css">
<link rel="stylesheet" media="screen" href="extensions/navigation/deck.navigation.css">
<link rel="stylesheet" media="screen" href="extensions/status/deck.status.css">
<link rel="stylesheet" media="screen" href="extensions/scale/deck.scale.css">
<!-- Style theme. More available in /themes/style/ or create your own. -->
<link rel="stylesheet" media="screen" href="themes/style/swiss.css">
<!-- Transition theme. More available in /themes/transition/ or create your own. -->
<link rel="stylesheet" media="screen" href="themes/transition/horizontal-slide.css">
<!-- Basic black and white print styles -->
<link rel="stylesheet" media="print" href="core/print.css">
<!-- Required Modernizr file -->
<script src="modernizr.custom.js"></script>
</head>
<body>
<div class="deck-container">
<!-- Begin slides. Just make elements with a class of slide. -->
<section class="slide">
<h2>Graphical Design Approach</h2>
<div>
<ol>
<li>
<h3>Layout & Design</h3>
<li>
<h3>Web Accessibility</h3>
</li>
<li>
<h3>Course Technology</h3>
</li>
<li>
<h3>Patterns & Categories</h3>
</li>
</ol>
</div>
</section>
<section class="slide">
<h2>Ask upfront for information</h2>
<div>
<ol class="slide">
<li slide>
<h3>Textbook & Copyright</h3>
<p>Best to know upfront what images can be used, and where the images will be coming from.</p>
</li>
<li class="slide">
<h3>What D2L tools?</h3>
<p>What icons? What activities will need to be highlighted?</p>
<li class="slide">
<h3>Content Pattens</h3>
<p>Finding/identifying patterns in the content informs design choices.</p>
</li>
</ol>
</div>
</section>
<section class="slide">
<h2>Layout & Design</h2>
<div>
<p>Effectively present materials for the web and specifically for D2L.</p>
<ol>
<li class="slide">
<h3>Clear organization</h3>
<ul>
<li>Key points are easily found by skimming.</li>
<li>Clear navigation for modules and topics.</li>
<li><a href="sample-course/m03-business-messages/overview.html">{demo: Overview}</a></li>
</ul>
</li>
<li class="slide">
<h3>What's types of content?</h3>
<p><a href="sample-course/m03-business-messages/10-notes-patterns.html">{demo: Patterns}</a></p>
<li class="slide">
<h3>Encourage engagement</h3>
<p>Visual interest and little surprises can engage the learner.</p>
<p><a href="sample-course/m03-business-messages/30-notes-sample-memo.html">{demo: Sample Memo}</a></p>
</li>
</ol>
</div>
</section>
<section class="slide">
<h2>Web Accessibility</h2>
<div>
<ol>
<li class="slide"><h3>Colour & Contrast</h3>
<p>When changing the design and colors re-check for contrast ratios.</p>
</li>
<li class="slide"><h3>Meaningful structure</h3>
<p>Ensure that the html mark-up is optimized for accessibility.</p>
<p><a href="sample-course/m03-business-messages/30-notes-checklist.html">{demo: Checklist}</a></p>
</li>
<li class="slide"><h3>Text Alternatives</h3>
<p>Ensure all images have appropriate alternative text.</p></li>
<li class="slide"><h3>Interactivity</h3>
<p>When adding interactvity, consider fallbacks.</p>
<p><a href="sample-course/m03-business-messages/30-notes-sample-memo.html">{demo: Sample Memo}</a></p>
</li>
</ol>
</div>
</section>
<section class="slide">
<h2>Course Technologies</h2>
<div>
<ol>
<li><h3>Knowing & Using D2L</h3>
<ul>
<li>Content menu: long and short options</li>
<li>Custom themes and home pages</li>
</ul>
</li>
<li><h3>Suggestion for an activity</h3>
<p>Email activity?</p>
</li>
<li><h3>Interactivity</h3>
<p>When adding interactvity, consider fall backs.</p>
</li>
</ol>
</div>
</section>
</section>
<section class="slide">
<h2>Workable Approach?</h2>
<div>
<ol>
<li class="slide"><h3>Very general approach</h3>
<p>Likely work well. To be more creative, one needs more information.</p>
</li>
<li class="slide"><h3>Alignment with Instructional Design</h3>
<p>More information helps with this.</p>
</li>
<li class="slide"><h3>Time</h3>
<p>The ready toolbox for time crunches and making time for innovation.</p>
</li>
</ol>
</div>
</section>
<!-- End slides. -->
<!-- Begin extension snippets. Add or remove as needed. -->
<!-- deck.navigation snippet -->
<div aria-role="navigation">
<a href="#" class="deck-prev-link" title="Previous">←</a>
<a href="#" class="deck-next-link" title="Next">→</a>
</div>
<!-- deck.status snippet -->
<p class="deck-status" aria-role="status">
<span class="deck-status-current"></span>
/
<span class="deck-status-total"></span>
</p>
<!-- deck.goto snippet -->
<form action="." method="get" class="goto-form">
<label for="goto-slide">Go to slide:</label>
<input type="text" name="slidenum" id="goto-slide" list="goto-datalist">
<datalist id="goto-datalist"></datalist>
<input type="submit" value="Go">
</form>
<!-- End extension snippets. -->
</div>
<!-- Required JS files. -->
<script src="jquery.min.js"></script>
<script src="core/deck.core.js"></script>
<!-- Extension JS files. Add or remove as needed. -->
<script src="extensions/menu/deck.menu.js"></script>
<script src="extensions/goto/deck.goto.js"></script>
<script src="extensions/status/deck.status.js"></script>
<script src="extensions/navigation/deck.navigation.js"></script>
<script src="extensions/scale/deck.scale.js"></script>
<!-- Initialize the deck. You can put this in an external file if desired. -->
<script>
$(function() {
$.deck('.slide');
});
</script>
</body>
</html>