Forum Discussion
Can you plublish select multiple scenes in Storyline 360?
lorraineS Unlike the other scenario in this post, where I used JavaScript to force the menu to only show slides from one scene plus the scenes the learner has chosen, this one is different. In my understanding here, you want to select which scenes show after publishing. You can't publish only selected scenes directly, but you can control which scenes appear in your project using JavaScript. For example, if you have 10 scenes but want only scenes 1, 3, 5, and 7 to show for your client, simply assign 1,3,5,7 to a custom text variable (e.g., named scenes), and use JavaScript to read that variable and hide the rest. See this example below in action.
Hi Nedim,
Thanks for your reply. I have actually used your solution for a complicated learner select scenario that we have. But what I'm really wanting now is to keep a master file with all the mini modules in it and publish a configuration per client based on which minis they want in their lesson. It would be very nice if Storyline would support publishing multiple scenes instead of one slide, one scene or whole project.
- Nedim28 days agoCommunity Member
That's exactly what this new script does. All you need to do is assign a value to a scene's variable in the variable panel before publishing. For example, entering 1357 would publish only scenes 1, 3, 5, and 7. You would still need to publish the entire project, but your client would only see the selected scenes.
I understand you'd prefer a built-in, out-of-the-box solution. I'd suggest submitting a feature request to Articulate for that.
- KellyAuner22 days agoStaff
Hi lorraineS,
I'm glad to see other community members jumping in to provide suggestions!
I understand how having a built-in feature to publish multiple select scenes would be convenient for your scenario. I've logged your request with our product team, and we'll let you know if we have news to share!