Showing related tags and posts across the entire site.
-
As I'm importing courses from WebCT into Blackboard, I am having to convert all of the HTML pages into HTML Objects so that course builders can edit the page content. The process is: 1. I find an HTML file in the Content Collection for the imported course 2. I select Create HTML Object 3, I give...
-
I have a large number of course masters which I am taking from a WebCT instance and importing them into Blackboard. In each section in each module, the table of contents does not retain any of the folders (indentation) from WebCT. So I must re-build each folder and them move every item into the appropriate...
-
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...