# Copyable: A Tribute To Chadwick Boseman & The World Of Randomness

**URL:** https://community.glideapps.com/t/copyable-a-tribute-to-chadwick-boseman-the-world-of-randomness/15768
**Category:** Ask for Help
**Created:** [September 14, 2020, 1:22pm UTC](https://community.glideapps.com/t/copyable-a-tribute-to-chadwick-boseman-the-world-of-randomness/15768 "2020-09-14T13:22:22Z")
**Posts on this page:** 20
**Page:** 1

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [September 14, 2020, 1:22pm UTC](https://community.glideapps.com/t/copyable-a-tribute-to-chadwick-boseman-the-world-of-randomness/15768/1 "2020-09-14T13:22:22Z")

</div>

Hi Gliders, it has been a while since I shared my last tutorial and I plan to do this once in a while, so here’s my next one.

You can view my previous post here:

> [@Available for copy: Newest form choice, progress bars & joined texts concept](https://community.glideapps.com/t/available-for-copy-newest-form-choice-progress-bars-joined-texts-concept/14799/):
>
> Hi guys, as I work with my latest apps, I discovered some tricks that may help with your app design, so I thought it would be nice to share. App link: [https://interesting-history-7076.glideapp.io/](https://interesting-history-7076.glideapp.io/) 1/Filtered form choice Very recently, it seems Glide has added support for filtering choices within a form, so in this concept app I applied it to two cases: Filter a choice based on a previous choice in the same screen: You can find in the car choice that the car model will be filtered based on t…

Techniques used in this app:

- Tab visibility for sign up process
- Random value from single value column to change image & quote on homepage
- Combining multiple random values and use split text for gamification
- Conditional visibility + Cloudinary for a quiz-like experience

# App link:

> **[Chadwick Boseman - A Tribute](https://forchadwick.glideapp.io/)**

* * *

For this post, I make an app to pay tribute to Mr. Chadwick Boseman, who sadly passed away at his home as a result of complications related to colon cancer on August 28, 2020, with his wife and family by his side.

Chadwick was a great inspiration for me and obviously for many people around the world. I was stunned to hear about his passing, and as an app maker, I want to make one that would be dedicated to him.

## 1. Sign up

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/6/64d60f9e86ac7f125ddf3c9b415650737a3807a0.png) ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/8/8a108582ba09d7aa6bf1da31468edefa09d58951.png)

Provides a sign-up tab for users and only when they fill required details they can get access to the other parts of the app.

## 2. Home

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/3/3e02e545a879efe871dd09f205eda5677faf6fee.png) ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/f/fe3897bff32889451d08ef262d60fe619084c8c2.png)

A random image and quote that would change by time using a single value column, alongside a sharing button to share the quote to other apps.

## 3. Quiz

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/b/b84ad1940ed5e8d75f7a90d24df45061f382a6a1.png) ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/d/dc4e5ee9c0f85f2f1faae1cd19e67a06535d098a.png)

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/6/6889816927e7f742b4167b5144d2ef3448944cb0.png) ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/c/cac2f87b47209ee186c2e0a9ebe3a7a0df64aa41.png)

A one-time quiz to provide cash for gamification, which uses Cloudinary & conditional visibility to provide a quiz-like experience. The 4 options you see here are actually 11 images in total, with additional action configuration (increment/none).

## 4. Profile & Card collection

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/c/c6f80b6ecd038be999331270c637206004602a8f.png)

Use an inline list to get a card layout for displaying user’s profile details.

Use a dynamic array to fill 7 rolling days in Sheets for the “daily free card” form, providing buffer time to let the dynamic array change and still getting the “today” value.

Use random value from single value column & template to join and let users purchase a random 2-card pack. Money going straight out from their “bank” account (given from the quiz).

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/0/05ad5282927f9f73d4c2ceae30c9fd74e5d202f6.jpeg) ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/7/79b254e7f410b8ccb2eae91aeb170f746389af19.png)

Showing unique cards from last opened pack (using split text and relations). Display progress bar and cards collection at the bottom of the tab.

## 5. Tribute

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/b/b1b24737e61cc83f0c474699b34afc98cba89399.png) ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/8/84e1cad1b3a4da358022cce2e0680f57d7098fd6.png)

