File size: 1,668 Bytes
4949db9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{# Rating scale reference table partial #}
<div class="scale-reference-box">
  <h2>Rating Scale Reference</h2>
  <p>Before you begin rating, here is a summary of the scoring scale you will use. Keep these descriptions in mind as you rate each video.</p>
  <table class="guide-table scale-table">
    <thead>
      <tr><th>Score</th><th>Label</th><th>What It Means</th></tr>
    </thead>
    <tbody>
      <tr><td class="score-cell s5">5</td><td style="color:#15803d"><strong>Fully plausible</strong></td><td style="color:#15803d">You would not notice anything wrong if this were a real video. The physics looks exactly like the real world.</td></tr>
      <tr><td class="score-cell s4">4</td><td style="color:#16a34a"><strong>Mostly plausible</strong></td><td style="color:#16a34a">The physics is mostly right, but you can spot a small oddity if you look carefully. It does not break your sense of realism.</td></tr>
      <tr><td class="score-cell s3">3</td><td style="color:#eab308"><strong>Partially plausible</strong></td><td style="color:#eab308">You notice something clearly off about the physics. It is not right, but it is not wildly impossible either.</td></tr>
      <tr><td class="score-cell s2">2</td><td style="color:#f97316"><strong>Largely implausible</strong></td><td style="color:#f97316">The physics is mostly wrong. You would immediately notice these errors in real life.</td></tr>
      <tr><td class="score-cell s1">1</td><td style="color:#ef4444"><strong>Completely implausible</strong></td><td style="color:#ef4444">The physics is impossible. Objects do things that could never happen in the real world.</td></tr>
    </tbody>
  </table>
</div>