Tutorial Creators

@AlexK @rymc88 @KIKIvsIT

Alright, I had the chance to debug this and I figured it out. For code to carry over between tutorials, you have to have template code in the tutorial you’re loading.

For example, if I want code from tutorial 1 to carry over to tutorial 2, then tutorial 2 needs to have a code block like this somewhere in the markdown:

```template
```

This is because we have a “bail-out” button that users can use to restore their code to the template just in case they started the activity with buggy code from the previous activity. The code in this template should be the ideal completed code from the previous tutorial.

I think this is a good restriction to have, but I’ll add a warning to the console to hopefully make this error a little more discoverable in the future.

2 Likes