Repeated Questions

Hello all,

I just wanted to know if ODK supports questions of the following kind,
and how they would be implemented:

Q1: Name
Q2: Age
Q3: How Many Children Do You Have?

[If Q3.value > 0, repeat Q4-Q7 for Q3.value times]
Q4: What is the age of the Nth child
Q5: When was the Nth child immunized
Q6: How many times has the Nth child suffered from Malaria
Q7: What is the sex of the Nth child

Q8: Other none repeating question...

Luke.

we do support repeats. an example of this repeating section can be found in
the household form at
http://code.google.com/p/opendatakit/source/browse/Household+Survey.xml?repo=forms
.

our form design tool doesn't handle repeats yet so you'll have to code it up
by hand. a more detailed spec of how to build repeats is available at
http://code.javarosa.org/wiki/xform.

if you have questions as you build your form, please send them to
opendatakit-implementers@googlegroups.com

··· On Fri, May 28, 2010 at 07:09, Pr0f3t wrote:

Hello all,

I just wanted to know if ODK supports questions of the following kind,
and how they would be implemented:

Q1: Name
Q2: Age
Q3: How Many Children Do You Have?

[If Q3.value > 0, repeat Q4-Q7 for Q3.value times]
Q4: What is the age of the Nth child
Q5: When was the Nth child immunized
Q6: How many times has the Nth child suffered from Malaria
Q7: What is the sex of the Nth child

Q8: Other none repeating question...

Luke.

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.comopendatakit%2Bunsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

Hi,

Are there any editors that support JavaRosa repeating groups (other
than notepad)? Is there any work currently happening on the odk
build application? If not would you like some help on this?

Regards

Neil

··· On May 29, 1:56 am, Yaw Anokwa wrote: > we do support repeats. an example of this repeating section can be found in > the household form athttp://code.google.com/p/opendatakit/source/browse/Household+Survey.x... > . > > our form design tool doesn't handle repeats yet so you'll have to code it up > by hand. a more detailed spec of how to build repeats is available athttp://code.javarosa.org/wiki/xform. > > if you have questions as you build your form, please send them to > opendatakit-implementers@googlegroups.com > > On Fri, May 28, 2010 at 07:09, Pr0f3t wrote: > > Hello all, > > > I just wanted to know if ODK supports questions of the following kind, > > and how they would be implemented: > > > Q1: Name > > Q2: Age > > Q3: How Many Children Do You Have? > > > [If Q3.value > 0, repeat Q4-Q7 for Q3.value times] > > Q4: What is the age of the Nth child > > Q5: When was the Nth child immunized > > Q6: How many times has the Nth child suffered from Malaria > > Q7: What is the sex of the Nth child > > > Q8: Other none repeating question... > > > Luke. > > > -- > > Post: opendatakit@googlegroups.com > > Unsubscribe: opendatakit+unsubscribe@googlegroups.com > > Options:http://groups.google.com/group/opendatakit?hl=en

we do support repeats. an example of this repeating section can be found in the household form at http://code.google.com/p/opendatakit/source/browse/Household+Survey.xml?repo=forms.

our form design tool doesn't handle repeats yet so you'll have to code it up by hand. a more detailed spec of how to build repeats is available at http://code.javarosa.org/wiki/xform.

if you have questions as you build your form, please send them to opendatakit-...@googlegroups.com

Hello all,

I just wanted to know if ODK supports questions of the following kind,

and how they would be implemented:

Q1: Name

Q2: Age

Q3: How Many Children Do You Have?

[If Q3.value > 0, repeat Q4-Q7 for Q3.value times]

Q4: What is the age of the Nth child

Q5: When was the Nth child immunized

Q6: How many times has the Nth child suffered from Malaria

Q7: What is the sex of the Nth child

Q8: Other none repeating question...

Luke.

--

Post: opend...@googlegroups.com

Unsubscribe: opendatakit...@googlegroups.com

Options: http://groups.google.com/group/opendatakit?hl=en

HI,

I cant access the links.. Please can I have updated links?

Thankyou in advance.

··· On Friday, May 28, 2010 at 8:56:09 PM UTC+5, Yaw Anokwa wrote: > On Fri, May 28, 2010 at 07:09, Pr0f3t wrote:

Purcforms seems to have a repeat field type. Check it out ..

