Double Data Entry

Apologies if this is really easy.

I'm doing a survey and each individual has a unique ID

  • I would like the user to enter the ID twice and for it to check that the second entry matches the first to reduce errors

Is this possible?

e.g participantid = participantid2

Thanks in advance,

Michael

You can add a note (type) with relevant condition like: ${q1} != ${q2}

··· On Monday, October 27, 2014 7:11:27 PM UTC+7, michaeled...@gmail.com wrote: > Apologies if this is really easy. > > I'm doing a survey and each individual has a unique ID > > - I would like the user to enter the ID twice and for it to check that the second entry matches the first to reduce errors > > Is this possible? > > e.g participantid = participantid2 > > Thanks in advance, > > Michael

Hi Michael,

type name constraint integer participantid
integer confirmation .=${participantid}
Regards
Koassi

··· Le lundi 27 octobre 2014 12:11:27 UTC, michaeled...@gmail.com a écrit : > > Apologies if this is really easy. > > I'm doing a survey and each individual has a unique ID > > - I would like the user to enter the ID twice and for it to check that the > second entry matches the first to reduce errors > > Is this possible? > > e.g participantid = participantid2 > > Thanks in advance, > > Michael > >