漢文 — テストのポイント管理
ステータス: 公開中
— 5セクション
/ 単元: 糟糠の妻
JSONインポート
JSONフォーマット例
{
"sections": [
{
"id": "kundoku-translation",
"title": "書き下し文と現代語訳",
"summary": "この単元の重要文の書き下し文・訳",
"items": [
{
"title": "重要文1",
"original": "原文テキスト",
"kundoku": "書き下し文テキスト",
"translation": "現代語訳テキスト",
"point": "ポイント説明",
"testPoint": "テストで問われる点",
"caution": "注意点"
}
]
},
{
"id": "vocabulary",
"title": "重要語句",
"items": [
{
"word": "語句",
"reading": "読み方",
"meaning": "意味",
"testPoint": "テスト頻出の理由",
"memoryPoint": "覚え方のヒント"
}
]
},
{
"id": "grammar",
"title": "文法・句法",
"items": [
{
"title": "句法名",
"pattern": "〜ス(再読文字)",
"meaning": "意味・解説",
"example": "例文",
"testPoint": "テスト頻出ポイント"
}
]
}
]
}