Forum Discussion
How to open someone else's articulate SCORM package?
Hi,
I'm having a similiar issue here. In my imsmanifest.xml I have a lot of files, some of them have multiple parameters inside the href.
But, In my web, I can't open those files properly because I'm not recieving the parameters after the &. I using & inside the xml file so the special Characters is not the problem.
BTW, the files that have only one parameters (No & needed) are working fine. <iframe id="educa_interactive_scorm" src="/modules/scorm/frameset.php?account=<?php echo _ACCOUNT; ?>&path_src=<?php echo trim($_GET['path_src']); ?>&module_src=<?php echo trim($_GET['module_src']); ?>&unit=<?php echo trim($_GET['unit']); ?>&sco_instance_id=<?php echo intval(trim($_GET['sco_instance_id'])); ?>&module_tit=<?php echo trim($_GET['module_tit']); ?>" class="resp-iframe" gesture="media" allow="encrypted-media" allowfullscreen></iframe>In the code above, the 'module_src' var is where the file to open on is defined
The screenshot is a example of my xml file where is declared the SCORM file with multiple parameters
Related Content
- 11 months ago