Skip to content

Commit

Permalink
Disabling auto-grade for file upload questions
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugh Lashbrooke committed Mar 5, 2014
1 parent df70510 commit 7c405ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/js/lesson-metadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,15 +127,15 @@ jQuery(document).ready( function($) {
case 'gap-fill':
disableAuto = true;
break;
case 'essay-paste':
disableAuto = true;
break;
case 'multi-line':
disableAuto = true;
break;
case 'single-line':
disableAuto = true;
break;
case 'file-upload':
disableAuto = true;
break;
default :
disableAuto = false;
break;
Expand Down

0 comments on commit 7c405ab

Please sign in to comment.