Skip to content

Commit 62d8f09

Browse files
committedApr 13, 2020
Changed statistic names
1 parent 1bf703f commit 62d8f09

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎public_html/researcher/home.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -479,10 +479,10 @@ <h2 id="an_title"></h2> <h2 id="an_version"></h2>
479479
<td>Statistic: </td>
480480
<td>
481481
<select id="an_statistic_sel" onchange="analysisInterface.statisticDisplayer.changeStatistic(this.value)">
482-
<option value="gazeDuration">Gaze Duration</option>
483-
<option value="firstFixationDuration">First-Fixation Duration</option>
484-
<option value="spilloverTime">Spillover Time</option>
485-
<option value="totalReadingTime">Total Reading Time</option>
482+
<option value="gazeDuration">First Pass Unmask Duration</option>
483+
<option value="totalReadingTime">Total Unmask Duration</option>
484+
<option value="firstFixationDuration">First Unmask Duration</option>
485+
<option value="spilloverTime">First Re-Mask Duration</option>
486486
<option value="regressionsInCount">Regressions In (quantity)</option>
487487
<option value="regressionsInTime">Regressions In (time)</option>
488488
<option value="regressionsOutCount">Regressions Out (quantity)</option>

0 commit comments

Comments
 (0)
Please sign in to comment.