I love that GURU supports SCORM now! However, I hope that the random padding within the lesson can be removed in future releases of GURU. Even in the demo video you can see the random padding around the Windows 10 course. In the short term, I have been able to correct this by adding the following CSS rules:

.modal-lesson-content {
     margin: 0px !important;
}
.window .window-mainbody {
     padding:0px;
}
.uk-text-bold.uk-text-center.media-name {
     margin-top:0px;
}
#scorm_object {
     height:100vh !important;
     width:100%;
}

This fits the SCORM content to 100% of the course window with no white space around the sides. But of course these same rules ruin the formatting on courses that aren't SCORM.

I hope these rogue padding/ margins can be corrected in the next release of GURU. SCORM compatibility still feels quite experimental until then.

    nathanaeljames
    Hi
    This is the padding of the container, After opening it on the course view.
    You can keep it or remove it by adding the code override, as shared in first post.
    Its the first time we got this request to remove, I will share it with development team.
    It will be considered if there is more request for the same, as it more a personal choice to remove margins.

    Thanks for feedback.

    Regards

    The main problem with the above approach is that the same code which fixes the SCORM view breaks the regular view, and visa-versa. Since I doubt anybody would want these extra margins within the SCORM view, the fix would be to have it removed by default for only SCORM lessons, which is something the system currently doesn't seem to allow for. The only solution I can think of would be to inject this CSS code into the header or every SCORM file you use.

      nathanaeljames
      Hi
      If you have this issue on your site, I can help you to apply fixes on this request.
      I have not found any active subscription on your account that give information of your membership. As per support policy user must have an active membership to get support and updates.

      Regards

        3 years later

        Ninja If you have this issue on your site, I can help you to apply fixes on this request.
        I have not found any active subscription on your account that give information of your membership. As per support policy user must have an active membership to get support and updates.

        How would I request such a service? I do have the same problem, an active membership ... and would have hoped, the problem has been resolved within the almost three years... :-)

        Willing to wait for a general fix ... if it doesn't take another three years ... But my Articulate scorm is preetty small due to the issue.

          abochmann
          Hi
          You can add above css rule in custom css.
          As this thread older and opened by another member you can't put the login here.
          Kindly open a new thread. Add details of the problem you are facing with site login in edit fields options so that we can assist you better.

          Write a Reply...
          You need to Login to view replies.