Java script to hide figure and jump to specific slide
Hey everyone!
I have a mind map, with approximately 20 options (little squares). I would like to create an interactive file, where I can click on each option (square) and open a slide with a fact sheet for this option. Then, in each fact sheet, I would like to have two buttons: a yes and no. If yes, then I should be redirected to the initial mind map with no alterations. If no, then I am redirected to the initial map, but the map no longer has the square that I clicked in. This means that I would like to hide the figure (which is in another slide) and be redirected to this slide, where the figure no longer is available. The process would restart and continue until all the little squares were evaluated.
To do so, I thought that I could do a button with the option to execute a JavaScript. In this script, I would like to have to the options to jump to a certain slide and hide the figure X - and keep it hidden for the rest of my presentation. The goal is that the user can assess all the 20 options, by reading their fact sheets, and deciding if they should be kept in the mind map. In this sense, each person would be able to develop their individual mind map.
Does anybody know if this is possible and how could I write this code?
I am not very familiar with programming and this is was the 'best' option I found so far. I am also open to new ideas ![]()
Thank you!
