{% extends "base.html" %} {% block title %}{% if lang == 'zh' %}评分指南{% else %}Scoring Guide{% endif %} — Video Rating System{% endblock %} {% block content %}
{% if lang == 'zh' %} 开始评分前请仔细阅读本指南。请完整观看视频后,对每个维度打分。 {% else %} Please read this guide carefully before you start rating. Watch the full video, then rate every dimension. {% endif %}
| {% if lang == 'zh' %}分数{% else %}Score{% endif %} | {% if lang == 'zh' %}含义{% else %}Meaning{% endif %} |
|---|---|
| 5 | 完全合理 |
| 4 | 大部分合理 |
| 3 | 部分合理 |
| 2 | 大部分不合理 |
| 1 | 完全不合理 |
| 5 | Fully plausible |
| 4 | Mostly plausible |
| 3 | Partially plausible |
| 2 | Largely implausible |
| 1 | Completely implausible |
{% if lang == 'zh' %} 所有维度统一使用 1–5 分制。 {% else %} All dimensions (general and physical) use the 1–5 scale above. {% endif %}
{{ description }}
{% if lang == 'zh' %} 每个视频有 2–4 个需要评估的物理法则,只需对显示的法则打分。 {% else %} Each video has 2–4 physical laws to evaluate. You only rate the laws shown for that video. {% endif %}
Q: {{ c.question }}
{% if c.note %}Note: {{ c.note }}
{% endif %}