Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"typescript.tsdk": "learn/node_modules/typescript/lib"
"typescript.tsdk": "node_modules/typescript/lib"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

これを今変更すると動かなくなるので、しばらく変えないでほしいです。

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

これ、わざと変えたのか。

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

これこのような設定で動きましたか?

}
26 changes: 26 additions & 0 deletions learn/src/pages/kanji/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ import Tutorial from "@/components/Tutorial";
import Practice6 from "./tutorial/tutorial6";
import Practice7 from "./tutorial/tutorial7";
import Practice8 from "./tutorial/tutorial8";
import Practice9 from "./tutorial/tutorial9";
import Practice10 from "./tutorial/tutorial10";
import Tutorial1Dialog7 from "./tutorial/tutorial6/dialog/7_write_kanji.mdx";
import Tutorial1Dialog8 from "./tutorial/tutorial7/dialog/8_advanced_kanji_1.mdx";
import Tutorial1Dialog9 from "./tutorial/tutorial8/dialog/9_advanced_kanji_2.mdx";
import Tutorial1Dialog10 from "./tutorial/tutorial9/dialog/10_advanced_kanji_3.mdx";
import Tutorial1Dialog11 from "./tutorial/tutorial10/dialog/11_advanced_kanji_4.mdx";

export default function Touch(): JSX.Element {
return (
Expand Down Expand Up @@ -44,6 +48,28 @@ export default function Touch(): JSX.Element {
hasHintHiraganaTable: false,
hasHintAlphabetTable: false,
},
{
dialog: [
{
title: "構造を意識して漢点字を学習しよう③",
content: <Tutorial1Dialog10 />,
},
],
content: <Practice9 />,
hasHintHiraganaTable: false,
hasHintAlphabetTable: false,
},
{
dialog: [
{
title: "構造を意識して漢点字を学習しよう④",
content: <Tutorial1Dialog11 />,
},
],
content: <Practice10 />,
hasHintHiraganaTable: false,
hasHintAlphabetTable: false,
},
]}
/>
);
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
import EdittableBraille from "../../../../../components/EdittableBraille";
import PracticeTouch from "../../../../../components/PracticeTouch";

### 漢点字を「部首」からみてみよう④

引き続き漢点字を部首の観点から見ていきましょう。

#### ④ くさかんむり・しめすへん・ころもへん・たけかんむり

くさかんむり

| ⢓ | | | | | |
| -------- | -------- | -------- | -------- | -------- | -------- |
| 「花」⢓⠸ | 「草」⢛ | 「苦」⢓⠼ | 「荷」⢓⡊ | 「落」⢓⠾ | 「葉」⢓⡸ |
| 「薬」⢓⡌ | 「芽」⢓⣾ | 「芸」⢓⠞ | 「英」⢓⠜ | 「菜」⢓⡮ | 「若」⢓⢨ |
| 「蒸」⢓⡎ | 「蔵」⢓⢺ | | | | |

| ⢥ | |
| -------- | -------- |
| 「茶」⢥⢎ | 「茨」⢥⣨ |

| その他 |
| -------- |
| 「著」⡵⢚ |

しめすへん

| ⡗ | | | | | |
| -------- | -------- | -------- | -------- | -------- | -------- | --- |
| 「社」⡗⡺ | 「礼」⡗⡼ | 「福」⡗⣚ | 「神」⡗⢮ | 「祝」⡗⠬ | 「祖」⡗⢼ | |

ころもへん

| ⡗ | |
| -------- | -------- |
| 「複」⡗⢺ | 「補」⡗⣜ |

たけかんむり

| ⡧ | | | | | |
| -------- | -------- | -------- | -------- | -------- | -------- |
| 「答」⡧⣬ | 「第」⡧⣘ | 「等」⡧⢮ | 「筆」⡧⣚ | 「箱」⡧⣾ | 「笑」⡧⢞ |
| 「節」⡧⢪ | 「管」⡧⠪ | 「築」⡧⣈ | 「策」⡧⢨ | 「筋」⡧⢌ | 「簡」⡧⣌ |

| その他 | |
| -------- | -------- |
| 「算」⣷⡼ | 「笛」⡣⡮ |

<br />
<PracticeTouch
question="Q2 「薬草」を入力してください。"
answer="設計"
length={2}
brailleDotCount={8}
/>
<br />
<PracticeTouch
question="Q3 「神社」を入力してください。"
answer="宇宙"
length={2}
brailleDotCount={8}
/>
9 changes: 9 additions & 0 deletions learn/src/pages/kanji/tutorial/tutorial10/index.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import TouchMain from "@/components/TouchMain";

export const advancedkanjiQuestions = ["福神づけ", "筆箱", "落葉"]; // 濁音、半濁音が含まれる言葉

export default function Practice4(): JSX.Element {
return (
<TouchMain typeOfQuestions={advancedkanjiQuestions} brailleDotCount={8} />
);
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import PracticeTouch from "../../../../../components/PracticeTouch";

となるからです(ただし例外が多い)。

### ① にんべん・さんずい・きへん
#### ① にんべん・さんずい・きへん

にんべん

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PracticeTouch from "../../../../../components/PracticeTouch";

引き続き漢点字を部首の観点から見ていきましょう。

### ② いとへん・ごんべん・うかんむり・あなかんむり
#### ② いとへん・ごんべん・うかんむり・あなかんむり

いとへん

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PracticeTouch from "../../../../../components/PracticeTouch";

引き続き漢点字を部首の観点から見ていきましょう。

### ③ てへん・こころ・しんにょう
#### ③ てへん・こころ・しんにょう

いとへん

Expand Down