Files
Jyotisha/contracts/probe-question-v1.json
T
Jesse_Chen 95f5851261
Independent Staging Quality Gate / validate (push) Successful in 9m28s
Independent Staging Quality Gate / publish (push) Successful in 7m26s
fix(rectification): rewrite D9/D10 style options and stem spacing
Choice cards were showing type-table tokens as options, dating long-term style questions, and stacking the stem on the first option because legend is outside the fieldset grid.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-30 10:01:32 +08:00

69 lines
1.3 KiB
JSON

{
"version": "probe-question-v1",
"answer_classes": [
"yes",
"weak_yes",
"no",
"unsure"
],
"label_min": 4,
"label_max": 80,
"forbidden_copy_tokens": [
"外貌",
"体质",
"胎记",
"疤痕",
"伤疤",
"身高",
"体型"
],
"existence_style_options": [
{
"label": "明确发生且时间吻合",
"answer_class": "yes"
},
{
"label": "发生过但程度较弱",
"answer_class": "weak_yes"
},
{
"label": "明确没有发生",
"answer_class": "no"
},
{
"label": "这段记不清楚",
"answer_class": "unsure"
}
],
"quality_style_options": [
{
"label": "发挥明显失常或压力很大",
"answer_class": "yes"
},
{
"label": "有压力但不算明显失常",
"answer_class": "weak_yes"
},
{
"label": "发挥正常、没有明显失常",
"answer_class": "no"
},
{
"label": "这段记不清楚",
"answer_class": "unsure"
}
],
"varga_none_style_option": {
"label": "都不太像我",
"answer_class": "no"
},
"varga_unsure_style_option": {
"label": "一时说不好",
"answer_class": "unsure"
},
"unsure_style_option": {
"label": "这段记不清楚",
"answer_class": "unsure"
}
}