Skip to main content
Participant
April 11, 2016
Question

Export (lot of png.)

  • April 11, 2016
  • 1 reply
  • 164 views

Hello,

I would like to ask u some information’s about Adobe Captivate 8. We made some project in Adobe Captivate, classic SCORM 1.2 package.

This SCORM package has about 150 pages with lot of objects like shapes which has been created in AC and texts and so on.

After export HTML5,  I saw in ZIP package that all object export like a png file there are about 8000 object png.

When I upload this package To moodle LMS there is a problem with latency because browser can process only 6 – 10 request per second

But there is about 500 request per page because every text caption was export like a png. I see this approach (8000 objects – each shape as a one object transferred in separate html request) as a very unpractical and bad.

Questions

Is there any possibility to create a scorm package more effective  and reduce number of objects?

Is there any possibility to setup html communication more effective  and reduce number of html requests?

Is there any possibility to create a final course in vector graphic, instead of thousands  raster png? We use no raster images, only captivate predefined shapes…

We spent very big effort with creation of complex education courses and now, because of such absurd html communication model we have massive problems with our customer.

Thanks a lot for quick and effective advices, how to solve this problem.

  BR

This topic has been closed for replies.

1 reply

Lilybiri
Legend
April 11, 2016

All static text containers are converted to images, in order to keep the font and its attributes, even on systems that don't have that font installed.


Responsive projects are not acting that way, that could be one alternative. The other alternative is to make all text containers dynamic by inserting an empty user variable. Dynamic text containers are evaluated on runtime. Beware: use a websafe font in that case.

RodWard
Community Expert
Community Expert
April 11, 2016

Even if using the trick of adding a variable to make the text dynamic, I suspect it still might be converting the background smart shape to a PNG.  Needs to be checked.