Forum Discussion

TylerBraddick's avatar
4 years ago

Viewing Articulate 360 Content in SharePoint Online

Enabling Custom Scripts in SharePoint Online

Custom scripts are now disabled in SharePoint Online for security reasons by default. As a result, Articulate content with the story.html file renamed to story.aspx in the published output that previously worked with SharePoint Online might not work anymore.

If you don't need to track learners' progress or results, check out these free or low-cost options for web hosting.

If you need to use SharePoint Online, your SharePoint admin may be able to resolve this issue by following the steps below. (Note that we don't provide support for either workaround.)

As of July 10, 2024, SharePoint users will find that they are required to reenable the Custom Scripts feature every 24 hours, reverting the Custom Scripts setting to its default and disabled state. Please see Microsoft’s article on Custom Script settings for more information.

Enabling Custom Script via the SharePoint Admin Center

If you don't need instant access, follow these steps.

  1. Go to the SharePoint admin center and sign in with your credentials.
  2. In the sidebar to the left of the page, click Settings. (If you're using the Modern admin center, click the classic settings page hyperlink at the bottom of the Settings page.)
  3. Scroll to the Custom Script section, then select the options to Allow users to run custom script on personal sites and Allow users to run custom script on self-service created sites.
  4. Click OK to save your changes. Note that this change may take up to 24 hours to appear.

Enabling Custom Script in SharePoint Online via PowerShell

For instant access, follow these steps.

Open Windows PowerShell with admin privileges, then run Install-Module -Name PnP.PowerShell

Run this command: Connect-PnPOnline -Url <url> -PnPManagementShell (replace <url> with your SharePoint URL, which will then generate a code for you to insert in your SharePoint admin center.)



  1. Run these commands in PowerShell: (replace the URL after -Url in the first command with the link to your static site collection, such as https://companyabc.sharepoint.com/sites/StaticSite).
    (If you need help creating a SharePoint site, refer to this article from Microsoft.)
    1. Connect-PnPOnline -Url https://yourorg.sharepoint.com/sites/StaticSite 
    2. $site = Get-PnPSite 
    3. Set-PnPSite -Identity $site.URL -NoScriptSite $false

Your SharePoint site is almost ready to host HTML files! We just need to prepare the Articulate published output for upload. Here's how.

  1. In SharePoint, choose where you will locate this project. You can create a new folder or use the Documents location created by default with all SharePoint sites.
  2. Rename all the files with a .html extension in your unzipped published output folder to .aspx (keep the same file name). To do this, right-click the file, choose Rename, and then replace .html with .aspx. (Most projects only need to rename the analytics-frame.html and story.html files.

Finally, upload the published output to your SharePoint site, then click story.aspx to launch your Articulate course. This change should take effect immediately.

89 Replies

  • No worries.  I could follow all the steps.  However, I think from our end, from the IT side they have blocked some items. I will see what I can do. Best

    Indrani

  • I just downloaded a trial of Storyline 360 to verify that the extension change hack works like it does in Storyline 3, on SharePoint.com.

    I had no problems publishing, changing the two files' extensions, uploading and playing in SharePoint.com.  I'm a SharePoint site owner and simply made a library, and added the files to the library. Maybe a total of 5 minutes work. 

    If you're having issues, then I recommend making sure you are not overwriting old copies of the output folder or it's contents (either on your local computer, or on SharePoint). 

    I had one of my team members who has no special access to the SharePoint site/library test it and confirmed they could play the Storyline demos. 

     

    Storyline 360 and Post-Publishing Steps

    1. Publish to Web

    2. Change Story.HTML to Story.ASPX in the output folder

     

    SharePoint.com Steps

    1. Create a document library just for the output

    2. Drag and drop all the contents of the output folder into the new library

    3. Copy link to the Story.ASPX file

    4. Use that link where you need to play the material. Link on a page, share in email, etc. The only hitch is if you put it in a location that others don't have at least read access to. 

     

    [edited to fix typo]

    • ErikaHlywiak's avatar
      ErikaHlywiak
      Community Member

      Hi Jennifer, when you publish to the Web, are you using a C Drive? My concern is the actual integrity of the project. It will need to be saved in SharePoint so multiple users can access and make edits if needed. Have you encounter issues with that? I'm worried the file may become corrupted.

      • JenniferBrow080's avatar
        JenniferBrow080
        Community Member

        When I publish, I publish to the Downloads folder as a rule. Always work locally with Storyline files.  That location is not backed up by OneDrive so it reduces corruption.  The output is then uploaded to SharePoint. 

    • TaraRohrbach's avatar
      TaraRohrbach
      Community Member

      When I try to change the file name it becomes story.aspx.html. how are you getting rid of the .html portion?

      • JenniferBrow080's avatar
        JenniferBrow080
        Community Member

        Are you attempting to change the file name before uploading? It must be an .ASPX file before it's uploaded.

      • JenniferBrow080's avatar
        JenniferBrow080
        Community Member

        Typically SharePoint is locked down and only a limited number of people can see site contents on a site and have the ability to create libraries. If you are able to see Site Contents, and do not see +New, then you don't have the permissions to create new lists, libraries, etc.

        If you use Microsoft Teams, by default that integrates with a SharePoint Team Site (basically the M365 version of SharePoint and not the same as a conventional communications site. If you can create a Team, and you can see Files, you can probably upload a Story Output folder. But again, that might be locked down.

        If you do not have the capability to create a library on your SharePoint.com communications site, that is something you will need to address internally in your organization (there's usually a SharePoint Admin team, but how you contact them is internal). If your organization is not using SharePoint.com (it will be in the site URL), then it's definitely an IT/SharePoint Admin consult required situation.

  • I don't have a story.html file but I do have an index.html file. Will it work if I change that to image.aspx?

    • JenniferBrow080's avatar
      JenniferBrow080
      Community Member

      That should work.

      I work with the standalone client for Storyline 3; I know there are some differences. Any .HTM or .HTML files should be .ASPX.

      Also note that you will see a warning about changing extensions and stability; disregard them and click OK.

      • DorisChwist-87f's avatar
        DorisChwist-87f
        Community Member

        Hello Jennifer,

        I am having an issue with SharePoint as well.  Would you mind doing a quick screen recording and uploading it to this thread.  That would be such a great help!  

  • @Jennifer can you explain the process you used? I don't have editing access to our Sharepoint page, but can pass it on to someone who does.

    Thanks

    • JenniferBrow080's avatar
      JenniferBrow080
      Community Member

      Sure. It's very simple. Just needs it's own library, and the link so people can launch it.

      Actions for Storyline Author

      1. Publish to Web
      2. Change Story.HTML to Story.ASPX in the output folder
      3. Deliver output folder to whomever can upload to SharePoint

      Actions for SharePoint side

      1. Create a document library just for the output
      2. Place the contents of the output into the new SharePoint Library
      3. Use Story.ASPX as the target file

      Jennifer Brown

      • DeeAnnFeil's avatar
        DeeAnnFeil
        Community Member

        I tried this process but when i try and rename the story.html file to story.ASPX it does not allow me to change it?

  • Simply publishing to Web, and changing Story.HTML to Story.ASPX worked for me on SharePoint.com. No custom scripts needed.

  • Tyler Braddick

    As a result, Articulate content with the story.html file renamed to story.aspx in the published output that previously worke

    Hi,

    In our settings, custom scripts is already actived. But, despite that we follow the procedure, when we open an aspx file it is downloaded instead of being opened. An idea why it's not working for us?