diff --git a/frontend/app/learn/page.tsx b/frontend/app/learn/page.tsx index 6d4dc58..7e681d0 100644 --- a/frontend/app/learn/page.tsx +++ b/frontend/app/learn/page.tsx @@ -447,7 +447,9 @@ export default function LearnPage() { {currentCard.difficulty} -

+ + {/* Instructions Test Action */} +

點擊卡片翻面,根據你對單字的熟悉程度進行自我評估:

@@ -557,9 +559,12 @@ export default function LearnPage() { {currentCard.difficulty} -

+ + {/* Instructions Test Action */} +

請選擇符合上述定義的英文詞彙:

+

定義

@@ -681,9 +686,12 @@ export default function LearnPage() {
)} -

+ + {/* Instructions Test Action */} +

請點擊例句中的空白處輸入正確的單字:

+ {/* Example Sentence with Blanks */}
@@ -833,7 +841,9 @@ export default function LearnPage() { {currentCard.difficulty}
-

+ + {/* Instructions Test Action */} +

請聽發音並選擇正確的英文單字:

@@ -1010,7 +1020,9 @@ export default function LearnPage() { {currentCard.difficulty}
-

+ + {/* Instructions Test Action */} +

請聽例句並選擇正確的選項:

@@ -1090,17 +1102,16 @@ export default function LearnPage() { )} -

- 點擊下方單字,依序重組成正確的句子: -

- + + + {/* Arranged Sentence Area */}

重組區域:

-
+
{arrangedWords.length === 0 ? ( -
- 點擊下方單字來重組句子 +
+ 答案區
) : (
@@ -1119,6 +1130,11 @@ export default function LearnPage() {
+ {/* Instructions Test Action */} +

+ 點擊下方單字,依序重組成正確的句子: +

+ {/* Shuffled Words */}

可用單字:

diff --git a/frontend/components/VoiceRecorder.tsx b/frontend/components/VoiceRecorder.tsx index 4260d99..6449e77 100644 --- a/frontend/components/VoiceRecorder.tsx +++ b/frontend/components/VoiceRecorder.tsx @@ -257,14 +257,6 @@ export default function VoiceRecorder({
)} - {/* Instruction Text */} - {instructionText && ( -
-

- {instructionText} -

-
- )} {/* 目標文字顯示 */}
@@ -284,6 +276,15 @@ export default function VoiceRecorder({
+ {/* Instruction Text */} + {instructionText && ( +
+

+ {instructionText} +

+
+ )} + {/* 錄音控制區 */}