# How to do a photo competition?

**URL:** https://community.glideapps.com/t/how-to-do-a-photo-competition/12410
**Category:** Ask for Help
**Created:** [July 13, 2020, 2:49pm UTC](https://community.glideapps.com/t/how-to-do-a-photo-competition/12410 "2020-07-13T14:49:18Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![erwblo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/erwblo/32/75_2.png) [@erwblo](https://community.glideapps.com/u/erwblo)
#### Post date: [July 13, 2020, 2:49pm UTC](https://community.glideapps.com/t/how-to-do-a-photo-competition/12410/1 "2020-07-13T14:49:18Z")

</div>

I would like to do a photo competition. What is the best way to do it?

- Ratings? (1-5)
- Choice component (1-5)  
(I want to be able to make the present score visible)

---

<div class="post-metadata">

### Author: ![Glider](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/glider/32/9699_2.png) [@Glider](https://community.glideapps.com/u/Glider)
#### Post date: [July 13, 2020, 2:51pm UTC](https://community.glideapps.com/t/how-to-do-a-photo-competition/12410/2 "2020-07-13T14:51:40Z")

</div>

i do not know of others but i will use a choice component

---

<div class="post-metadata">

### Author: ![Robert\_Petitto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/robert_petitto/32/25193_2.png) [@Robert\_Petitto](https://community.glideapps.com/u/Robert_Petitto)
#### Post date: [July 13, 2020, 3:02pm UTC](https://community.glideapps.com/t/how-to-do-a-photo-competition/12410/3 "2020-07-13T15:02:02Z")

</div>

Since you can’t rollup the values of the Ratings component, I suggest choice component. Here’s my take on it:

> [@How-To: Custom Rating Component](https://community.glideapps.com/t/how-to-custom-rating-component/11286):
>
> wave Hey all! I know Glide came out with their own Ratings component, but it doesn’t Roll up averages over user specific columns. I managed to come up with a custom-built solution that’s an improvement to a simple drop down menu of ratings. Here’s how: [[Glide: Create your own 5-Star (or whatever) Rating Component] ](https://www.youtube.com/watch?v=O7TEF5z5t7U) If you’d like to play around with an example, visit my Experiments app and visit the Ratings tab:

---

<div class="post-metadata">

### Author: ![erwblo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/erwblo/32/75_2.png) [@erwblo](https://community.glideapps.com/u/erwblo)
#### Post date: [July 13, 2020, 3:03pm UTC](https://community.glideapps.com/t/how-to-do-a-photo-competition/12410/4 "2020-07-13T15:03:11Z")

</div>

thanks!

---

<div class="post-metadata">

### Author: ![erwblo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/erwblo/32/75_2.png) [@erwblo](https://community.glideapps.com/u/erwblo)
#### Post date: [July 13, 2020, 3:44pm UTC](https://community.glideapps.com/t/how-to-do-a-photo-competition/12410/5 "2020-07-13T15:44:14Z")

</div>

Impressive @Robert_Petitto
