# Unit 6 Lesson 12 Puzzle 9

**URL:** https://forum.code.org/t/unit-6-lesson-12-puzzle-9/24313
**Category:** CS Discoveries
**Created:** [January 24, 2019, 11:21pm UTC](https://forum.code.org/t/unit-6-lesson-12-puzzle-9/24313 "2019-01-24T23:21:37Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![groche](https://sea2.discourse-cdn.com/flex016/user_avatar/forum.code.org/groche/32/2251_2.png) [@groche](https://forum.code.org/u/groche)
#### Post date: [January 24, 2019, 11:21pm UTC](https://forum.code.org/t/unit-6-lesson-12-puzzle-9/24313/1 "2019-01-24T23:21:37Z")

</div>

The directions ask you to change the “thumbs down” to “thumbs up”, however the image option doesn’t show any icons, just a link for a [Code.org](http://Code.org) image. In the example solution, the url is correct for thumbs down. I copied and pasted and changed down to up which worked, but students cannot see example solutions, where would they access the image?

---

<div class="post-metadata">

### Author: ![bradleywellsashley](https://sea2.discourse-cdn.com/flex016/user_avatar/forum.code.org/bradleywellsashley/32/522_2.png) [@bradleywellsashley](https://forum.code.org/u/bradleywellsashley)
#### Post date: [January 28, 2019, 12:46pm UTC](https://forum.code.org/t/unit-6-lesson-12-puzzle-9/24313/2 "2019-01-28T12:46:02Z")

</div>

Gretchen,

Great question - and its a little confusing. Since app lab is online and contained, you have access to all the icons (wouldn’t be true for other app design programs unless you uploaded all the available assets), so when the student is picking the image originally from the image picker on the design mode, all the icons have a url of “icon://” and you can use the “SetProperty” value to call any of those, as long as you call the right image, it doesn’t have to be in the dropdown. So as an additional challenge you could have a variety of icons change based on buttons being clicked.

Hope that helps,

Brad

---

<div class="post-metadata">

### Author: ![groche](https://sea2.discourse-cdn.com/flex016/user_avatar/forum.code.org/groche/32/2251_2.png) [@groche](https://forum.code.org/u/groche)
#### Post date: [January 28, 2019, 5:50pm UTC](https://forum.code.org/t/unit-6-lesson-12-puzzle-9/24313/3 "2019-01-28T17:50:54Z")

</div>

Thanks. I only wondered because other lessons actually have the icons as choices.
