-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
35 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,36 @@ | ||
------------------------------------------------------------------- | ||
Mon Jul 31 13:36:00 UTC 2022 - [email protected] | ||
|
||
- Update 2.92.1 | ||
- Implement Qualtrics ratings #551: | ||
* generate.qualtrics.div (default 0) | ||
When this parameter is set to 1, the empty div | ||
container is created. | ||
|
||
* qualtrics.id (default "qualtrics_container") | ||
The default id to reference in Qualtrics. Any | ||
non-empty value will be used. | ||
This parameter should normally not changed. | ||
|
||
Keep in mind, only when $generate.qualtrics.div != 0 | ||
AND $qualtrics.id != '' are set that the empty <div> is | ||
generated. This avoids a <div id=""> container. | ||
|
||
- Improve Qualtrics implementation #556: | ||
* Add qualtrics-feedback.js parameter | ||
* Add the file "qualtrics-feedback.js". | ||
* ATM, if generate.qualtrics.div != 0 and qualtrics-feedback.js == '', we fallback to a hardcoded | ||
implementation. | ||
TODO: remove it once the file implementation is stable | ||
* If the file needs to be customized, this should be the content: | ||
|
||
<html xmlns="http://www.w3.org/1999/xhtml"> | ||
<!--BEGIN QUALTRICS WEBSITE FEEDBACK SNIPPET--> | ||
<script type='text/javascript'><![CDATA[... add your content here ...]]></script> | ||
<div id='ZN_8qZUmklKYbBqAYe'><!--DO NOT REMOVE-CONTENTS PLACED HERE--></div> | ||
<!--END WEBSITE FEEDBACK SNIPPET--> | ||
</html> | ||
|
||
------------------------------------------------------------------- | ||
Wed Jul 26 16:57:00 UTC 2022 - [email protected] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters