fix(quiz): correct Q4 extended thinking toggle wording (#109)

* fix(quiz): correct Q4 extended thinking toggle wording

- "visibility" → "on or off"
- "always visible" → "always enabled"
- Added Ctrl+O verbose mode explanation

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

* chore: trigger CI re-run

---------

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
lzw-git-all
2026-05-02 06:54:33 +08:00
committed by GitHub
parent f925478d78
commit 5f50791f17
@@ -704,10 +704,10 @@
### Q4
- **Category**: practical
- **Question**: How do you toggle extended thinking visibility during a session?
- **Options**: A) Type `/effort max` | B) Press `Option+T` (macOS) or `Alt+T` | C) Include "ultrathink" in prompt | D) It's always visible and cannot be toggled
- **Question**: How do you toggle extended thinking on or off during a session?
- **Options**: A) Type `/effort max` | B) Press `Option+T` (macOS) or `Alt+T` | C) Include "ultrathink" in prompt | D) It's always enabled and cannot be toggled
- **Correct**: B
- **Explanation**: Option+T (macOS) or Alt+T toggles extended thinking visibility. For one-off deep reasoning, include "ultrathink" in your prompt; for session-level control, use `/effort` command.
- **Explanation**: Option+T (macOS) or Alt+T toggles extended thinking on/off for the session. (`Ctrl+O` toggles verbose mode to show/hide the reasoning text.) For one-off deep reasoning, include "ultrathink" in your prompt; for session-level control, use `/effort` command.
- **Review**: Extended Thinking section
### Q5