// Set the current level onto the session
ModuleSession session = context.getExecutionData().getModuleSession();
Level.getLevelProperty().setValue(session, this);
// roll up the the total points to zero
Module module = context.getExecutionData().getModule();
// load current module totals
int minModule = totalMinPointsProperty.getValue(module, this, ZERO_POINTS);
int currModule = totalPointsProperty.getValue(module, this, ZERO_POINTS);
int maxModule = totalMaxPointsProperty.getValue(module, this, ZERO_POINTS);