Description Usage Arguments Details Value Examples
View source: R/survey-definitions-languages.R
Update survey translation
1 | update_survey_translations(survey_id, language_code, survey_translation)
|
survey_id |
the survey id |
language_code |
the language code |
survey_translation |
list with all translated survey fields (see |
Update a surveys translation by provind a list of survey elements' translations for a given language.
A status
.
1 2 3 4 5 6 7 8 9 | ## Not run:
# retrieve translation from a survey
srv_transl_pt <- get_survey_translations("SV_dnEGNjwrSTQXxiZ", "PT")
# create pt translation in other survey
update_survey_languages("SV_6fj3YgWt6ocXL1A", "PT")
# update the PT translation
update_survey_translations(id, "PT", srv_transl_pt)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.