File tree 2 files changed +288
-200
lines changed
2 files changed +288
-200
lines changed Original file line number Diff line number Diff line change 17
17
width : 800px ;
18
18
}
19
19
20
- .character {
21
- border-width : 4px ;
20
+ .token {
21
+ border-width : 5px ;
22
+ font : 20px lucida-console, monospace;
22
23
}
23
24
24
25
</ style >
@@ -170,8 +171,8 @@ <h2 id="an_title"></h2> <h2 id="an_version"></h2>
170
171
< div >
171
172
Statistic:
172
173
< select id ="an_statistic_sel " onchange ="readingManager.updateDisplay() ">
173
- < option value ="firstFixationDuration "> First-Fixation Duration</ option >
174
174
< option value ="gazeDuration "> Gaze Duration</ option >
175
+ < option value ="firstFixationDuration "> First-Fixation Duration</ option >
175
176
< option value ="spilloverTime "> Spillover Time</ option >
176
177
< option value ="totalReadingTime "> Total Reading Time</ option >
177
178
< option value ="regressionsInCount "> Regressions In (quantity)</ option >
@@ -182,15 +183,15 @@ <h2 id="an_title"></h2> <h2 id="an_version"></h2>
182
183
</ div >
183
184
< div >
184
185
Gender:
185
- < select id ="an_gender_sel " onchange ="readingManager.updateDisplay() ">
186
+ < select id ="an_gender_sel " onchange ="readingManager.updateDisplay() ">
186
187
< option value ="all "> All</ option >
187
188
< option value ="m "> Male</ option >
188
189
< option value ="f "> Female</ option >
189
190
</ select >
190
191
</ div >
191
192
< div >
192
193
Reading Impairment:
193
- < select id ="an_impairment_sel " onchange ="readingManager.updateDisplay() ">
194
+ < select id ="an_impairment_sel " onchange ="readingManager.updateDisplay() ">
194
195
< option value ="all "> All</ option >
195
196
< option value ="y "> Only Impaired</ option >
196
197
< option value ="n "> Only Non-Impaired</ option >
You can’t perform that action at this time.
0 commit comments