Does anyone know a method for Thunkable X to do an internal rating system with 5 stars (each star as a different “button”) ?
I need not only rate with a simple number and “show” the stars, but also see the 5 stars and click them as a part of the rating system
Add a button in each column
-Set the 5 button’s image to the “off” star
Add code blocks to change the button image to “on” star based on which one is clicked. If button 4 is clicked, you’ll need to toggle on the star for 1-4, too.