I want to pass unique identifiers and respondent's name across the forms

Problem:

I have a set of form with multiple questionaries’ (forms) that is to be
filled in the same House Hold with the children and women’s of the House
Hold. I do also have a main HouseHoldRoster (form) that contains a list of
persons that are to be interviewed in that House Hold and their unique
identifier. this list will be populated from CSV with data we have already
collected.

Now I want to pull the data from the roster (the form I mentioned above) to
other women and children forms. I just need the name and unique identifier
from the HouseHoldroster in other forms.

I wonder if there’s something like a session variable or any work around
for this problem.

If the data you want to use in the forms is in the CSV, then use
preloading. http://opendatakit.org/help/form-design/data-preloading/

If the data you want to use across the forms is being collected, then
you cannot do this in ODK Collect. You can in ODK Survey, but it is in
alpha.

Yaw

··· -- Need ODK services? http://nafundi.com provides form design, server setup, professional support, and software development for ODK.

On Fri, Sep 26, 2014 at 2:37 AM, devraj.np@gmail.com wrote:

Problem:

I have a set of form with multiple questionaries’ (forms) that is to be
filled in the same House Hold with the children and women’s of the House
Hold. I do also have a main HouseHoldRoster (form) that contains a list of
persons that are to be interviewed in that House Hold and their unique
identifier. this list will be populated from CSV with data we have already
collected.

Now I want to pull the data from the roster (the form I mentioned above) to
other women and children forms. I just need the name and unique identifier
from the HouseHoldroster in other forms.

I wonder if there’s something like a session variable or any work around for
this problem.

--
You received this message because you are subscribed to the Google Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Actually our team has been implementing the linking across repeats pretty
well. How big is your form and sample?

··· On Friday, September 26, 2014 10:47:06 PM UTC+7, Yaw Anokwa wrote: > > If the data you want to use in the forms is in the CSV, then use > preloading. http://opendatakit.org/help/form-design/data-preloading/ > > If the data you want to use across the forms is being collected, then > you cannot do this in ODK Collect. You can in ODK Survey, but it is in > alpha. > > Yaw > -- > Need ODK services? http://nafundi.com provides form design, server > setup, professional support, and software development for ODK. > > On Fri, Sep 26, 2014 at 2:37 AM, <devr...@gmail.com > wrote: > > Problem: > > > > I have a set of form with multiple questionaries’ (forms) that is to be > > filled in the same House Hold with the children and women’s of the House > > Hold. I do also have a main HouseHoldRoster (form) that contains a list > of > > persons that are to be interviewed in that House Hold and their unique > > identifier. this list will be populated from CSV with data we have > already > > collected. > > > > > > Now I want to pull the data from the roster (the form I mentioned above) > to > > other women and children forms. I just need the name and unique > identifier > > from the HouseHoldroster in other forms. > > > > > > I wonder if there’s something like a session variable or any work around > for > > this problem. > > > > -- > > You received this message because you are subscribed to the Google > Groups > > "ODK Developers" group. > > To unsubscribe from this group and stop receiving emails from it, send > an > > email to opendatakit-developers+unsubscribe@googlegroups.com > . > > For more options, visit https://groups.google.com/d/optout. >

Thanks for the reply. aren't there any work around?

··· On Friday, September 26, 2014 9:32:06 PM UTC+5:45, Yaw Anokwa wrote: > > If the data you want to use in the forms is in the CSV, then use > preloading. http://opendatakit.org/help/form-design/data-preloading/ > > If the data you want to use across the forms is being collected, then > you cannot do this in ODK Collect. You can in ODK Survey, but it is in > alpha. > > Yaw > -- > Need ODK services? http://nafundi.com provides form design, server > setup, professional support, and software development for ODK. > > On Fri, Sep 26, 2014 at 2:37 AM, <devr...@gmail.com > wrote: > > Problem: > > > > I have a set of form with multiple questionaries’ (forms) that is to be > > filled in the same House Hold with the children and women’s of the House > > Hold. I do also have a main HouseHoldRoster (form) that contains a list > of > > persons that are to be interviewed in that House Hold and their unique > > identifier. this list will be populated from CSV with data we have > already > > collected. > > > > > > Now I want to pull the data from the roster (the form I mentioned above) > to > > other women and children forms. I just need the name and unique > identifier > > from the HouseHoldroster in other forms. > > > > > > I wonder if there’s something like a session variable or any work around > for > > this problem. > > > > -- > > You received this message because you are subscribed to the Google > Groups > > "ODK Developers" group. > > To unsubscribe from this group and stop receiving emails from it, send > an > > email to opendatakit-developers+unsubscribe@googlegroups.com > . > > For more options, visit https://groups.google.com/d/optout. >

Thanks for the reply. If i were to use repeat for linking, i will have to
have 3 other nested forms with a master form. And physically these three
forms are 13,6,6 pages in paper, so that is pretty long forms, or will the
feature support these long forms as well.

