| 1234567891011121314151617181920212223242526272829 | 
							- <?php
 
- /**
 
-  * This is an implementation of Nasa TLX protocol provided by Laboratory of Informatics in Education (LInE) - IME - USP
 
-  * LInE is coordinate by Leônidas de Oliveira Brandão (Computer Science Department at IME - USP).
 
-  *
 
-  * Internal library of functions for module nasatlx
 
-  *
 
-  * All the nasatlx specific functions, needed to implement the module
 
-  * logic, should go here. Never include this file from your lib.php!
 
-  *
 
-  * @author Leônidas O. Brandão
 
-  * @version v 0.1 2019/03/04
 
-  * @package    mod_nasatlx
 
-  * @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();
 
- /**
 
-  * Does something really useful with the passed things
 
-  *
 
-  * @param array $things
 
-  * @return object
 
-  */
 
- //function nasatlx_do_something_useful(array $things) {
 
- //    return new stdClass();
 
- //}
 
 
  |