Using Moodle for displaying SCORM content only in joomla

More
12 years 11 months ago #1 by James
Hi there,

I am trying to use the Joomdle interface to show Moodle SCORM content only. I have everything working and connected, but I can't figure out how to get rid of the Menu's and navigation in the Moodle wrapper. I just want the SCORM content in the course the user has navigated to using the Joomdle menu's to display, and nothing else.

Can anyone give me any advice on how to go about this?

Thanks,

James

Please Log in or Create an account to join the conversation.

More
12 years 11 months ago #2 by Chris
Hi there,

Just to ensure that I understand correctly, you wish to hide the Moodle navigation from users when displaying the Moodle course content inside a Joomla wrapper.

If my understanding is correct, we have prepared a Moodle template that you can download from the "Download" section of this website. Just go to Download/Other software and it is the first link.

Please Log in or Create an account to join the conversation.

More
12 years 1 week ago #3 by Marcel
Hi Chris,

Is this template outdated, im using Moodle 2.5.2 (Build: 20130909) and this template was not visible after uploading and press notifications....

Can you help me in this?

Please Log in or Create an account to join the conversation.

More
12 years 1 week ago - 12 years 1 week ago #4 by Antonio Durán
I just checked and you are right, now Moodle needs the version file to be present.

So, you can create version.php in joomdledemo folder and write:
Code:
<?php defined('MOODLE_INTERNAL') || die; $plugin->version = 2013041000; $plugin->requires = 2013040500; $plugin->component = 'theme_joomdledemo';

I will upload a fixed version soon.

But, I would recommend you to check out this template created by Fernando, a Joomdle user:
3-bits.com/index.php/en/catalogue/item/7...omdle-sites-released

It looks much nicer than ours :)
Last edit: 12 years 1 week ago by Antonio Durán.

Please Log in or Create an account to join the conversation.

More
12 years 1 week ago #5 by Marcel
Thanks for this, this helped but.. i thought i also get rid of the navigation block for instance for students.
but i see still those..

can you help me?

Please Log in or Create an account to join the conversation.

More
12 years 1 week ago #6 by Marcel
Sorry, Its solved. I had to disable the block:view from the permissions for the user role.

Please Log in or Create an account to join the conversation.

More
11 years 11 months ago #7 by Carlos Timossi
Hi Joomdle Team,
I am having problems with the template and SCORM too, I did what you wrote in this topic, but still I have the navegation menu on the left side. If I login as a student is the same result. I have used the template form Fernando Acedo and yours, with same results.
I am using Moodle 2.5.2 and Joomla 3.1
I am adding a picture showing the problem.

Please Log in or Create an account to join the conversation.

More
11 years 11 months ago - 11 years 11 months ago #8 by Carlos Timossi
Apparently was a cache problem. After I cleared the cache everything works fine.
Last edit: 11 years 11 months ago by Carlos Timossi.

Please Log in or Create an account to join the conversation.