mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-19846 - Admin ability to submit answers
This commit is contained in:
parent
8c4a468791
commit
8bea6b888a
1 changed files with 5 additions and 3 deletions
|
@ -4,9 +4,7 @@ $string['add_items'] = 'Add question to activity';
|
||||||
$string['add_pagebreak'] = 'Add a pagebreak';
|
$string['add_pagebreak'] = 'Add a pagebreak';
|
||||||
$string['adjustment'] = 'Adjustment';
|
$string['adjustment'] = 'Adjustment';
|
||||||
$string['after_submit'] = 'After submitting';
|
$string['after_submit'] = 'After submitting';
|
||||||
$string['oldvalueswillbedeleted'] = 'The current questions and all your user\'s responses will be deleted';
|
$string['allowfullanonymous'] = 'Allow full anonymous';
|
||||||
$string['oldvaluespreserved'] = 'All old questions and the assigned values will be preserved';
|
|
||||||
$string['relateditemsdeleted'] = 'All your user\'s responses for this question will also be deleted';
|
|
||||||
$string['analysis'] = 'Analysis';
|
$string['analysis'] = 'Analysis';
|
||||||
$string['anonymous'] = 'Anonymous';
|
$string['anonymous'] = 'Anonymous';
|
||||||
$string['anonymous_edit'] = 'Record user names';
|
$string['anonymous_edit'] = 'Record user names';
|
||||||
|
@ -35,6 +33,7 @@ $string['chosen_feedback_response'] = 'chosen feedback response';
|
||||||
$string['completed'] = 'completed';
|
$string['completed'] = 'completed';
|
||||||
$string['complete_the_form'] = 'Answer the questions...';
|
$string['complete_the_form'] = 'Answer the questions...';
|
||||||
$string['completed_feedbacks'] = 'Submitted answers';
|
$string['completed_feedbacks'] = 'Submitted answers';
|
||||||
|
$string['configallowfullanonymous'] = 'If this option is set yes so the feedback can be completed whithout any preceding logon. It only affects feedbacks on the mainpage.';
|
||||||
$string['continue_the_form'] = 'Continue the form';
|
$string['continue_the_form'] = 'Continue the form';
|
||||||
$string['count_of_nums'] = 'Count of numbers';
|
$string['count_of_nums'] = 'Count of numbers';
|
||||||
$string['courseid'] = 'courseid';
|
$string['courseid'] = 'courseid';
|
||||||
|
@ -132,7 +131,10 @@ $string['numeric'] = 'Numeric answer';
|
||||||
$string['numeric_range_from'] = 'Range from';
|
$string['numeric_range_from'] = 'Range from';
|
||||||
$string['numeric_range_to'] = 'Range to';
|
$string['numeric_range_to'] = 'Range to';
|
||||||
$string['of'] = 'of';
|
$string['of'] = 'of';
|
||||||
|
$string['oldvalueswillbedeleted'] = 'The current questions and all your user\'s responses will be deleted';
|
||||||
|
$string['oldvaluespreserved'] = 'All old questions and the assigned values will be preserved';
|
||||||
$string['overview'] = 'Overview';
|
$string['overview'] = 'Overview';
|
||||||
|
$string['relateditemsdeleted'] = 'All your user\'s responses for this question will also be deleted';
|
||||||
$string['page'] = 'Page';
|
$string['page'] = 'Page';
|
||||||
$string['page_after_submit'] = 'Page after submit';
|
$string['page_after_submit'] = 'Page after submit';
|
||||||
$string['pagebreak']='Page break';
|
$string['pagebreak']='Page break';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue