Ti trovi qui:
getSurveyFlowJson Function
Cerca un sondaggio e lo restituisce in formato JSON. Quindi, l'HTML della presentazione può analizzare il sondaggio e visualizzarlo nel lettore di presentazioni.

Usa termini di ricerca più generici.
Seleziona meno filtri per ampliare la tua ricerca.
Cerca un sondaggio e lo restituisce in formato JSON. Quindi, l'HTML della presentazione può analizzare il sondaggio e visualizzarlo nel lettore di presentazioni.
| Disponibile nelle versioni: Lightning Experience |
| Disponibile in: Enterprise Edition e Unlimited Edition con licenza aggiuntiva Life Sciences Cloud per Customer Engagement e pacchetto gestito Life Sciences Customer Engagement. |
Quando viene chiamata, questa funzione:
"surveyflowjsonloaded" dopo il caricamento dei dati JSON del sondaggio.PresentationPlayer.getSurveyFlowJson(Object)| Argomento | Descrizione |
|---|---|
Object |
Stringa JSON in questo formato. |
Quando vengono caricati i dati del sondaggio, questa funzione attiva automaticamente l'evento "surveyflowjsonloaded". Per gestire la risposta, registrare un ascoltatore di eventi.
PresentationPlayer.registerEventListener("surveyflowjsonloaded", function(surveyJson
){ // Handle the survey JSON data
console.log("Survey loaded:", surveyJson);
});
// Call the function
PresentationPlayer.getSurveyFlowJson({"developerName": "test_survey"});
We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.