allow disabling ceval during (non-study) practice

This commit is contained in:
Thibault Duplessis 2017-01-24 21:34:31 +01:00
parent 31583a698b
commit edd450f78e

View file

@ -526,7 +526,7 @@ module.exports = function(opts) {
}.bind(this);
this.mandatoryCeval = function() {
return !!this.practice;
return !!this.studyPractice;
}.bind(this);
var cevalReset = function(f) {