Picture slide puzzle

I am completely new to coding in CL and have a limited understanding. I thought it would be neat to have a picture slide puzzle on one side of a slide and some questions on the right for students to answer. As students get the correct answer, the slide puzzle would incrementally animate the solving of the puzzle. I was wondering if this was something that someone had already done before or if it is even possible. I have added a picture of an example slide puzzle.

What a fun idea! This is definitely possible. You’ll need separate images for each piece (if you want to animate the sliding) and would need to explicitly define the moves. You could potentially make a solver, but that would be a lot of work.

I’d start by initially trying to get your questions set up. You should be able to search the forum for some examples of repeated practice setups. This is a great challenge!

Here is what I have been able to put together. Looking for feedback. I know there is probabily a more efficient way to complish the same thing, but this is what I came up with. Next steps: I would like to have few questions on one slide, so I may spread them across a couple slides. Also, the animation is a bit slow, so I might try to speed that up.

1 Like