Select options preloaded from csv

Hello all

I have a select_one question with options preloaded from a csv file.
The question is part of a repeat.
The user selects an option an then answers related subsequent questions.
After answering the questions , the select_one question repeats for the user to select again.

Is there a way to indicate to the user which option had already been selected?

Thanks

Hi there,

If you just want to warn the user (say in a note question), you can
use indexed-repeat() to output a previously selected item in a repeat.
See https://opendatakit.org/help/form-design/binding.

Yaw

··· On Tue, Jan 17, 2017 at 6:48 PM, wrote: > Hello all > > I have a select_one question with options preloaded from a csv file. > The question is part of a repeat. > The user selects an option an then answers related subsequent questions. > After answering the questions , the select_one question repeats for the user to select again. > > Is there a way to indicate to the user which option had already been selected? > > Thanks > > -- > -- > Post: opendatakit@googlegroups.com > Unsubscribe: opendatakit+unsubscribe@googlegroups.com > Options: http://groups.google.com/group/opendatakit?hl=en > > --- > You received this message because you are subscribed to the Google Groups "ODK Community" group. > To unsubscribe from this group and stop receiving emails from it, send an email to opendatakit+unsubscribe@googlegroups.com. > For more options, visit https://groups.google.com/d/optout.

Thanks so much for your reply Yaw.
Can you advise how to display all previously selected items and not just the last?

··· On Sunday, January 22, 2017 at 12:24:17 PM UTC+4, Yaw Anokwa wrote: > Hi there, > > If you just want to warn the user (say in a note question), you can > use indexed-repeat() to output a previously selected item in a repeat. > See https://opendatakit.org/help/form-design/binding. > > Yaw > > On Tue, Jan 17, 2017 at 6:48 PM, wrote: > > Hello all > > > > I have a select_one question with options preloaded from a csv file. > > The question is part of a repeat. > > The user selects an option an then answers related subsequent questions. > > After answering the questions , the select_one question repeats for the user to select again. > > > > Is there a way to indicate to the user which option had already been selected? > > > > Thanks > > > > -- > > -- > > Post: opendatakit@googlegroups.com > > Unsubscribe: opendatakit+unsubscribe@googlegroups.com > > Options: http://groups.google.com/group/opendatakit?hl=en > > > > --- > > You received this message because you are subscribed to the Google Groups "ODK Community" group. > > To unsubscribe from this group and stop receiving emails from it, send an email to opendatakit+unsubscribe@googlegroups.com. > > For more options, visit https://groups.google.com/d/optout.