Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 955 Bytes

File metadata and controls

21 lines (12 loc) · 955 Bytes

Blackboard Collaborate Control Panel

The Blackboard Collaborate Control Panel (BCCP) provides a variety of directly accessible functions and extensions for the Distance Learning System Blackboard Collaborate.

How to use BCCP

The use of BCCP is simple. To use BCCP with a running Blackboard Collaborate instance, all you have to do is import the file bccp.js via the JavaScript console of your browser. After that the BCCP is shown. To load the source code, it is sufficient to insert the following into the JavaScript console.

$.getScript('https://piuswalter.github.io/Blackboard-Collaborate-Control-Panel/dist/bccp.js');

Afterwards all functions are available.

If you like to use the Dark Mode in BCCP just click the big upper label with 'Blackboard Collaborate Control Panel'.

To close BCCP just click the '×' in the upper right corner.

Error or bug found

Then open an issue or make a pull request. Thank you!