12345678910111213141516171819202122232425262728293031323334353637 |
- <?php
- /**
- * English strings for nasatlx
- *
- * You can have a rather longer description of the file as well,
- * if you like, and it can span multiple lines.
- *
- * @package mod_nasatlx
- * @version v 0.1 2019/03/04
- * @category grade
- * @copyright 2014 LInE - http://line.ime.usp.br
- * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
- */
- defined('MOODLE_INTERNAL') || die();
- $string['modulename'] = 'NASA-TLX (LInE-IME-USP)';
- $string['modulenameplural'] = 'NASA-TLX by LInE/IME/USP';
- $string['modulename_help'] = 'Use the NASA-TLX (by LInE) to compare the users perception related to two different implementations of any course/software';
- //$string[''] = '';
- $string['config_nasatlx'] = 'Insert NASA-TLX/LInE block';
- $string['view_nasatlx'] = 'View all questionnaire NASA-TLX/LInE';
- $string['list_all_nasatlx'] = 'List all NASA-TLX/LInE questionnaires in all courses';
- $string['list_all_nasatlx_empty'] = 'There is none NASA-TLX questionnaire';
- $string['list_all_nasatlx_ans_empty'] = 'There is none answer to this NASA-TLX questionnaire';
- $string['export_all_nasatlx'] = 'Export all NASA-TLX/LInE questionnaires in all courses';
- $string['export_all_nasatlx_help'] = 'With this option you can export all NASA-TLX/LInE questionnaires in all courses, with all the students\' answer';
- $string['nasatlxfieldset'] = 'Personalized example about fieldset';
- $string['nasatlxname'] = 'NASA-TLX/LInE';
- $string['nasatlxname_help'] = 'The module NASA-TLX/LInE is an implementation of NASA-TLX protocol to verify the impact of ' .
- 'two different courses (or implementations) over the users\' perceptions.';
- $string['nasatlx'] = 'NASA-TLX (LInE)';
- $string['pluginadministration'] = 'NASA-TLX/LInE Administration';
- $string['pluginname'] = 'NASA-TLX (LInE-IME-USP): administrative area';
|