··· On Jun 8, 10:05 am, nap wrote: > Hi, > > Are there any editors that support JavaRosa repeating groups (other > than notepad)? Is there any work currently happening on the odk > build application? If not would you like some help on this? > > Regards > > Neil > > On May 29, 1:56 am, Yaw Anokwa wrote: > > > > > we do support repeats. an example of this repeating section can be found in > > the household form athttp://code.google.com/p/opendatakit/source/browse/Household+Survey.x... > > . > > > our form design tool doesn't handle repeats yet so you'll have to code it up > > by hand. a more detailed spec of how to build repeats is available athttp://code.javarosa.org/wiki/xform. > > > if you have questions as you build your form, please send them to > > opendatakit-implementers@googlegroups.com > > > On Fri, May 28, 2010 at 07:09, Pr0f3t wrote: > > > Hello all, > > > > I just wanted to know if ODK supports questions of the following kind, > > > and how they would be implemented: > > > > Q1: Name > > > Q2: Age > > > Q3: How Many Children Do You Have? > > > > [If Q3.value > 0,repeatQ4-Q7 for Q3.value times] > > > Q4: What is the age of the Nth child > > > Q5: When was the Nth child immunized > > > Q6: How many times has the Nth child suffered from Malaria > > > Q7: What is the sex of the Nth child > > > > Q8: Other none repeating question... > > > > Luke. > > > > -- > > > Post: opendatakit@googlegroups.com > > > Unsubscribe: opendatakit+unsubscribe@googlegroups.com > > > Options:http://groups.google.com/group/opendatakit?hl=en

Hi Neil:

We're working on a lot of things in ODK Build. I'll count this as a vote for repeated groups.

Best,
—Clint

··· On Jun 8, 2010, at 12:05 AM, nap wrote:

Hi,

Are there any editors that support JavaRosa repeating groups (other
than notepad)? Is there any work currently happening on the odk
build application? If not would you like some help on this?

Regards

Neil

On May 29, 1:56 am, Yaw Anokwa yano...@gmail.com wrote:

we do support repeats. an example of this repeating section can be found in
the household form athttp://code.google.com/p/opendatakit/source/browse/Household+Survey.x...
.

our form design tool doesn't handle repeats yet so you'll have to code it up
by hand. a more detailed spec of how to build repeats is available athttp://code.javarosa.org/wiki/xform.

if you have questions as you build your form, please send them to
opendatakit-implementers@googlegroups.com

On Fri, May 28, 2010 at 07:09, Pr0f3t pr0...@gmail.com wrote:

Hello all,

I just wanted to know if ODK supports questions of the following kind,
and how they would be implemented:

Q1: Name
Q2: Age
Q3: How Many Children Do You Have?

[If Q3.value > 0, repeat Q4-Q7 for Q3.value times]
Q4: What is the age of the Nth child
Q5: When was the Nth child immunized
Q6: How many times has the Nth child suffered from Malaria
Q7: What is the sex of the Nth child

Q8: Other none repeating question...

Luke.

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.comopendatakit%2Bunsubscribe@googlegroups.com
Options:http://groups.google.com/group/opendatakit?hl=en

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

The new location is here: https://github.com/opendatakit/sample-forms

··· On Mon, Sep 12, 2016 at 2:48 AM, wrote:

On Friday, May 28, 2010 at 8:56:09 PM UTC+5, Yaw Anokwa wrote:

we do support repeats. an example of this repeating section can be found
in the household form at http://code.google.com/p/
opendatakit/source/browse/Household+Survey.xml?repo=forms.

our form design tool doesn't handle repeats yet so you'll have to code
it up by hand. a more detailed spec of how to build repeats is available at
http://code.javarosa.org/wiki/xform.

if you have questions as you build your form, please send them to
opendatakit-...@googlegroups.com

On Fri, May 28, 2010 at 07:09, Pr0f3t pr0...@gmail.com wrote:

Hello all,

I just wanted to know if ODK supports questions of the following kind,

and how they would be implemented:

Q1: Name

Q2: Age

Q3: How Many Children Do You Have?

[If Q3.value > 0, repeat Q4-Q7 for Q3.value times]

Q4: What is the age of the Nth child

Q5: When was the Nth child immunized

Q6: How many times has the Nth child suffered from Malaria

Q7: What is the sex of the Nth child

Q8: Other none repeating question...

Luke.

--

Post: opend...@googlegroups.com

Unsubscribe: opendatakit...@googlegroups.com

Options: http://groups.google.com/group/opendatakit?hl=en

HI,

I cant access the links.. Please can I have updated links?

Thankyou in advance.

--

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.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

"seems to". I had looked at Purcforms, but hadn't managed to get the
repeating group functionality to work. Have you got it to support the
"how many children" scenario that you outlined at the beginning of
this thread?

