Skip to content

Commit

Permalink
Merge pull request #41 from talview/modify_proview_type_dropdown
Browse files Browse the repository at this point in the history
Updated AI proctoring type in dropdown to Recorded
  • Loading branch information
rohansharmasitoula authored Jan 29, 2024
2 parents 68983f1 + 014f029 commit 107ecd9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion classes/settings_provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ public static function get_proctor_options(\context $context): array

$options[''] = get_string('selectproctor', 'quizaccess_proctor');
$options['noproctor'] = get_string('noproctor', 'quizaccess_proctor');
$options['ai_proctor'] = get_string('aiproctor', 'quizaccess_proctor');
$options['ai_proctor'] = get_string('recorded', 'quizaccess_proctor');
$options['record_and_review'] = get_string('recordandreview', 'quizaccess_proctor');
$options['live_proctor'] = get_string('liveproctor', 'quizaccess_proctor');

Expand Down
4 changes: 2 additions & 2 deletions lang/en/quizaccess_proctor.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
$string['tsbenable'] = 'Enable Talview Secure Browser';
$string['selectproctor'] = 'Select Proctoring Type';
$string['noproctor'] = 'No Proctoring';
$string['aiproctor'] = 'AI Proctoring';
$string['recordandreview'] = 'Record and Review Proctoring';
$string['recorded'] = 'Recorded';
$string['recordandreview'] = 'Record and Review';
$string['liveproctor'] = 'Live Proctoring';
$string['pluginname'] = 'Proctoring Settings';
$string['invalidproctor'] = 'Invalid Proctoring';
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2023120801;
$plugin->version = 2024012904;
$plugin->requires = 2020061500;
$plugin->release = '1.3.1 (Build: 2023120801)';
$plugin->release = '1.3.1-inspera (Build: 2024012904)';
$plugin->component = 'quizaccess_proctor';
$plugin->maturity = MATURITY_STABLE;

Expand Down

0 comments on commit 107ecd9

Please sign in to comment.