task.getDefaultAnswerObject = function() {
return { // For debug: put values here
"easy": [[0,1],[5,4,4]], // [[],[]]
"medium": [[0,1,1],[5,5,4,4]],
"hard": [[0,1,4,0,1,3],[5,5,4,4]]
};