Skip to content

Commit

Permalink
fixup! fix: send XBlock visibility status to the LMS
Browse files Browse the repository at this point in the history
  • Loading branch information
Agrendalath committed May 31, 2024
1 parent 3afc89b commit b3eae91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/courseware/course/sequence/Unit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const Unit = ({
if (iframeElement) {
const rect = iframeElement.getBoundingClientRect();
const visibleInfo = {
type: 'visibilityStatus',
type: 'unit.visibilityStatus',
data: {
topPosition: rect.top,
viewportHeight: window.innerHeight,
Expand Down

0 comments on commit b3eae91

Please sign in to comment.