U6L6 Field Collector App

My students have created apps that collect data. The examples have been helpful.
Here is my question:
Can you use the LeftButton and RightButton on the Circuit boards to collect data from different screens?
For Example:
If you are on the Animals screen, you choose Cats or Dogs with the onBoard buttons. Then you go to the Cars screen and choose Mustang or Corvette with the onBoard buttons. Once you are on the Results screen it gives you your results.

Yes. The best approach would be to create variables, then for each click, set that variable
to whatever they clicked.