File upload/submission question type

Re: File upload/submission question type

by Jim Newton -
Number of replies: 0
Was feature implemented?

Having students copy/paste large amounts of code into the text box which gets magically spliced into template code is very brittle.  If the user's code is not parsable, then the error messages are completely useless.  For example if the user code is missing a parenthesis or quotation mark, the output does not indicate such.
If the user's code was available as a file, then it would be easy to tell whether that file is parsable.