This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Hide all elements except the VM and the right-hand instruction pane (use the | |
// "Split Windows" option in the hamburger menu of the pane to pop it out). Pass | |
// `true` to also "hide" the bottom section containing the "Cancel Assessment" | |
// and "Submit Assessment" buttons (it can still be accessed by scrolling down | |
// on the page). | |
function focusLab(hideBottomAssessmentSection) { | |
elementIds = [ | |
"ms--primary-nav", | |
"ms--secondary-nav", | |
"article-header", |