I want to put two different AI bots in the same Storyline file.
I am creating a course where students input pieces of writing in order to have a completed essay at the end. I already have a chatbot set for the end when they input their completed essay and it will "grade" their essay. I want to have something set up where they can input a hook and it will give them feedback on just the hook. And then maybe another one where they can input their introduction and so on. I just can't seem to figure out how to change the variable so that I can use more than one bot in the same file. I know I would need to change the variable by adding a 1 or something, but I don't know how to have it feed into the correct thing as I cannot find where the javascript calls for that variable. Can you assist?
Reply
Posted on 5/4/2026
Please type your reply.
@support
You only need to update the variable clabsInteractionWidgetID - that's all. And to go back to the first chatbot, if needed, change this same variable to its original value.
Reply
Posted on 5/4/2026
@noda21k
That didnt work. The first bot still works but I get no response when I go to the next slide and change the variable to be the other bot.
Reply
Posted on 5/4/2026
@support
Something is not right then. Maybe a broken JS trigger, a missing trigger, a wrong variable, etc.