I am designing a survey to collect data on trees along a transect using ArcGIS online Survey123. The total number of trees will be different for each transect, so I cannot design the form ahead of time for a specified number of questions since I cannot anticipate the total number of trees on each transect line. I am looking for a nested dynamic design so that when a tree is encountered I can "add" it to the ongoing survey for that transect line and then a series of additional questions will be activated to record several characteristics of that specific tree.
My final data would look something like this once it is exported into a CSV for use in R.
Transect Tree TotalHeight TerminalBudLength 1stInternodalLength 2ndInternodalLength etc. 1 1.1 15 5 3 2 ... 1 1.2 20 4 3 1 ...
I welcome specific instructions on how to create this, or ideas on search terms to find instructions. Thanks