Showing related tags and posts across the entire site.
-
Hello , I'm trying to get the id of a course . Add the library ( Vista8_sdk_client.jar ) to my code , but when I try to create an instance of ContextSDK ( class library ) to get the id with one of its methods ( com.webct.platform.sdk.context.client.ContextSDK. getLearningContextIdBySourcedId (String...
-
I am working with a faculty member who has organized his students into groups. Our current learning mangement system is Bb Vista 8. This particular faculty member has 100 students in his course. He divided the students into groups using the Group Manager. He chose to allow Blackboard to create the groups...
-
You can do this a couple of ways: 1. The Painful, Drop Lowest Scores Method (explained here with dropping 2): http://jaredstein.org/2008/12/16/dropping-lowest-2-scores-in-blackboard-or-moodle/ OR 2. Create a calculated column that looks like this: MIN{(Q1+Q2+Q3+Q4+Q5+Q6...),100} Where Qi = a quiz. Note...