Repeating over values from an external CSV

1. What is the problem? Be very detailed.

I'd like to automate the creation of questions from rows in a CSV file. The idea is to have a question per row. As an example, imagine having a CSV file of students, where each row represents a student with columns of relevant information. You want to ask the data collector for the score of each student.

In pseudocode, I'd want for each student X , ask "what was student X's score"?.

2. What app or server are you using and on what device and operating system? Include version numbers.

ODK Central v1.0 Ubuntu Docker
ODK Collect v1.28.2 Android 9

3. What you have you tried to fix the problem?

Searched the documentation, read Loop over pre-established list - #6 by LN and the XForm Spec.

4. What steps can we take to reproduce the problem?

5. Anything else we should know or have? If you have a test form or screenshots or logs, attach below.