To set defaults for the individual Package Properties globally for all courses, you can add overrides to your integration layer. Here is a sample of how to set one of the properties in c#
public override LaunchType DefaultScoLaunchType(LearningStandard learningStandard, bool singleSco, ExternalConfiguration externalConfig)
{
return base.DefaultScoLaunchType(learningStandard, singleSco, externalConfig);
}
Here are a few of the many properties you can set globally:
- DefaultScoLaunchType
- DefaultPlayerLaunchType
- DefaultCommCommitFrequency