Writing text in ODK

Hi,

I am entering instructions in the ODK for enumerators to highlight few
tasks, and I am interested to enter them in a same cell but they display in
separate line in ODK. For example, in Excel I am entering three statements
in a cell and declare them as 'text'

1] do task 1
2] do task 2
3] do task 3

After entering '1] do task 1', I am entering ALT+Enter to bring the cursor
to next line and enter the next task. In Excel the texts are displaying in
three separate line, but while running in ODK all these rows are displaying
in the same row.

Can any one suggest any solution.

Many thanks.

Surajit

Hi Surajit?

Try grouping Task 1/2 and adding "field-list" in appearance column of
the begin_group

This cause all three items to appear on same page in different lines/rows

··· On 5/20/16, Surajit wrote: > Hi, > > I am entering instructions in the ODK for enumerators to highlight few > tasks, and I am interested to enter them in a same cell but they display in > > separate line in ODK. For example, in Excel I am entering three statements > in a cell and declare them as 'text' > > 1] do task 1 > 2] do task 2 > 3] do task 3 > > After entering '1] do task 1', I am entering ALT+Enter to bring the cursor > to next line and enter the next task. In Excel the texts are displaying in > three separate line, but while running in ODK all these rows are displaying > > in the same row. > > Can any one suggest any solution. > > Many thanks. > > Surajit > > > -- > -- > 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. >

Hi Louis,

Thanks for the quick response.

When I am using field-list, then between the line there is light shaded
line and line gap is more. I want to display the statements without a blank
line.

Many thanks.

Surajit

··· On Friday, May 20, 2016 at 11:55:29 AM UTC-4, Louis Omoya wrote: > > Hi Surajit? > > Try grouping Task 1/2 and adding "field-list" in appearance column of > the begin_group > > This cause all three items to appear on same page in different lines/rows > > On 5/20/16, Surajit <sbba...@gmail.com > wrote: > > Hi, > > > > I am entering instructions in the ODK for enumerators to highlight few > > tasks, and I am interested to enter them in a same cell but they display > in > > > > separate line in ODK. For example, in Excel I am entering three > statements > > in a cell and declare them as 'text' > > > > 1] do task 1 > > 2] do task 2 > > 3] do task 3 > > > > After entering '1] do task 1', I am entering ALT+Enter to bring the > cursor > > to next line and enter the next task. In Excel the texts are displaying > in > > three separate line, but while running in ODK all these rows are > displaying > > > > in the same row. > > > > Can any one suggest any solution. > > > > Many thanks. > > > > Surajit > > > > > > -- > > -- > > Post: opend...@googlegroups.com > > Unsubscribe: opendatakit...@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...@googlegroups.com . > > For more options, visit https://groups.google.com/d/optout. > > >

ODK Collect now supports many aspects of markdown (
https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet ) in its
labels.

I am not sure how XLSForm converts things, but what you want to end up with
is a "\n" in the label text within the XML file (e.g., the label would be
"1] do task 1\n2] do task 2\n3]do task3" ) to get the items to appear on
separate lines.

You may need to enter this using \n or \n in the XLS file.

(by widespread convention, \n means 'new line' within computer programs)

··· On Fri, May 20, 2016 at 9:50 AM, Surajit wrote:

Hi Louis,

Thanks for the quick response.

When I am using field-list, then between the line there is light shaded
line and line gap is more. I want to display the statements without a blank
line.

Many thanks.

Surajit

On Friday, May 20, 2016 at 11:55:29 AM UTC-4, Louis Omoya wrote:

Hi Surajit?

Try grouping Task 1/2 and adding "field-list" in appearance column of
the begin_group

This cause all three items to appear on same page in different lines/rows

On 5/20/16, Surajit sbba...@gmail.com wrote:

Hi,

I am entering instructions in the ODK for enumerators to highlight few
tasks, and I am interested to enter them in a same cell but they
display in

separate line in ODK. For example, in Excel I am entering three
statements
in a cell and declare them as 'text'

1] do task 1
2] do task 2
3] do task 3

After entering '1] do task 1', I am entering ALT+Enter to bring the
cursor
to next line and enter the next task. In Excel the texts are displaying
in
three separate line, but while running in ODK all these rows are
displaying

in the same row.

Can any one suggest any solution.

Many thanks.

Surajit

--

Post: opend...@googlegroups.com
Unsubscribe: opendatakit...@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...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--

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

Thanks for the suggestions.

I have tried with both \n and \n, but somehow I am not getting the insert
line. May be I am missing something.

Apart from Excel is there other package that can be used for developing ODK
program.

Surajit

