# Unit 5 Lesson 10 Bubble 23

**URL:** https://forum.code.org/t/unit-5-lesson-10-bubble-23/25776
**Category:** CS Principles
**Tags:** csp-unit-5
**Created:** [March 21, 2019, 5:37pm UTC](https://forum.code.org/t/unit-5-lesson-10-bubble-23/25776 "2019-03-21T17:37:30Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![tfrady](https://avatars.discourse-cdn.com/v4/letter/t/ea666f/32.png) [@tfrady](https://forum.code.org/u/tfrady)
#### Post date: [March 21, 2019, 5:37pm UTC](https://forum.code.org/t/unit-5-lesson-10-bubble-23/25776/1 "2019-03-21T17:37:30Z")

</div>

Can someone tell me why my student’s code will not go to the "winner page?

 ![Snip20190321_1](https://us1.discourse-cdn.com/flex016/uploads/codeorgforum/original/2X/9/95368d5abe3a5b65ee5886ff00605e2af9f25ff0.png) ![Snip20190321_2](https://us1.discourse-cdn.com/flex016/uploads/codeorgforum/original/2X/0/0f3aa10f1f07004ea91f8ea1f85c9887b6393ce7.png) ![Snip20190321_3](https://us1.discourse-cdn.com/flex016/uploads/codeorgforum/original/2X/d/d387b605dce4bc68b02b459e058e434383d3c388.png) ![Snip20190321_4](https://us1.discourse-cdn.com/flex016/uploads/codeorgforum/original/2X/6/6c64eeafb1defd3f8c774409b5deeec512dc3bda.png) ![Snip20190321_5](https://us1.discourse-cdn.com/flex016/uploads/codeorgforum/original/2X/e/e1ff3da2ecdd04ad23ba5bc5f66c702f3ebb3b8f.png)

---

<div class="post-metadata">

### Author: ![bhatnagars](https://sea2.discourse-cdn.com/flex016/user_avatar/forum.code.org/bhatnagars/32/4919_2.png) [@bhatnagars](https://forum.code.org/u/bhatnagars)
#### Post date: [March 21, 2019, 5:49pm UTC](https://forum.code.org/t/unit-5-lesson-10-bubble-23/25776/2 "2019-03-21T17:49:01Z")

</div>

Could you please post the link to the code by clicking on the Share button?

---

<div class="post-metadata">

### Author: ![tfrady](https://avatars.discourse-cdn.com/v4/letter/t/ea666f/32.png) [@tfrady](https://forum.code.org/u/tfrady)
#### Post date: [March 21, 2019, 6:01pm UTC](https://forum.code.org/t/unit-5-lesson-10-bubble-23/25776/3 "2019-03-21T18:01:23Z")

</div>

> **[Check out what I made](https://studio.code.org/projects/applab/f27KM-HIQsylIHVt72QMssCzHWhecFtecd3iCvWSZGg)**
>
> I wrote the code myself with Code.org

---

<div class="post-metadata">

### Author: ![bhatnagars](https://sea2.discourse-cdn.com/flex016/user_avatar/forum.code.org/bhatnagars/32/4919_2.png) [@bhatnagars](https://forum.code.org/u/bhatnagars)
#### Post date: [March 21, 2019, 6:09pm UTC](https://forum.code.org/t/unit-5-lesson-10-bubble-23/25776/4 "2019-03-21T18:09:33Z")

</div>

checkGameOver() is not being called in an event handler. Every time the player clicks on a tile, the check should be made. I placed a call inside the checkCorrect() function and it works.

 ![image](https://us1.discourse-cdn.com/flex016/uploads/codeorgforum/original/2X/8/88dfbd0b9d243133649b06f710366bf9f4c4b644.png)
