From c339557c1b48b5a04729e3584f58864552fd97c3 Mon Sep 17 00:00:00 2001
From: Bryan Lee <38807139+liby@users.noreply.github.com>
Date: Sat, 20 Jul 2024 03:04:38 +0800
Subject: [PATCH] Split `Test` component to optimize the use of choices
question
---
docs/.vuepress/components/Option.vue | 41 +++++++++++++++++++++
docs/.vuepress/components/Test.vue | 54 ++++++++++++++++------------
docs/content/Chapter14.md | 12 ++++---
3 files changed, 80 insertions(+), 27 deletions(-)
create mode 100644 docs/.vuepress/components/Option.vue
diff --git a/docs/.vuepress/components/Option.vue b/docs/.vuepress/components/Option.vue
new file mode 100644
index 0000000..7358013
--- /dev/null
+++ b/docs/.vuepress/components/Option.vue
@@ -0,0 +1,41 @@
+
+
+
{{ numero }}
+
+
+
({{ options[i] }})
+
{{ d }}
+
+
+
+
+
+
+
+
diff --git a/docs/.vuepress/components/Test.vue b/docs/.vuepress/components/Test.vue
index 74cafea..7e4ef5f 100644
--- a/docs/.vuepress/components/Test.vue
+++ b/docs/.vuepress/components/Test.vue
@@ -2,47 +2,64 @@
-
-
-
-
-
({{ options[i] }})
-
{{ d }}
-
-
+
+
+
+
+
+
{{ a }}
-
{{ open ? 'Hide' : 'Show' }} Answer
+
{{ open ? 'Hide' : 'Show' }} Answer
@@ -57,7 +74,6 @@ export default {
min-width: 1em;
float: left;
.test_triangle
- cursor: pointer;
margin-top: 0.5em;
width: 0;
height: 0;
@@ -65,12 +81,6 @@ export default {
border-left: 0.36 * 1.734em solid;
border-bottom: 0.36em solid transparent;
-.test_choices
- margin-left: 1em;
- .test_choice
- display: flex;
- line-height: 1.7;
-
.test_answer
margin-top: 1em;
margin-left: 1em;
diff --git a/docs/content/Chapter14.md b/docs/content/Chapter14.md
index 1f0ba8d..4bb23ec 100644
--- a/docs/content/Chapter14.md
+++ b/docs/content/Chapter14.md
@@ -550,11 +550,13 @@ wh-ever 解释为 no matter wh-,是表示让步、条件的语气,它的功
A 和 C 都在名词 origin 前面加上了短语(many centuries ago 和 many centuries)来修饰,可是名词前面只能用单词的形容词来修饰,所以错误。B 是正确的形容词从句。
-
-
-
-
-
两个位置都省掉了先行词,所以只能选择 what。
+
+
+
+
+
+ 两个位置都省掉了先行词,所以只能选择 what。
+
空格前无先行词,只能选 A 或 D。而“当选总统”者应为“人”,故选 D。