I am putting together an app that features a list of Spanish verbs that require use of a preposition, and on click showing the correct preposition to use. I’ve got it set up by its default method, ie. showing a list of all the verbs, then on click displaying the appropriate preposition. But I’d like to add a tab wherein a user would click a button to see a random word from the list, then click the button again (or click a second button) to see the appropriate preposition. That way they can test themselves on random selections from the list, as well as going through the list item by item.
I haven’t yet seen any way to use randomization with a component, but I’ve only been working with Glade for an hour or two. Is there such functionality? Thanks for any suggestions!
hm
PS: I’m using a Google Sheet for the data, in case that helps. I’ve considered whether I might create the random function in the underlying data sheet…
I had a less complicated use-case but l still couldn’t solve a part of it.
I created a table called Banners to display images (ads) randomly on the same location. I just used an image column and a SV column (random function) and the list (in the GDE) should show only one image. It works. This is the app I shared yesterday: app.culturebookcollector.com
When I wanted to associate the website link to each image, things got a lot more complicated. The only link that was displayed was the first one. Is your description can apply to my use-case?