Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
keita-makino authored Jun 22, 2024
1 parent 6540830 commit 5bc6c3d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Qualtrics recently introduced a new "Simple" layout under the Look and feel sett

The way to set the default center has been changed on v3.1.0. Please refer to the installation manual below if you have migrated from an earlier version.

Version 3.1.0 also introduces a new feature of default pins. You can set the editable property for each of the pins.
Version 3.1.0 also introduces new features of form location and default pins. You can set the editable property for each of the pins.

## Breaking change on v3.0.0

Expand Down Expand Up @@ -96,6 +96,13 @@ Qualtrics.SurveyEngine.addOnReady(function () {
});
});

// If you need to have the map over the form
Qualtrics.SurveyEngine.addOnReady(function () {
mapRender(accessToken, document.getElementById('QID1'), {
formLocation: 'bottom',
});
});

// If you need to have default pins
Qualtrics.SurveyEngine.addOnReady(function () {
mapRender(accessToken, document.getElementById('QID1'), {
Expand Down

0 comments on commit 5bc6c3d

Please sign in to comment.