Forum Discussion

EswarkumarKanth's avatar
EswarkumarKanth
Community Member
5 years ago

When I publish the module not given web object folder.

Hi

I used WebObject element into my screen by using the local path

then after publishing, we will get a folder called "WebObjects" but recently when I try to publish in LMS HTML5 Output there is no folder called "WebObjects" name. How to get this folder? Is there any alternative solution to get this folder?

 

    

  • Tested: This will create a WebOjects folder (with needed assets for self contained output) under the story_content folder... "You need to create separate folders for source files first"

    • Place your Storyline file in it's "OWN" folder!
    • Place your html, images, etc. in their "OWN" folder!
    1. Open storyline -- insert Web Object
    2. At the enter web address popup -- Click the folder icon and navigate the SEPERATE folder you created for html and images
    3. Choose the "Select Folder" button.
    4. Publish for LMS "it should create a WebOjects folder with the assets needed to view anywhere!
    • JulieKenney-d28's avatar
      JulieKenney-d28
      Community Member
      Earl Kreuzer
      • Place your Storyline file in it's "OWN" folder!
      • Place your html, images, etc. in their "OWN" folder!

      This is a critical piece of information - I have looked all over for this as my course would not create the web object folder for the SCORM file, but played fine on the Web.  I have spent way too much time trying to figure this out.  A tutorial about how to exactly publish these objects for local files on an LMS really should be done.  Too many people are saying to have ALL of your files in one folder.  That did not work for me.  Thank you Earl!

  • Greetings, Eswarkumar!

    I'd love to investigate what's happening within the published package! Here are my troubleshooting steps:

    1. I embedded local web content into a slide running Storyline 360, Update 37.
    2. Then, I published that slide for LMS with the HTML5-only (Modern Player) and SCORM 1.2 standard options selected.

    From there, I unzipped the LMS package and clicked on story_content to access the WebObjects folder.

    It looks like you went through the same process, so I have a few quick questions to help us determine the next steps: What version of Storyline are you using? Is this happening with other published packages or just this one?

    • EswarkumarKanth's avatar
      EswarkumarKanth
      Community Member

      Thank you for your replay.

      I will update my storyline and check once.

    • vasanthkumar's avatar
      vasanthkumar
      Community Member

      I have few issues with WebObjects.

      I am not able access user.js variables from webobjects.

      If I add user.js in webojects, variable's values are getting reset. 

    • mrsmcd's avatar
      mrsmcd
      Community Member

      I am not seeing the webobjects folder either. I am currently on Build 3.52.25156.0

      • Hello Melissa!

        The web objects folder isn't included in the published output folder anymore. It's now linked within the index.html file.

  • Hi Vasanth!

    We don't recommend changing the files in the published output since they are perfectly crafted for either the Web or an LMS. The user.js file should be home to all the Javascript that you've included in any "Execute JavaScript" triggers. Any alterations to JavaScript should be made in the Storyline file rather than in user.js. 

    If the values are being reset, then it must be a change in the coding. Javascript is not my expertise, so I'll leave this for our community to offer tips and tricks for JavaScript!