Skip to content

Commit 71fd336

Browse files
caswelltomclaude
andcommitted
Rename ELL Pronunciation → Pronunciation Practice; reorder voice chips (v1.0.19)
- lang/en: rename chip label and course settings strings to "Pronunciation Practice" - chip order now: Practice Speaking → Pronunciation Practice → Study Plan Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent cf91e6f commit 71fd336

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

db/upgrade.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,5 +216,12 @@ function xmldb_local_ai_course_assistant_upgrade($oldversion) {
216216
upgrade_plugin_savepoint(true, 2026030802, 'local', 'ai_course_assistant');
217217
}
218218

219+
if ($oldversion < 2026030803) {
220+
// v1.0.19 patch: rename "ELL Pronunciation" chip to "Pronunciation Practice";
221+
// reorder voice chips (Practice Speaking → Pronunciation Practice → Study Plan).
222+
// No schema changes needed.
223+
upgrade_plugin_savepoint(true, 2026030803, 'local', 'ai_course_assistant');
224+
}
225+
219226
return true;
220227
}

lang/en/local_ai_course_assistant.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@
128128
$string['coursesettings:enabled_desc'] = 'When enabled, the settings below override the global AI provider configuration for this course only. Leave fields blank to inherit the global value.';
129129
$string['coursesettings:using_global'] = 'Using global setting';
130130
$string['coursesettings:saved'] = 'Course AI settings saved.';
131-
$string['coursesettings:ell_pronunciation'] = 'ELL Pronunciation Mode';
132-
$string['coursesettings:ell_pronunciation_desc'] = 'Show the "ELL Pronunciation" chip for students in this course. Uses OpenAI Realtime API for phoneme-level pronunciation feedback. Requires Voice Mode to be enabled in global plugin settings.';
133-
$string['coursesettings:ell_pronunciation_enable'] = 'Enable ELL Pronunciation chip for this course';
131+
$string['coursesettings:ell_pronunciation'] = 'Pronunciation Practice Mode';
132+
$string['coursesettings:ell_pronunciation_desc'] = 'Show the "Pronunciation Practice" chip for students in this course. Uses OpenAI Realtime API for phoneme-level pronunciation feedback. Requires Voice Mode to be enabled in global plugin settings.';
133+
$string['coursesettings:ell_pronunciation_enable'] = 'Enable Pronunciation Practice chip for this course';
134134
$string['coursesettings:global_settings_link'] = 'Global AI settings';
135135

136136
// Language detection and preference.
@@ -406,7 +406,7 @@
406406
$string['chat:starter_study_plan'] = 'Study Plan';
407407
$string['chat:starter_help_me'] = 'AI Help';
408408
$string['chat:starter_ell_practice'] = 'Practice Speaking';
409-
$string['chat:starter_ell_pronunciation'] = 'ELL Pronunciation';
409+
$string['chat:starter_ell_pronunciation'] = 'Pronunciation Practice';
410410
$string['chat:starter_ai_coach'] = 'AI Coach';
411411
$string['chat:starter_quick_study'] = 'Quick Study';
412412
$string['chat:starter_speak'] = 'Speak a starter';

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
defined('MOODLE_INTERNAL') || die();
2626

2727
$plugin->component = 'local_ai_course_assistant';
28-
$plugin->version = 2026030802;
28+
$plugin->version = 2026030803;
2929
$plugin->requires = 2024100700; // Moodle 4.5+.
3030
$plugin->maturity = MATURITY_STABLE;
3131
$plugin->release = '1.0.19';

0 commit comments

Comments
 (0)