Difference between revisions of "SurveyCTO Coding Practices"

Jump to: navigation, search
Line 1: Line 1:
<span style="font-size:150%">
This article discuss solutions to specific but common issues in the programming language used in SurveyCTO. If you want a general introduction to how to structure your approach to programming a CAPI questionnaire or how to use best practices setting that reduce the risk of errors, then see the topic of [[Questionnaire Programming]].
<span style="color:#ff0000"> '''NOTE: this article is only a template. Please add content!''' </span>
</span>
 
 
add introductory 1-2 sentences here
 
 


== Read First ==
== Read First ==
Line 24: Line 17:
* list here other articles related to this topic, with a brief description and link
* list here other articles related to this topic, with a brief description and link


[[Category: *category name* ]]
[[Category: SCTO Coding Practices ]]

Revision as of 16:46, 12 February 2017

This article discuss solutions to specific but common issues in the programming language used in SurveyCTO. If you want a general introduction to how to structure your approach to programming a CAPI questionnaire or how to use best practices setting that reduce the risk of errors, then see the topic of Questionnaire Programming.

Read First

  • include here key points you want to make sure all readers understand

Groups

Repeat Groups

Choice Lists

Back to Parent

This article is part of the topic *topic name, as listed on main page*


Additional Resources

  • list here other articles related to this topic, with a brief description and link