Skip to content

Commit 307b0ff

Browse files
jeremymanningclaude
andcommitted
Update question mode button tooltips
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2fceb31 commit 307b0ff

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/ui/modes.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/** Question mode selector with availability gating per FR-010/FR-011. */
22

33
const QUESTION_MODES = [
4-
{ id: 'easy', label: 'Give me an easy one', icon: 'fa-face-smile', minAnswers: 5, type: 'question', enabledTooltip: 'Next question will be one the model predicts you can answer' },
5-
{ id: 'hardest-can-answer', label: 'Challenge me', icon: 'fa-fire', minAnswers: 5, type: 'question', enabledTooltip: 'Next question will be the hardest the model thinks you can get right' },
6-
{ id: 'dont-know', label: "Test my weak spots", icon: 'fa-circle-question', minAnswers: 5, type: 'question', enabledTooltip: 'Next question will be from a low-knowledge area' },
4+
{ id: 'easy', label: 'Give me an easy one', icon: 'fa-face-smile', minAnswers: 5, type: 'question', enabledTooltip: 'Get a question from a high-knowledge area' },
5+
{ id: 'hardest-can-answer', label: 'Challenge me', icon: 'fa-fire', minAnswers: 5, type: 'question', enabledTooltip: 'Get the hardest question the system thinks you can probably answer correctly' },
6+
{ id: 'dont-know', label: "Test my weak spots", icon: 'fa-circle-question', minAnswers: 5, type: 'question', enabledTooltip: 'Get a question from a low-knowledge area' },
77
];
88

99
const INSIGHT_MODES = [];

0 commit comments

Comments
 (0)