··· On Friday, May 20, 2016 at 12:56:44 PM UTC-4, Mitch Sundt wrote: > > ODK Collect now supports many aspects of markdown ( > https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet ) in its > labels. > > I am not sure how XLSForm converts things, but what you want to end up > with is a "\n" in the label text within the XML file (e.g., the label would > be "1] do task 1\n2] do task 2\n3]do task3" ) to get the items to appear on > separate lines. > > You may need to enter this using \n or \\n in the XLS file. > > (by widespread convention, \n means 'new line' within computer programs) > > > > On Fri, May 20, 2016 at 9:50 AM, Surajit <sbba...@gmail.com > wrote: > >> Hi Louis, >> >> Thanks for the quick response. >> >> When I am using field-list, then between the line there is light shaded >> line and line gap is more. I want to display the statements without a blank >> line. >> >> Many thanks. >> >> Surajit >> >> On Friday, May 20, 2016 at 11:55:29 AM UTC-4, Louis Omoya wrote: >>> >>> Hi Surajit? >>> >>> Try grouping Task 1/2 and adding "field-list" in appearance column of >>> the begin_group >>> >>> This cause all three items to appear on same page in different >>> lines/rows >>> >>> On 5/20/16, Surajit wrote: >>> > Hi, >>> > >>> > I am entering instructions in the ODK for enumerators to highlight few >>> > tasks, and I am interested to enter them in a same cell but they >>> display in >>> > >>> > separate line in ODK. For example, in Excel I am entering three >>> statements >>> > in a cell and declare them as 'text' >>> > >>> > 1] do task 1 >>> > 2] do task 2 >>> > 3] do task 3 >>> > >>> > After entering '1] do task 1', I am entering ALT+Enter to bring the >>> cursor >>> > to next line and enter the next task. In Excel the texts are >>> displaying in >>> > three separate line, but while running in ODK all these rows are >>> displaying >>> > >>> > in the same row. >>> > >>> > Can any one suggest any solution. >>> > >>> > Many thanks. >>> > >>> > Surajit >>> > >>> > >>> > -- >>> > -- >>> > Post: opend...@googlegroups.com >>> > Unsubscribe: opendatakit...@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...@googlegroups.com. >>> > For more options, visit https://groups.google.com/d/optout. >>> > >>> >> -- >> -- >> Post: opend...@googlegroups.com >> Unsubscribe: opendatakit...@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...@googlegroups.com . >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Mitch Sundt > Software Engineer > University of Washington > mitche...@gmail.com >

Excel is the preferred method.

Attached is an example.

Using Alt+Enter in Excel does, in fact, work to create line breaks. If you
want simple paragraphs, you need to use 2 new-lines (Alt+Enter) in a row.

markdown_xlsform.xls (23.5 KB)

··· On Fri, May 20, 2016 at 11:26 AM, Surajit wrote:

Thanks for the suggestions.

I have tried with both \n and \n, but somehow I am not getting the insert
line. May be I am missing something.

Apart from Excel is there other package that can be used for developing
ODK program.

Surajit

On Friday, May 20, 2016 at 12:56:44 PM UTC-4, Mitch Sundt wrote:

ODK Collect now supports many aspects of markdown (
https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet ) in
its labels.

I am not sure how XLSForm converts things, but what you want to end up
with is a "\n" in the label text within the XML file (e.g., the label would
be "1] do task 1\n2] do task 2\n3]do task3" ) to get the items to appear on
separate lines.

You may need to enter this using \n or \n in the XLS file.

(by widespread convention, \n means 'new line' within computer programs)

On Fri, May 20, 2016 at 9:50 AM, Surajit sbba...@gmail.com wrote:

Hi Louis,

Thanks for the quick response.

When I am using field-list, then between the line there is light shaded
line and line gap is more. I want to display the statements without a blank
line.

Many thanks.

Surajit

On Friday, May 20, 2016 at 11:55:29 AM UTC-4, Louis Omoya wrote:

Hi Surajit?

Try grouping Task 1/2 and adding "field-list" in appearance column of
the begin_group

This cause all three items to appear on same page in different
lines/rows

On 5/20/16, Surajit sbba...@gmail.com wrote:

Hi,

I am entering instructions in the ODK for enumerators to highlight
few
tasks, and I am interested to enter them in a same cell but they
display in

separate line in ODK. For example, in Excel I am entering three
statements
in a cell and declare them as 'text'

1] do task 1
2] do task 2
3] do task 3

After entering '1] do task 1', I am entering ALT+Enter to bring the
cursor
to next line and enter the next task. In Excel the texts are
displaying in
three separate line, but while running in ODK all these rows are
displaying

in the same row.

Can any one suggest any solution.

Many thanks.

Surajit

--

Post: opend...@googlegroups.com
Unsubscribe: opendatakit...@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...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--

Post: opend...@googlegroups.com
Unsubscribe: opendatakit...@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...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

--

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