··· On Jun 8, 5:20 pm, Pr0f3t wrote: > Purcforms seems to have a repeat field type. Check it out .. > > On Jun 8, 10:05 am, nap wrote: > > > Hi, > > > Are there any editors that support JavaRosa repeating groups (other > > than notepad)? Is there any work currently happening on the odk > > build application? If not would you like some help on this? > > > Regards > > > Neil > > > On May 29, 1:56 am, Yaw Anokwa wrote: > > > > we do support repeats. an example of this repeating section can be found in > > > the household form athttp://code.google.com/p/opendatakit/source/browse/Household+Survey.x... > > > . > > > > our form design tool doesn't handle repeats yet so you'll have to code it up > > > by hand. a more detailed spec of how to build repeats is available athttp://code.javarosa.org/wiki/xform. > > > > if you have questions as you build your form, please send them to > > > opendatakit-implementers@googlegroups.com > > > > On Fri, May 28, 2010 at 07:09, Pr0f3t wrote: > > > > Hello all, > > > > > I just wanted to know if ODK supports questions of the following kind, > > > > and how they would be implemented: > > > > > Q1: Name > > > > Q2: Age > > > > Q3: How Many Children Do You Have? > > > > > [If Q3.value > 0,repeatQ4-Q7 for Q3.value times] > > > > Q4: What is the age of the Nth child > > > > Q5: When was the Nth child immunized > > > > Q6: How many times has the Nth child suffered from Malaria > > > > Q7: What is the sex of the Nth child > > > > > Q8: Other none repeating question... > > > > > Luke. > > > > > -- > > > > Post: opendatakit@googlegroups.com > > > > Unsubscribe: opendatakit+unsubscribe@googlegroups.com > > > > Options:http://groups.google.com/group/opendatakit?hl=en

Not fully - we're having to make customizations to the xml that
purcforms outputs, but are getting close. Joseph, copied in is working
closely on this and can offer input.

Luke.

··· On Jun 8, 11:26 am, nap wrote: > "seems to". I had looked at Purcforms, but hadn't managed to get the > repeating group functionality to work. Have you got it to support the > "how many children" scenario that you outlined at the beginning of > this thread? > > On Jun 8, 5:20 pm, Pr0f3t wrote: > > > > > Purcforms seems to have arepeatfield type. Check it out .. > > > On Jun 8, 10:05 am, nap wrote: > > > > Hi, > > > > Are there any editors that support JavaRosa repeating groups (other > > > than notepad)? Is there any work currently happening on the odk > > > build application? If not would you like some help on this? > > > > Regards > > > > Neil > > > > On May 29, 1:56 am, Yaw Anokwa wrote: > > > > > we do support repeats. an example of this repeating section can be found in > > > > the household form athttp://code.google.com/p/opendatakit/source/browse/Household+Survey.x... > > > > . > > > > > our form design tool doesn't handle repeats yet so you'll have to code it up > > > > by hand. a more detailed spec of how to build repeats is available athttp://code.javarosa.org/wiki/xform. > > > > > if you have questions as you build your form, please send them to > > > > opendatakit-implementers@googlegroups.com > > > > > On Fri, May 28, 2010 at 07:09, Pr0f3t wrote: > > > > > Hello all, > > > > > > I just wanted to know if ODK supports questions of the following kind, > > > > > and how they would be implemented: > > > > > > Q1: Name > > > > > Q2: Age > > > > > Q3: How Many Children Do You Have? > > > > > > [If Q3.value > 0,repeatQ4-Q7 for Q3.value times] > > > > > Q4: What is the age of the Nth child > > > > > Q5: When was the Nth child immunized > > > > > Q6: How many times has the Nth child suffered from Malaria > > > > > Q7: What is the sex of the Nth child > > > > > > Q8: Other none repeating question... > > > > > > Luke. > > > > > > -- > > > > > Post: opendatakit@googlegroups.com > > > > > Unsubscribe: opendatakit+unsubscribe@googlegroups.com > > > > > Options:http://groups.google.com/group/opendatakit?hl=en

The repeat element in the xml file that is output by purforms does
work pretty well with ODK.

I have created a custom storage system for the data submitted from ODK
Collect and I would like to know what would be the best possible
solution to storing repeat data?

How is the data stored in ODK aggregate?

Joseph

Aggregate stores the repeated data in a separate database table.

Cheers,
Waylon

··· On Wed, Jun 16, 2010 at 3:06 AM, Joseph wrote:

I have created a custom storage system for the data submitted from ODK
Collect and I would like to know what would be the best possible
solution to storing repeat data?

How is the data stored in ODK aggregate?

Joseph

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.comopendatakit%2Bunsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en