Hi guys,I was able to set "Primary Display" of Lineitem by Blackboard API (as advised by http://forums.edugarage.com/forums/p/2802/8322.aspx): OutcomeDefinitionDbPersister ocdPersister = (OutcomeDefinitionDbPersister)bbPm.getPersister(OutcomeDefinitionDbPersister.TYPE); OutcomeDefinition ocd = lineitem.getOutcomeDefinition(); ocd.setCourseId(courseId); ocd.setPosition(1); OutcomeDefinitionScaleDbLoader ods2Loader = (OutcomeDefinitionScaleDbLoader)bbPm.getLoader(OutcomeDefinitionScaleDbLoader.TYPE); OutcomeDefinitionScale ods = ods2Loader.loadByCourseIdAndTitle(courseId,OutcomeDefinitionScale.COMPLETE_INCOMPLETE); ocd.setScale(ods); ocdPersister.persist(ocd); But if there is a way to programmatically set "Secondary Display" option for LineItem?It should exist as long as you can manually set it and store in Grade Center. I just can't come up with the right idea of doing this. I'm using Blackboard 9.1. Thank you,Andrey
Andrey,
Can you please share the functioning code for setting the primary display and creating a new column in the grade center?
Thanks,
Jing