View source: R/08_share-surveys.R
share_survey | R Documentation |
Share a Survey with a User or Group
share_survey(survey_id, recipient_id, custom_permissions = list())
survey_id |
is character: the Qx SurveyId to share |
recipient_id |
is character: the Qx UserId or GroupId to share it with #' @param custom_permissions is a list that conforms to the following scheme: list( surveyDefinitionManipulation = list( copySurveyQuestions = TRUE, editSurveyFlow = TRUE, useBlocks = TRUE, useSkipLogic = TRUE, useConjoint = TRUE, useTriggers = TRUE, useQuotas = TRUE, setSurveyOptions = TRUE, editQuestions = TRUE, deleteSurveyQuestions = TRUE, useTableOfContents = TRUE, useAdvancedQuotas = TRUE ), surveyManagement = list( editSurveys = TRUE, activateSurveys = TRUE, deactivateSurveys = TRUE, copySurveys = TRUE, distributeSurveys = TRUE, deleteSurveys = TRUE, translateSurveys = TRUE ), response = list( editSurveyResponses = TRUE, createResponseSets = TRUE, viewResponseId = TRUE, useCrossTabs = TRUE, useScreenouts = TRUE ), result = list( downloadSurveyResults = TRUE, viewSurveyResults = TRUE, filterSurveyResults = TRUE, viewPersonalData = TRUE ) ) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.