content library 360
49 TopicsTransferring and Sharing Across Accounts
Our organization has spun off a small group of our Articulate users into a different account from the larger team account. Is it possible to transfer content for those users into the new account? Are users able to share projects across accounts, or only with other users in their account?60Views0likes3CommentsChanging the freeform on a SL360 template
Hi, I have imported a "Pick One" template from the content library and changed the freeform to "Pick Many". The slide is set up as "Pick Many" and the trigger says "Pick Many" but when the slide is previewed or exported it only runs as "Pick One". Am I trying to do something SL360 doesn't allow or have I missed a step some where?Solvedsoft skill training suggestions
I was looking to create a soft skills online module as a follow up to in-person trainings. Has anyone created one before and might have suggestions. My initial thoughts were maybe a meter showing a member's reactions to the choice in words you choose or wondered if maybe a training where your answers dictated the emotional state the person has when they leave. SO based on your answers you will end on one ending but someone else might get another. If you have any suggestions of videos to watch or templates to look over, I would love to hear them.89Views0likes3CommentsOpen Text Fields - Key Words
Hey All, While working on a combustible dust safety course, I encountered a scenario that gave me a bit of trouble. I created a question asking my learners to list the five components of the dust explosion pentagon. The Issue In theory, this is a relatively simple request. However, the variety of ways a user could input their answers into the field is vast. Example Answers: Combustible Dust, Dispersion, Ignition Source, Oxidant, Confinement (ideal answer) Dispersion, Combustible Dust, Ignition Source, Oxidant, Confinement (correct but order/capitalization issues) An oxidant; confinement; Combustible Dust; (extra words, semicolon, only 3 answers) My requirements I need learners to list all five answers (no more, no less). The key words from the ideal answer must be included (e.g., "Explosion" is not an acceptable answer). Two of the answers are two words long (e.g., "Combustible Dust," not just "dust"). Order and capitalization don’t matter. The format of the list (comma, semicolon, space, or Enter key) doesn’t matter. The default open text field quiz question option in Articulate Storyline 360 doesn’t allow for these conditions without listing every possible variation of answers in the Form answers section. My Solution To address this, I created my own quiz question. I manually created the text field and variables, and used the Execute JavaScript function to enforce these rules. I also added the orange text (see screenshot) to guide my learners on the desired formatting. I did my best to make it comprehensive, but I'm only somewhat familiar with JavaScript. A work colleague helped me simplify the code and it is working for most cases. The code and variables I used are attached to this post. Improvements Needed One issue I'm still facing is that the "Incorrect" layer doesn't appear when someone enters 5 answers, but one of them is wrong. Nothing happens in this case. I also can't get the "Incorrect" layer to appear if there are fewer than 5 answers. Interestingly, when inspecting the code in the console tab during the preview, it seems to be working correctly. Can anyone help me troubleshoot this? Work Around If necessary, I can switch the question to a multiple-choice format and give learners a list of options to verify their knowledge. However, this is not the format my SME and I envisioned, and I'd prefer to keep it open text if possible. Feature Request I also spoke with the Articulate Tech team about this scenario, and they’ve entered a feature request for a new question type that would allow answers to be marked as correct based on specific keywords. If this would be helpful to you in your e-learning projects, feel free to add your thoughts in the comments below!51Views0likes0CommentsCan't Publish to Review 360 in Storyline
I have been trying for a week to publish files to Review 360. Whenever I open the Publish window and click the Review 360 tab, it doesn't load. I just continually shows the "loading" icon (see attached). Is anyone else having this issue?50Views0likes3CommentsSeeking Insights on DOM Attribute Changes in Storyline 360 Versions 3.87 to 3.91
Hello Articulate Community, I'm currently examining the backend code changes between Storyline 360 versions 3.87 and 3.91, specifically focusing on Document Object Model (DOM) attribute modifications. For instance, I've observed that the data-reactid attribute has been replaced with data-id in the published output. Understanding these changes is crucial for maintaining the functionality of custom JavaScript code that interacts with Storyline's output. Could anyone provide insights or documentation on: The rationale behind these attribute changes. A comprehensive list of similar DOM modifications between these versions. Best practices for adapting custom scripts to accommodate these updates. Your expertise and any resources you can share would be greatly appreciated. Thank you!48Views0likes1CommentSeeking Details on DOM Attribute Changes in Storyline 360 Versions 3.87 to 3.91
Hello Articulate Community, I'm currently investigating specific backend code changes between Storyline 360 versions 3.87 and 3.91, particularly focusing on Document Object Model (DOM) attribute modifications. For instance, I've observed that the data-reactid attribute has been replaced with react-id in the published output. Understanding these changes is crucial for maintaining the functionality of custom JavaScript code that interacts with Storyline's output. Could anyone provide insights or documentation on: The rationale behind these attribute changes. A comprehensive list of similar DOM modifications between these versions. Best practices for adapting custom scripts to accommodate these updates. Your expertise and any resources you can share would be greatly appreciated. Thank you!36Views0likes1Comment