Export & Embed

Export the full report

At the top right of your report, you can click on the export icon and will have the choice between several export options such as Powerpoint, XLSX, CSV (SPSS, coming soon).

Export a single chart

To export a single chart, go to the question you want to export and click on the vertical ellipsis on the right. Select "Export," then choose your preferred format, such as PNG or PPT.

Build Custom PPT

Go to the question you want to add to your custom PPT and click on the vertical ellipsis on the right. Select "Add to Custom PPT" (1). Once you have selected all the questions you want in your report, click on the export icon in the top right (2) and select "Custom PPT." Then, click the button to download your custom PPT.

Embed Chart

  1. Select the Question: Go to the question you want to embed and click on the vertical ellipsis on the right.

  2. Choose "Embed Chart": From the menu, select "Embed Chart."

  3. Copy the Embed Code: A code will appear, similar to the following example:

    <iframe style="width:1400px;max-width:100%;height:680px;border:none;" src="https://app.standard-insights.com/survey/embed/65baf8f8c42fb9c72e40c5f2/5"></iframe>
  4. Paste the Code: Copy this code and paste it directly into the HTML portion of your website.

  5. Modify the Size (Optional): You can adjust the size of the embedded chart by changing the values in the style attribute of the <iframe> tag. For example:

    • To change the width, modify the width value (e.g., width:800px;).

    • To change the height, modify the height value (e.g., height:500px;).

Once you’ve made any desired adjustments, save your changes, and your chart will be embedded successfully!

Last updated

Was this helpful?