Question
Advanced Actions editor - can you help a despairing coder out??
Hi guys,
I've got loads of elearning to build..... loads and loads.
By trade I am a Microsoft stack developer and love nothing more than handwriting out beautiful code. I have started using "Advanced Actions" in Captivate 2017 and have a couple of questions.
- Can I write my own uncompiled advanced actions without the GUI?? I find dropdowns, and "helpful" logical panels really painful. I guess it is in my blood, but I like to roll my own on these kind of things
- Do variables values persist across slides? i.e. if I were to create a set of buttons and then variables var_1 to var_4, would those var_ values reset or go out of context on the next slide? To explain, I will be creating these variables as a boolean representation of the button state (clicked state or normal state). When a button is clicked, the var_ for that button will be set to 1 and that will be checked by the submit code to validate of the correct button is clicked. The other 3 buttons will have their var_ values set to 0 at that point too. Now I hate writing more than I have to, so can I setup one 4 button logical script and just call it slide to slide, or if the values persist do I need to reset upon form load or create a complete new set per slide?
Many thanks
