@@ -28,7 +28,7 @@ To set up, you should upload the PAIL files to a PHP server and modify ```settin
| ```$pail_generate_command``` | The command used to generate the personalised assessment for the user. It will be passed the directory in which to store any generated files as its last command line argument. There are no checks that this program does only store files in the specified directory, so you should ensure you trust that this command will do the right thing.
| ```$pail_contact``` | The contact email people should be directed to if there are any issues
| ```$pail_reset``` | If false (the default), files are only generated the first time the learner visits the LTI tool (and simply displayed on subsequent visits). If true, the files are generated each time the learner visits.
| ```$pail_generated_dir``` | The subdirectory where files will be generated (defaults to "generated")
| ```$pail_generated_dir``` | The subdirectory where files will be generated (defaults to "generated") - note that you will need to change this in ```generate.sh``` if you change it here
| ```$pail_context_id``` | The key to use to get the context ID from the LTI context (defaults to "context_id", which should always be appropriate)
| ```$pail_user_id``` | The key to use to get the user ID from the LTI context (defaults to "user_id". To get student number at UNE, use "lis_person_sourcedid" instead)
| ```$pail_debug``` | Whether to output debug information with the page (defaults to false)