$string['preview'] = 'Preview';
$string['previous_page'] = 'Previous page';
$string['public'] = 'Public';
-$string['publish_stats_on_students'] = 'Show analysis to students';
$string['question'] = 'Question';
$string['questions'] = 'Questions';
$string['radio'] = 'Multiple choice - single answer';;
$string['separator_decimal'] = '.';
$string['separator_thousand'] = ',';
$string['show_all'] = 'Show all';
+$string['show_analysepage_after_submit'] = 'Show analysepage after submit';
$string['show_entries'] = 'Show responses';
$string['show_entry'] = 'Show response';
$string['site_after_submit'] = 'Site after submit';
$options[2] = get_string('non_anonymous', 'feedback');
$mform->addElement('select', 'anonymous', get_string('anonymous_edit', 'feedback'), $options);
- $mform->addElement('selectyesno', 'publish_stats', get_string('publish_stats_on_students', 'feedback'));
+ $mform->addElement('selectyesno', 'publish_stats', get_string('show_analysepage_after_submit', 'feedback'));
$mform->addElement('selectyesno', 'email_notification', get_string('email_notification', 'feedback'));
$mform->setHelpButton('email_notification', array('emailnotification', get_string('email_notification', 'feedback'), 'feedback'));