In my survey, my first question records the date and time via a dateTime question type. Later in the survey I start a repeat. In that repeat I generate a unique ID that includes the date and time. I attempted to use a calculate question type to modify the date and time to the desired format. To do that I called the dateTime question and requested to print certain elements. What I discovered is that inside the repeat statement, the dateTime question is not referenceable. My solution was to add another hidden dateTime question with the default set to now() inside the repeat. This worked for my calculation however, this not the desired time stamp.
So, how do I reference the response from a previous question outside a repeat inside the repeat?
Thanks for you thoughts.