Under review
Score0
We would like to be able to use our in house Lecture Capture system to record students assignments and the submit in Blackboard. Currently when the embed code is entered into the Assignment HTML box the "allowfullscreen" option is removed (this doesn't happen if the embed code is used in the Learning Resources area for example), this means that Instructors are not able to maximise the recording when grading.
Product Version (if applicable): | 0 |
You may want to look at updating your Safe HTML filter and add to the affect tag the below text to allow a full screen option.
<attribute name="allowfullscreen">
<regexp-list>
<regexp name="anything"/>
</regexp-list>
</attribute>