··· On Friday, October 3, 2014 11:14:55 PM UTC+5:45, Trung Dang Le wrote: > > Actually our team has been implementing the linking across repeats pretty > well. How big is your form and sample? > > On Friday, September 26, 2014 10:47:06 PM UTC+7, Yaw Anokwa wrote: >> >> If the data you want to use in the forms is in the CSV, then use >> preloading. http://opendatakit.org/help/form-design/data-preloading/ >> >> If the data you want to use across the forms is being collected, then >> you cannot do this in ODK Collect. You can in ODK Survey, but it is in >> alpha. >> >> Yaw >> -- >> Need ODK services? http://nafundi.com provides form design, server >> setup, professional support, and software development for ODK. >> >> On Fri, Sep 26, 2014 at 2:37 AM, wrote: >> > Problem: >> > >> > I have a set of form with multiple questionaries’ (forms) that is to be >> > filled in the same House Hold with the children and women’s of the >> House >> > Hold. I do also have a main HouseHoldRoster (form) that contains a list >> of >> > persons that are to be interviewed in that House Hold and their unique >> > identifier. this list will be populated from CSV with data we have >> already >> > collected. >> > >> > >> > Now I want to pull the data from the roster (the form I mentioned >> above) to >> > other women and children forms. I just need the name and unique >> identifier >> > from the HouseHoldroster in other forms. >> > >> > >> > I wonder if there’s something like a session variable or any work >> around for >> > this problem. >> > >> > -- >> > You received this message because you are subscribed to the Google >> Groups >> > "ODK Developers" group. >> > To unsubscribe from this group and stop receiving emails from it, send >> an >> > email to opendatakit-developers+unsubscribe@googlegroups.com. >> > For more options, visit https://groups.google.com/d/optout. >> >

We've been working with very very large household form. The form itself has
about 2000 variables, of which 500 are put in 3 repeats that are linked
together. I manage to get it work pretty well. I'm not sure whether your
context is similar.

··· On Tuesday, October 7, 2014 8:19:00 PM UTC+7, devr...@gmail.com wrote: > > Thanks for the reply. aren't there any work around? > > On Friday, September 26, 2014 9:32:06 PM UTC+5:45, Yaw Anokwa wrote: >> >> If the data you want to use in the forms is in the CSV, then use >> preloading. http://opendatakit.org/help/form-design/data-preloading/ >> >> If the data you want to use across the forms is being collected, then >> you cannot do this in ODK Collect. You can in ODK Survey, but it is in >> alpha. >> >> Yaw >> -- >> Need ODK services? http://nafundi.com provides form design, server >> setup, professional support, and software development for ODK. >> >> On Fri, Sep 26, 2014 at 2:37 AM, wrote: >> > Problem: >> > >> > I have a set of form with multiple questionaries’ (forms) that is to be >> > filled in the same House Hold with the children and women’s of the >> House >> > Hold. I do also have a main HouseHoldRoster (form) that contains a list >> of >> > persons that are to be interviewed in that House Hold and their unique >> > identifier. this list will be populated from CSV with data we have >> already >> > collected. >> > >> > >> > Now I want to pull the data from the roster (the form I mentioned >> above) to >> > other women and children forms. I just need the name and unique >> identifier >> > from the HouseHoldroster in other forms. >> > >> > >> > I wonder if there’s something like a session variable or any work >> around for >> > this problem. >> > >> > -- >> > You received this message because you are subscribed to the Google >> Groups >> > "ODK Developers" group. >> > To unsubscribe from this group and stop receiving emails from it, send >> an >> > email to opendatakit-developers+unsubscribe@googlegroups.com. >> > For more options, visit https://groups.google.com/d/optout. >> >

Trung,

Would you like to share the form(or part of it) ?, I am also designing a
long household survey form and it includes multiple repeats (subsequent
repeats are conditional): Here you can see my thread:
https://groups.google.com/forum/#!topic/opendatakit/moQebMm5V8Y

It would be really helpful for me (and others) to see how you
linked/handled different repeats, i.e. constaints/calcualte/relevance based
on earlier repeat group answers.

Best,
Ayub

Hi Ayub,
I would need to ask for sharing permission from people who hired us.

Trung.

··· On Wednesday, October 8, 2014 11:53:54 PM UTC+7, Ayub wrote: > > Trung, > > Would you like to share the form(or part of it) ?, I am also designing a > long household survey form and it includes multiple repeats (subsequent > repeats are conditional): Here you can see my thread: > https://groups.google.com/forum/#!topic/opendatakit/moQebMm5V8Y > > It would be really helpful for me (and others) to see how you > linked/handled different repeats, i.e. constaints/calcualte/relevance based > on earlier repeat group answers. > > Best, > Ayub >

Trung,

It would be great if you are able to get permission and share it for
everyone, if however, that is not the case, I would really appreciate your
input on my thread (
https://groups.google.com/forum/#!topic/opendatakit/moQebMm5V8Y). I think
you've already been through the problem similar to mine (i.e.
constaints/calcualte/relevance based on earlier repeat group answers) and
able to suggest a solution easily perhaps from old archives.

Thanks, Best Regards,
Ayub