-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
91 additions
and
43 deletions.
There are no files selected for viewing
This file contains 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,7 @@ | ||
# Change Log | ||
|
||
## 0.1.0 (2023-12-22) | ||
- enables continuous copying (using start/end tags) | ||
|
||
## 0.0.1 (2023-10-29) | ||
- Initial release |
This file contains 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 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 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,37 +1,43 @@ | ||
# 箇条書き(記号) | ||
|
||
+ 問題文 | ||
+ 選択肢1 | ||
+ 選択肢2(後ろの半角スペースおよびタブは削除される) | ||
(start) | ||
+ 問題文1 | ||
+ 選択肢1-1 | ||
+ 選択肢1-2(後ろの半角スペースおよびタブは削除される) | ||
+ (全角スペースはコピーされる) | ||
+ 問題文 | ||
- 選択肢1 | ||
- 選択肢2 | ||
+ 問題文 | ||
* 選択肢1 | ||
* 選択肢2 | ||
+ 問題文2 | ||
- 選択肢2-1 | ||
- 選択肢2-2 | ||
+ 問題文3 | ||
* 選択肢3-1 | ||
* 選択肢3-2 | ||
(end) | ||
|
||
|
||
# 箇条書き(英数字) | ||
|
||
1. 問題文 | ||
1) 選択肢1 | ||
2) 選択肢2 | ||
2. 問題文 | ||
(1) 選択肢1 | ||
(2) 選択肢2 | ||
3. 問題文 | ||
a) 選択肢1 | ||
b) 選択肢2 | ||
4. 問題文 | ||
(A) 選択肢1 | ||
(B) 選択肢2 | ||
(start) | ||
1. 問題文1 | ||
1) 選択肢1-1 | ||
2) 選択肢1-2 | ||
2. 問題文2 | ||
(1) 選択肢2-1 | ||
(2) 選択肢2-2 | ||
3. 問題文3 | ||
a) 選択肢3-1 | ||
b) 選択肢3-2 | ||
4. 問題文4 | ||
(A) 選択肢4-1 | ||
(B) 選択肢4-2 | ||
(end) | ||
|
||
|
||
# 正答および誤答の記号 | ||
|
||
(start) | ||
+ 正答および誤答を示す記号は削除される | ||
+ 選択肢1 ## | ||
+ 選択肢2 ○ | ||
+ 選択肢3 × | ||
(end) | ||
|