Scroll in TOC of SCORM

Scroll in TOC of SCORM

by Vicent Grau Martínez -
Number of replies: 10

I just upgraded to version 2.1.3 of Moodle and this version offers new features that are quite interesting. Congratulations to thedevelopers.

Working with SCORM content and note that the side panel that contains the index or table of contents does not have a scroll bar as in previous versions where the index exceeds the length of the window. I've been checking the settings and I see nooptions to enable the above navigation bar.

This is a big handicap in the use of SCORM for navigation very difficult, despite the small movable window buttons "previous" and "next".

Does anyone know how to solve it?

PD: Forgive me for my English translation

Average of ratings: -
In reply to Vicent Grau Martínez

Re: Scroll in TOC of SCORM

by Dan Marsden -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers Picture of Plugins guardians Picture of Testers Picture of Translators

Are you using a custom theme? - have you tried using one of the standard themes?

does this occur in all browsers or just a specific type/version?

In reply to Dan Marsden

Re: Scroll in TOC of SCORM

by Vicent Grau Martínez -

Thanks Dan for your response.

I tried with different themes and none scroll bar appears in the context of content (TOC). The same happens in Chrome, Firefox, Explorer ... It seems that "forgot" in PHP to activate the scroll bar when the index exceeds the frame content. This oversight prevents random navigation through the contents of the package SCORM.


Does anyone know how to change this in the code?

In reply to Vicent Grau Martínez

Re: Scroll in TOC of SCORM

by Dan Marsden -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers Picture of Plugins guardians Picture of Testers Picture of Translators

can you please create a bug in the Moodle Tracker for this? - ideally it should include a SCORM that allows us to reproduce the issue.

In reply to Dan Marsden

Re: Scroll in TOC of SCORM

by Vicent Grau Martínez -

Hi Dan, I do not see how to create the bug in Moodle Tracker. I can not find the option in the direction that I provide. In any case, I include here a screenshot with a SCORM content of which exceeds the length of the frame, so that they understand the problem.

Frame TOC

 

In reply to Dan Marsden

Re: Scroll in TOC of SCORM

by Vicent Grau Martínez -

Dan, do you understand what the problem is that I raise in my previous message? Do you have any solution?

Thank you very much

In reply to Vicent Grau Martínez

Re: Scroll in TOC of SCORM

by Mary Evans -

Hi Vicent,

Which theme are you using?  If the theme you have has the ability to allow you to enter Custom CSS then add this line of CSS.

#page-mod-scorm-player #scormpage #toctree {position:relative;width:100%;overflow-x: auto;overflow-y: auto;}

If your theme does not offer this facility, then try adding the code to core.css in theme/themename/style/core.css (where themename = the name of the theme you are using)

Befor you test the SCORM TOC You will need to Purge all caches in Site-Administration > Development

Then refresh your browser.

If the code is what I think it is, it should work in the way you described.

Hope this helps?

Mary

In reply to Mary Evans

Re: Scroll in TOC of SCORM

by Vicent Grau Martínez -

Hi Mary,

Thank you very much for trying to help. I added the code in the file show me core.css theme I use and still do not see the scroll bar. I considered your observation of clearing the cache. The same applies if on other issues so I gather that there is a problem of the subject.

If you keep telling me some idea to bring up the scroll bar on the index of SCORM, and I will do the necessary tests.

I need help from the Moodle community.

Thanks again Mary.

In reply to Vicent Grau Martínez

Re: Scroll in TOC of SCORM

by Stijn Bousard -

Hi Vincent, I also noticed that in Moodle 2.1 (2.0?) or higher, the TOC of the SCORM player has no scroll bar. The following solution works for me in Moodle 2.1:

Adapt the following file:
<moodle_root_dir>\server\moodle\lib\yui\2.8.2\build\assets\skins\sam\skin.css

look for:
.yui-layout-noscroll div.yui-layout-bd{overflow:hidden;}

and change it in:
.yui-layout-noscroll div.yui-layout-bd{overflow:auto;}

In reply to Stijn Bousard

Re: Scroll in TOC of SCORM

by Vicent Grau Martínez -
Hello Stijn,
Yeeeeeessss!

You have found the solution. It works perfectly.
The structure of my SCORM package is very long and the fact that the scroll bar out the random navigation difficult.

Thank you very much.

regards
 
In reply to Vicent Grau Martínez

Re: Scroll in TOC of SCORM

by Jacky Levine -

Hello Guys!

I have the same problem with scroll bar in SCORM as Vincent above. My Moodle version is 2.7. CSS files are different in 2.7 so I could't use Stijn's solution. I tried to use different themes. Unfortunatelly it doesn't work. I would be grateful for your help.

Regards,

Jack