docs(questions): v6 — patch_policy and mass_rewrite_policy metadata fields
This commit is contained in:
parent
8897e103b6
commit
b15e696388
|
|
@ -1,4 +1,4 @@
|
||||||
# Closer Question Schema v5
|
# Closer Question Schema v6
|
||||||
|
|
||||||
**See also:** [QUESTION_CONTENT_GUIDE.md](QUESTION_CONTENT_GUIDE.md) | [QUESTION_REWRITE_PLAN.md](QUESTION_REWRITE_PLAN.md) | [QUESTION_QUALITY_CHECKLIST.md](QUESTION_QUALITY_CHECKLIST.md)
|
**See also:** [QUESTION_CONTENT_GUIDE.md](QUESTION_CONTENT_GUIDE.md) | [QUESTION_REWRITE_PLAN.md](QUESTION_REWRITE_PLAN.md) | [QUESTION_QUALITY_CHECKLIST.md](QUESTION_QUALITY_CHECKLIST.md)
|
||||||
|
|
||||||
|
|
@ -204,6 +204,8 @@ These counts do not apply to standard category packs.
|
||||||
"premium_count": 425,
|
"premium_count": 425,
|
||||||
"question_type_policy": "single_choice_only",
|
"question_type_policy": "single_choice_only",
|
||||||
"review_policy": "weekday_batch_loop_required",
|
"review_policy": "weekday_batch_loop_required",
|
||||||
|
"patch_policy": "fix_marked_ids_only",
|
||||||
|
"mass_rewrite_policy": "requires_over_60_percent_shared_failure",
|
||||||
"content_policy": "fun_first_daily_game_questions",
|
"content_policy": "fun_first_daily_game_questions",
|
||||||
"research_note": "Use relationship question research patterns, not copied prompts.",
|
"research_note": "Use relationship question research patterns, not copied prompts.",
|
||||||
"questions": []
|
"questions": []
|
||||||
|
|
@ -223,6 +225,8 @@ Recommended fields:
|
||||||
{
|
{
|
||||||
"question_type_policy": "single_choice_only",
|
"question_type_policy": "single_choice_only",
|
||||||
"review_policy": "weekday_batch_loop_required",
|
"review_policy": "weekday_batch_loop_required",
|
||||||
|
"patch_policy": "fix_marked_ids_only",
|
||||||
|
"mass_rewrite_policy": "requires_over_60_percent_shared_failure",
|
||||||
"content_policy": "fun_first_daily_game_questions",
|
"content_policy": "fun_first_daily_game_questions",
|
||||||
"research_note": "Use relationship question research patterns, not copied prompts."
|
"research_note": "Use relationship question research patterns, not copied prompts."
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue