-
Notifications
You must be signed in to change notification settings - Fork 1
Kanji bushu explain #142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
random776
wants to merge
8
commits into
main
Choose a base branch
from
kanji-bushu-explain
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Kanji bushu explain #142
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
b3fd93e
add tutorials to kanji
random776 4761e4d
fix nests of the dialogs
random776 638cb1b
fix small changes
random776 e87ff5f
git pull origin main
random776 73fc356
Merge branch 'main' into kanji-bushu-explain
chvmvd 99c74ec
Move `tutorial10` to `learn` directory
chvmvd 6cb6856
replace komoji with oomoji
random776 e8f8b57
modified: .vscode/settings.json
random776 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
62 changes: 62 additions & 0 deletions
62
learn/src/pages/kanji/tutorial/tutorial10/dialog/11_advanced_kanji_4.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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} | ||
| /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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} /> | ||
| ); | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
これを今変更すると動かなくなるので、しばらく変えないでほしいです。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
これ、わざと変えたのか。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
これこのような設定で動きましたか?