{% extends "base.html" %} {% block title %}{% if lang == 'zh' %}评分指南{% else %}Scoring Guide{% endif %} — Video Rating System{% endblock %} {% block content %}

{% if lang == 'zh' %}评分指南{% else %}Scoring Guide{% endif %}

{% 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 %}Rating Scale{% endif %}

{% if lang == 'zh' %} {% else %} {% endif %}
{% if lang == 'zh' %}分数{% else %}Score{% endif %}{% if lang == 'zh' %}含义{% else %}Meaning{% endif %}
5完全合理
4大部分合理
3部分合理
2大部分不合理
1完全不合理
5Fully plausible
4Mostly plausible
3Partially plausible
2Largely implausible
1Completely implausible

{% if lang == 'zh' %} 所有维度统一使用 1–5 分制。 {% else %} All dimensions (general and physical) use the 1–5 scale above. {% endif %}

{% if lang == 'zh' %}通用维度{% else %}General Dimensions{% endif %}

{% for key, label, values, description, score_labels in general_dims_display %}
{{ key }} {{ label }} {% if values | length == 2 %}0/1{% else %}1–5{% endif %}

{{ description }}

{% endfor %}

{% if lang == 'zh' %}物理子问题 (1–5){% else %}Physical Sub-questions (1–5){% endif %}

{% 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 %}

{% for c in human_criteria %}
{{ c.key | capitalize }} 1–5

Q: {{ c.question }}

{% if c.note %}

Note: {{ c.note }}

{% endif %}
{% endfor %}
{% endblock %}