export function setUserBlockType(isAssignment) { return isAssignment ? 'TASK' : 'NORMAL'; }