Skip to content

Numeric grader put in new system (combined with checkpoints)#1069

Merged
bmcutler merged 13 commits intomasterfrom
Numeric_Grader
Jun 20, 2017
Merged

Numeric grader put in new system (combined with checkpoints)#1069
bmcutler merged 13 commits intomasterfrom
Numeric_Grader

Conversation

@MarisaPLee
Copy link
Contributor

CSV is no longer an option

}
else{
$action = 'numeric';
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

$action = ($gradeable->getType() === 1) ? 'lab' : 'numeric';

}
else if(key.keyCode == 40){
$('#cell-'+(++cell[1])+'-'+cell[2]).focus();
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comment above each keyCode as to what it is (left, right, up, down).

$('.inner-message').fadeOut();
}, 5000);

setupNumericTextCells();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just put setupNumericTextCells() in the above $(function() { block and get rid of this duplicate block.

@bmcutler bmcutler merged commit a70c570 into master Jun 20, 2017
@bmcutler bmcutler deleted the Numeric_Grader branch June 20, 2017 04:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants