djplaner / Content-Interface-Tweak

Improves both the task of creating content for Blackboard Learn, and reading that content.
https://djplaner.github.io/Content-Interface-Tweak/
GNU General Public License v3.0
0 stars 0 forks source link

Add a "review status" greasemonkey script #53

Closed djplaner closed 3 years ago

djplaner commented 3 years ago

Problem

A Content Interface document in Blackboard can use the review status feature. But to do so requires creating on the Blackboard page a Blackboard item that matches the name of the heading and has review status turned on.

Some document can have multiple items. It's a manual process.

Design

Script that detects if there are any Bb Item 1 or 2 headings in the Content Interface document that don't have matching Bb items. if it finds any, add a "Create Mark Review Items" button (next to the expandAll/collapseAll)

StackOver flow add a button

When that button is clicked, it should

  1. Extract all the headings missing items
  2. For each one
    1. create the item
    2. set the review status
djplaner commented 3 years ago

Done. See userScript