Simply a tab to send tributes for Mr. Chadwick. Displaying last 3 submission via single value columns.

Thank you and have a nice week.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [September 14, 2020, 1:28pm UTC](https://community.glideapps.com/t/copyable-a-tribute-to-chadwick-boseman-the-world-of-randomness/15768/2 "2020-09-14T13:28:30Z")

</div>

Thank you @ionamol for the quote idea, I ended up using the quotation marks character from here.

> **[Quotation marks « ‹ » › 〞 〟](https://unicode-table.com/en/sets/quotation-marks/)**
>
> Double «Christmas tree» quotes «», single Angle Quotation Marks ‹›. And here is unusually looking Japanese Quotation Marks 『』.

---

<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: [September 14, 2020, 1:28pm UTC](https://community.glideapps.com/t/copyable-a-tribute-to-chadwick-boseman-the-world-of-randomness/15768/3 "2020-09-14T13:28:48Z")

</div>

Amazing! Love the card pack 😉 😉

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [September 14, 2020, 1:30pm UTC](https://community.glideapps.com/t/copyable-a-tribute-to-chadwick-boseman-the-world-of-randomness/15768/4 "2020-09-14T13:30:28Z")

</div>

The randomness is killing me. I have only managed to hit 6/15 cards 🤣 🤣 🤣

---

<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: [September 14, 2020, 1:38pm UTC](https://community.glideapps.com/t/copyable-a-tribute-to-chadwick-boseman-the-world-of-randomness/15768/5 "2020-09-14T13:38:42Z")

</div>

Are the packs working right? I bought 10 2-card packs and only have 2 unique cards.

The cloudinary image buttons are awesome. I’ll need to see how you did that. Did you use CSS to make the images smaller than 3:1?

---

<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: [September 14, 2020, 1:41pm UTC](https://community.glideapps.com/t/copyable-a-tribute-to-chadwick-boseman-the-world-of-randomness/15768/6 "2020-09-14T13:41:39Z")

</div>

Nevermind…I copied and peeked at the setup. So smart. That’s why you score 100% accuracy at Harvard logic problem competitions 🙂

---

<div class="post-metadata">

### Author: ![Deena](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/deena/32/9877_2.png) [@Deena](https://community.glideapps.com/u/Deena)
#### Post date: [September 14, 2020, 1:42pm UTC](https://community.glideapps.com/t/copyable-a-tribute-to-chadwick-boseman-the-world-of-randomness/15768/7 "2020-09-14T13:42:56Z")

</div>

Congratulations @ThinhDinh, this is amazing and stunning! I can’t wait to play around with it - these concepts are so great. Thank you for all you give to the community! 🤩 🤩 🤩

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [September 14, 2020, 1:52pm UTC](https://community.glideapps.com/t/copyable-a-tribute-to-chadwick-boseman-the-world-of-randomness/15768/8 "2020-09-14T13:52:05Z")

</div>

> [@Robert\_Petitto](#):
>
> Are the packs working right? I bought 10 2-card packs and only have 2 unique cards.

Probably you’re looking at the “latest pack”. Your full list of cards is below and you should have more than me now, no? 🤣

---

<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: [September 14, 2020, 2:06pm UTC](https://community.glideapps.com/t/copyable-a-tribute-to-chadwick-boseman-the-world-of-randomness/15768/9 "2020-09-14T14:06:14Z")

</div>

![Screen Shot 2020-09-14 at 10.05.54 AM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/2/2d4109142a3e1b8faaa473be31c1a6d4bfa6d290.png)

Nope two cards.

---

<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: [September 14, 2020, 2:06pm UTC](https://community.glideapps.com/t/copyable-a-tribute-to-chadwick-boseman-the-world-of-randomness/15768/10 "2020-09-14T14:06:52Z")

</div>

And now my bank is $-30? ☹

---

<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: [September 14, 2020, 2:17pm UTC](https://community.glideapps.com/t/copyable-a-tribute-to-chadwick-boseman-the-world-of-randomness/15768/11 "2020-09-14T14:17:57Z")

</div>

Retook the quiz…seems to be working now.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [September 14, 2020, 2:19pm UTC](https://community.glideapps.com/t/copyable-a-tribute-to-chadwick-boseman-the-world-of-randomness/15768/12 "2020-09-14T14:19:29Z")

</div>

That’s strange. Not sure if it relates to the random value not being reset or not.

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/f/f01162f4cd818baf3ca0d5e0fd29e59d4cd472a2.png)

But consecutive entries with the same outcome is not what I expect 😉

---

<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: [September 14, 2020, 2:20pm UTC](https://community.glideapps.com/t/copyable-a-tribute-to-chadwick-boseman-the-world-of-randomness/15768/13 "2020-09-14T14:20:24Z")

</div>

All in all, nice app—very tight and intuitive.

 ![Screen Shot 2020-09-14 at 10.19.52 AM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/c/c89e64c7e472f03893bec51092b57d8435f0535e.png)

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [September 14, 2020, 2:20pm UTC](https://community.glideapps.com/t/copyable-a-tribute-to-chadwick-boseman-the-world-of-randomness/15768/14 "2020-09-14T14:20:55Z")

</div>

When the user gets to 15 before the creator 😢

---

<div class="post-metadata">

### Author: ![darder](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darder/32/12788_2.png) [@darder](https://community.glideapps.com/u/darder)
#### Post date: [September 14, 2020, 2:28pm UTC](https://community.glideapps.com/t/copyable-a-tribute-to-chadwick-boseman-the-world-of-randomness/15768/15 "2020-09-14T14:28:33Z")

</div>

Thanks @ThinhDinh for sharing this gorgeous piece of software.

I agree with @Robert_Petitto. All in all, nice design and very intuitive.

The signin welcome screen hiding all the other tabs is a wonderful recipe which I’m using for asking user to select optional language in a bilingual app.

I’ll take a deep look at the rest of the features…

---

<div class="post-metadata">

### Author: ![darder](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darder/32/12788_2.png) [@darder](https://community.glideapps.com/u/darder)
#### Post date: [September 14, 2020, 2:40pm UTC](https://community.glideapps.com/t/copyable-a-tribute-to-chadwick-boseman-the-world-of-randomness/15768/16 "2020-09-14T14:40:48Z")

</div>

I love the quiz feature. A way to reset it and start again would be great.

---

<div class="post-metadata">

### Author: ![nathanaelb](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nathanaelb/32/43079_2.png) [@nathanaelb](https://community.glideapps.com/u/nathanaelb)
#### Post date: [September 14, 2020, 5:36pm UTC](https://community.glideapps.com/t/copyable-a-tribute-to-chadwick-boseman-the-world-of-randomness/15768/17 "2020-09-14T17:36:39Z")

</div>

The UX of your app @ThinhDinh is smooth, well done.

---

<div class="post-metadata">

### Author: ![John\_Cabrera](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/john_cabrera/32/2066_2.png) [@John\_Cabrera](https://community.glideapps.com/u/John_Cabrera)
#### Post date: [September 14, 2020, 7:10pm UTC](https://community.glideapps.com/t/copyable-a-tribute-to-chadwick-boseman-the-world-of-randomness/15768/18 "2020-09-14T19:10:00Z")

</div>

This is amazing @ThinhDinh! Great work!

---

<div class="post-metadata">

### Author: ![SantiagoPerez](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/santiagoperez/32/16807_2.png) [@SantiagoPerez](https://community.glideapps.com/u/SantiagoPerez)
#### Post date: [September 14, 2020, 8:07pm UTC](https://community.glideapps.com/t/copyable-a-tribute-to-chadwick-boseman-the-world-of-randomness/15768/19 "2020-09-14T20:07:55Z")

</div>

Awesome work @ThinhDinh! Keep it up!

---

<div class="post-metadata">

### Author: ![Bruno\_Sia](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/bruno_sia/32/12576_2.png) [@Bruno\_Sia](https://community.glideapps.com/u/Bruno_Sia)
#### Post date: [September 14, 2020, 9:11pm UTC](https://community.glideapps.com/t/copyable-a-tribute-to-chadwick-boseman-the-world-of-randomness/15768/20 "2020-09-14T21:11:29Z")

</div>

Thanks a lot @ThinhDinh, how can I have a copy of this gem?

[Next page](https://community.glideapps.com/t/copyable-a-tribute-to-chadwick-boseman-the-world-of-randomness/15768.md?page=2)
