# Quiz help

**URL:** https://forum.kirupa.com/t/quiz-help/235765
**Category:** Uncategorized
**Created:** [August 14, 2007, 3:32pm UTC](https://forum.kirupa.com/t/quiz-help/235765 "2007-08-14T15:32:48Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![hockmasm](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/hockmasm/32/3993_2.png) [@hockmasm](https://forum.kirupa.com/u/hockmasm)
#### Post date: [August 14, 2007, 3:32pm UTC](https://forum.kirupa.com/t/quiz-help/235765/1 "2007-08-14T15:32:48Z")

</div>

I started a new Quiz 1 template.

I took all keyframes and moved them down one frame.

I put welcome text on the first frame. and a Begin Test button. This button uses

```auto
on (release) {
    gotoAndStop(2);
}

```

THe button takes me to frame 2 but then the default next button on the quiz stops working. I cannot start taking the quiz.

How can i fix this?
