<< Back
Message for this thread
Posted by Messages text
Kinny

Noavatar
Total post : 39
> Profile
Written on : 25/11/2010 15:36 ( more than one month )
Object : Error when importing Easyquizz scorm contents
Hello,

I've installed Docebo and tried to import some of my Easyquizz Pro scorm contents but it doesn't work at all, I got all kind of error _ERROR_ or imsmanifest.xml not found or anothers error message..

I tried many way to make it works like it is wrote in the manual (like separate the imsmanifest.xml and the other file content to the FTP....) but I still got the same errors.

I don't understand because my content Easyquizz Pro are all Scorm compliant and it works perfectly with the others opensource lms.

I hope someone could help me because I didn't see any post about importing Easyquizz content and Docebo in the forum.

Cheers,

Kinny
 
 
Kinny

Noavatar
Total post : 39
> Profile
Written on : 26/11/2010 11:03 ( more than one month )
Object : Re: Error when importing Easyquizz scorm contents
Nobody could help me ?
 
Kinny

Noavatar
Total post : 39
> Profile
Written on : 26/11/2010 11:41 ( more than one month )
Object : Re: Error when importing Easyquizz scorm contents
I've succeed to upload imsmanifest.xml in zip file alone to the lms and a new directory is present in file/DoceboLms/scorm/ with the imsmanifest.xml, then I uploaded all the other content files to the new directory.

When I launch my content in the front of the lms, my quizz is not displayed (the quizz in html), but instead I see all the php source code of the quizz in the player... 

what I see is the source code of the quizz (easyquizz content is in php) :


[...]
			foreach ($_SESSION['QuizzSession']['PageMapping'] as $newId)
				echo $newId . ' - ' . (isset($this->Pages[$newId]['ThemeGuid']) ? $this->Pages[$newId]['ThemeGuid'] : 'root') . '
'; echo '

'; } } }; $GLOBALS['QuizzManager'] = new QuizzManager(); if (!empty($_POST['HeartBeat'])) { // Log a heartbeat pulsation $ElapsedTime = $GLOBALS['QuizzManager']->Pulse(); $output = '{"Return": "Acknowledged", "ElapsedTime": '.$ElapsedTime.'}'; header("X-JSON: ($output)"); exit(); } if (isset($_GET['PageNumber'])) { $CurrentPage = $GLOBALS['QuizzManager']->TranslatePageNumber($_GET['PageNumber']); // If PreviousPageNumber is not the expected page number from the session, // the user has probably pressed backspace (booo). We do nothing. if ($CurrentPage == $GLOBALS['QuizzManager']->GetCurrentPageIndex()) { $GLOBALS['QuizzManager']->UninitPage($_GET); $GLOBALS['QuizzManager']->MoveToNextPage($_GET); } } if (empty($GLOBALS['NoDisplay'])) $GLOBALS['QuizzManager']->displayPage(); ?> 

What can display the scorm player ?? 
 
Erba Claudio

Avatar
Total post : 2688
> Profile
Written on : 28/11/2010 11:19 ( more than one month )
Object : Re: Error when importing Easyquizz scorm contents
Can you please share the scorm pack?
Claudio 
Docebo CEO and Founder
www.docebo.com
 
Kinny

Noavatar
Total post : 39
> Profile
Written on : 29/11/2010 11:42 ( more than one month )
Object : Re: Error when importing Easyquizz scorm contents
Hello Claudio,

I share my scorm pack in my personal ftp http://bodyguard1.free.fr

There are 2 formats of my scorm pack:

A2_W25_D5html.zip  (html version only)

A2_W25_D5php.zip (php version only)

The html version works perfectly with Docebo.
But I use php version because it has many features and settings like question validation, custom css, score registration, displaying answers...

I can display the scorm pack alone like web site in a web server or integrate it into another personal page so this php scorm pack does not depend on a specific lms.

I hope you could find an answer to problem.

Thanks for your help.

Kinny


 
Kinny

Noavatar
Total post : 39
> Profile
Written on : 29/11/2010 13:12 ( more than one month )
Object : Re: Error when importing Easyquizz scorm contents
I have add a screen capture of what the scorm player display to me on my personal ftp
 
Kinny

Noavatar
Total post : 39
> Profile
Written on : 29/11/2010 14:59 ( more than one month )
Object : Re: Error when importing Easyquizz scorm contents
I don't know why it doesn't work on my localhost server but on another server, everything works perfectly!

The easyquizz in php load correctly and keep and track score and answers.

I think I have a config problem on my server that display php source code on docebo scorm player.

What do you think it is?

But like I said on another post, Dodebo is a great lms!


Kinny
 
Erba Claudio

Avatar
Total post : 2688
> Profile
Written on : 29/11/2010 18:22 ( more than one month )
Object : Re: Error when importing Easyquizz scorm contents
Kinny, first of all a SCORM pack must be portable, generating PHP file doesn't match the SCORM standard.
Also Docebo have a security system in order to avoid php files execution the files directory (Imagine a teacher that can upload php files and read the user and password stored in config).

I Tested ther HTML version and works well in my installation. Seems that in your local server you don't have
  • Or enough memory to unpack the zip
  • Or right permissions
Claudio 
Docebo CEO and Founder
www.docebo.com
 
Kinny

Noavatar
Total post : 39
> Profile
Written on : 29/11/2010 19:37 ( more than one month )
Object : Re: Error when importing Easyquizz scorm contents
You're right, I'll check my config local server.

Thank you.

Kinny 
 
<< Back