AICC multi-sco not working as expected in moodle - moodle

I have been working with AICC Multi-SCO in moodle. The multi-SCO zip file contains 3 SCOs those are SCO1,SCO2 and SCO3. After importing into moodle, it showing only one SCO which is the last one(SCO3). I am using moodle 2.7.3 version, linux OS.
Please help me to figure out this problem.
Note: if i upload my Multi-SCO zip file into https://cloud.scorm.com/. It is showing all the three SCO properly in the listing menu.
Thanks,
Thavaprakash.

myCourse.CST appears to be missing a ending quote after "Developer_ID - see https://docs.oracle.com/cd/B31104_02/books/Training/Training_AICCSiebAdm4.html#wp999600
myCourse.AU don't see anything wrong.
Rest looks fine.
Been a long time since I had to play with that. Thanks for the refresher ;)

Related

H5P content error - on trying to edit in Moodle

In Moodle, I created a new H5P "activity", and then uploaded a reusable template of the crossword from the H5P site. On trying to open the settings and EDIT the content of this crossword (and also the essay writing feature), I got the following error:
**The given URL is incorrect or you cannot edit this file.
More information about this error**
Following the link gave the following error on the moodle forums:
error/core h5p/error:emptycontentid
It has worked in the past and works with certain H5P content types, so I am unsure as to why this edit error is occurring. I've posted on Moodle/H5P forums which aren't terribly active so hoping for some answers here!
It may seem silly, but took me a while to figure it out. I had simply uploaded the same file and it doesn't allow the same file name. This was what was causing the error.

How to write to an existing .xlsm file through Perl

Could someone please clarify if there is any Perl package to edit a pre-existing .xlsm file?
I tried few examples posted in CPAN page and this site which use the combination of WriteExcel and ParseExcel::SaveParser. They are not working for .xlsm file.
Any help would be appreciated.
Thanks.
It's not possible to open an existing xlsm file using Excel::Writer::XLSX, as of version 0.72 Excel::Writer::XLSX, according to the page given by psxls (quote: "This module cannot, as yet, be used to write to an existing Excel XLSX file.").
A solution is to use Win32:OLE, it's well explained in this tutorial: http://www.perlmonks.org/?node_id=153486. It tested it on my side, I was able to modify a pre-existing xlsm file.
I think Excel::Writer::XLSX should work for you. For getting started, you can check the related author's blog post and a related Perl script example.

Uploading to specified target with jQuery fileupload?

I'm using jQuery fileupload on a site to upload a single file for processing. I've got a simple upload working based on the Basic Plus demo, but would like to upload files to a given path and filename on the server (independent of the filename on the client machine). It seems like this should be straightforward, but I'm having problems figuring it out or finding resources. Is this possible in jQuery fileupload? If so, can anybody point me in the right direction for how?
Thanks for your time!
Answered? Found some helpful information here on changing the filename of uploads.

FMS VOD streaming: How can I access content that was uploaded to the webroot/vod directory?

I have recently started working with a fresh install of FMS 4.5.0 and am having some issues getting my media to load with the VOD application.
After uploading some of my own FLV/F4V content to "/webroot/vod/", I am currently only able to load the samples from the installation.
Is there some sort of configuration that needs to be made to access my media?
Do I need to create a manifest for each video?
I have been running tests through:
http://www.osmf.org/configurator/fmp/
And have had luck accessing the videos that came with the install by using the following:
Video Source (URL): http://[my host]/vod/sample1_1000kbps.f4v
But when I change this to point to one of my recently uploaded videos it fails everytime.
Another strange note, I was able to play one of the samples but then I changed its name and it was still able to load that one specific video using the same filename when the file's name had changed. This leads me to believe that it isn't really loading the right files or perhaps I am uploading to the wrong directory. But I can't find any other directories that have video in them.
Please let me know if there is any more info you need to help me. I'm fairly new to this and am not sure what to include.
Thanks in advance for any help!
EDIT: This was a pathing issue.
This has been resolved.
Apparently my webroot directory for the server was not set up correctly and after it was pointing to the right directory it was fixed.

iTextSharp removeUsageRights stopped working

I've been using the code sample from iText in Action (8.7.2) to deal with the "cannot save" issue with PDF forms and iTextSharp. It was working fine, but recently the fix stopped working and all the variations of the code listed in the book to prevent the saving problem haven't solved it.
I'm using the latest version of the iTextSharp library. Has anyone else run into this? Did an Acrobat update break it?
works for me using iTextSharp 5.0.6, Reader X, and Listing 8.29 ReaderEnabledForm from the book. (it's the file named 'xfa_preserved.pdf' in the zip download)
IIRC the last couple of times i saw similar on the mailing list, the problem was specific to how the original PDF was created. if you subscribe, you can post the original PDF and hopefully one of the experts can take a look if they have time.