You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a generic approach to identify the places in any given ODK form that should be reviewed for localisation.
The options for localisation of existing parts of the ODK form are:
For this issue:
The label or hint of a question (survey row - editing a LanguageString linked to a SurveyRow)
The items in a choice list (choice lists - adding/removing ChoiceListEntry items linked to a localisable ChoiceList)
For future issues:
The constraints of given questions.
Entire question groups (like the diet quality module)
The constraints are more complex, so we'll address them in a separate issue.
For entire question groups - for HOLPA, we can probably do the simpler thing of making each question in the group localisable. For longer term, we need to highlight when certain "modules" (or question groups) are fully localisable, e.g. the PPI is a standardised survey module that has different questions for different countries.
For this issue, we need:
A documented approach to identifying localisable labels, hints.
Added script to mark those items as localisable when the SurveyRow and ChoiceList entries are created (from an XlsformTemplate)
For xlsform template management - admins should be able to see which questions + choice lists are customisable for a template.
The text was updated successfully, but these errors were encountered:
We need a generic approach to identify the places in any given ODK form that should be reviewed for localisation.
The options for localisation of existing parts of the ODK form are:
For this issue:
For future issues:
The constraints are more complex, so we'll address them in a separate issue.
For entire question groups - for HOLPA, we can probably do the simpler thing of making each question in the group localisable. For longer term, we need to highlight when certain "modules" (or question groups) are fully localisable, e.g. the PPI is a standardised survey module that has different questions for different countries.
For this issue, we need:
The text was updated successfully, but these errors were encountered: