﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Millisecond Forums » Millisecond Forums » Inquisit 4  » Pre-installing the Inquisit Web Plugin</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Tue, 26 May 2026 06:11:42 GMT</lastBuildDate><ttl>20</ttl><item><title>Pre-installing the Inquisit Web Plugin</title><link>https://forums.millisecond.com/Topic13622.aspx</link><description>When running Inquisit web experiments in conjunction with other tools such as Survey Monkey and Qualtrics, it may be desirable to ask participants to download the plugin at the very beginning of the data collection process as opposed to waiting until they reach the Inquisit task. This allows participants to decide upfront whether they are willing to install the plugin, and if they do, it provides a smoother experience once they reach the Inquisit part of the experiment.&amp;nbsp;&lt;div&gt;&lt;br/&gt;&lt;/div&gt;&lt;div&gt;To accomplish this, you can provide a smart link to the plugin installer at the beginning of the study. The link will need to determine whether the participant is running Windows or Mac, and if they are running Windows, whether they are using the IE browser or Chrome/Firefox/Safari. It can then point to the appropriate version of the plugin. Below is a snippet of HTML and Javascript that accomplishes exactly that:&lt;div&gt;&lt;br/&gt;&lt;/div&gt;&lt;div&gt;&lt;font face="Courier New" size="1"&gt;&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"&gt;&lt;div&gt;&lt;div&gt;&lt;br/&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(255, 255, 255);"&gt;&amp;lt;script type="text/javascript"&amp;gt;&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(255, 255, 255);"&gt;&amp;nbsp; &amp;nbsp; function downloadInquisit() {&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(255, 255, 255);"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; try {&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face="Courier New" size="1"&gt;&lt;span style="background-color: rgb(255, 255, 255);"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var pluginUrl = "&lt;/span&gt;&lt;a href="http://www.millisecond.com/download/4/"&gt;http://www.millisecond.com/download/4/&lt;/a&gt;&lt;span style="background-color: rgb(255, 247, 3);"&gt;4_0_6_0&lt;/span&gt;/&lt;/font&gt;&lt;span style="font-family: 'Courier New'; font-size: x-small; background-color: rgb(255, 255, 255);"&gt;";&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(255, 255, 255);"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var agent = navigator.userAgent.toLowerCase();&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(255, 255, 255);"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if ((agent.indexOf("msie") != -1 &amp;amp;&amp;amp; agent.indexOf("opera") == -1) || agent.indexOf("trident") != -1) {&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(255, 255, 255);"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; pluginUrl += "ax/win32/InquisitAx.exe";&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(255, 255, 255);"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(255, 255, 255);"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; else {&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(255, 255, 255);"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (navigator.platform.indexOf("Mac") != -1 || navigator.userAgent.indexOf("Mac OS X") != -1) {&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(255, 255, 255);"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; pluginUrl += "np/mac/Inquisit_Plugin_&lt;/font&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(235, 247, 0);"&gt;4060&lt;/font&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(255, 255, 255);"&gt;.dmg";&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(255, 255, 255);"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(255, 255, 255);"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; else {&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(255, 255, 255);"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; pluginUrl += "np/win32/npInquisit.exe";&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(255, 255, 255);"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(255, 255, 255);"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(255, 255, 255);"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; window.location.href = pluginUrl;&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(255, 255, 255);"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(255, 255, 255);"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; catch (e) {&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(255, 255, 255);"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; window.alert("Error: " + e.Message);&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(255, 255, 255);"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(255, 255, 255);"&gt;&lt;br/&gt;&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(255, 255, 255);"&gt;&amp;nbsp; &amp;nbsp; }&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(255, 255, 255);"&gt;&amp;lt;/script&amp;gt;&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(255, 255, 255);"&gt;&amp;lt;a href="javascript:downloadInquisit()"&amp;gt;Download Inquisit Plugin&amp;lt;/a&amp;gt;&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;br/&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="font-size: 10pt;"&gt;Just copy and paste the above code into the web page where you want to enable pre-installing the plugin. Note - this example assumes you are using Inquisit 4.0.6.0. If you've registered the script with a different version, you'll need to change the code to match the version you are using or&lt;/span&gt;&lt;span style="font-size: 10pt; font-style: italic;"&gt; this will not work.&lt;/span&gt;&lt;span style="font-size: 10pt;"&gt;The version number appears twice in the code snippet above and is highlighted in yellow.&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br/&gt;&lt;/div&gt;&lt;div&gt;&lt;br/&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br/&gt;&lt;/div&gt;&lt;/div&gt;&lt;br/&gt;&lt;/div&gt;</description><pubDate>Tue, 17 Nov 2020 11:09:01 GMT</pubDate><dc:creator>seandr</dc:creator></item><item><title>RE: Pre-installing the Inquisit Web Plugin</title><link>https://forums.millisecond.com/Topic30175.aspx</link><description>&lt;blockquote data-id="13622" class="if-quote-wrapper" unselectable="on" data-guid="1605610929873" contenteditable="false" id="if_insertedNode_1605610928536"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="13622" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="13622" title="Delete Quote" contenteditable="false"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span unselectable="on" class="quote-markup"&gt;[quote]&lt;/span&gt;&lt;div unselectable="on" class="if-quote-header" contenteditable="false"&gt;&lt;div unselectable="on" class="if-quote-toggle-wrapper"&gt;&lt;a class="if-quote-toggle quote-link" href="#" data-id="13622" title=" "&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;seandr - 6/19/2014&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-13622"&gt;&lt;div class="if-quote-message-margin" contenteditable="true"&gt;When running Inquisit web experiments in conjunction with other tools such as Survey Monkey and Qualtrics, it may be desirable to ask participants to download the plugin at the very beginning of the data collection process as opposed to waiting until they reach the Inquisit task. This allows participants to decide upfront whether they are willing to install the plugin, and if they do, it provides a smoother experience once they reach the Inquisit part of the experiment.&amp;nbsp;&lt;div&gt;&lt;br/&gt;&lt;/div&gt;&lt;div&gt;To accomplish this, you can provide a smart link to the plugin installer at the beginning of the study. The link will need to determine whether the participant is running Windows or Mac, and if they are running Windows, whether they are using the IE browser or Chrome/Firefox/Safari. It can then point to the appropriate version of the plugin. Below is a snippet of HTML and Javascript that accomplishes exactly that:&lt;div&gt;&lt;br/&gt;&lt;/div&gt;&lt;div&gt;&lt;font face="Courier New" size="1"&gt;&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;blockquote style="margin: 0px 0px 0px 40px; border: none; padding: 0px; --darkreader-inline-border-top: initial; --darkreader-inline-border-right: initial; --darkreader-inline-border-bottom: initial; --darkreader-inline-border-left: initial;" data-darkreader-inline-border-top="" data-darkreader-inline-border-right="" data-darkreader-inline-border-bottom="" data-darkreader-inline-border-left=""&gt;&lt;div&gt;&lt;div&gt;&lt;br/&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(255, 255, 255); --darkreader-inline-bgcolor:#ffefd3;" data-darkreader-inline-bgcolor=""&gt;&amp;lt;script type="text/javascript"&amp;gt;&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(255, 255, 255); --darkreader-inline-bgcolor:#ffefd3;" data-darkreader-inline-bgcolor=""&gt;&amp;nbsp; &amp;nbsp; function downloadInquisit() {&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(255, 255, 255); --darkreader-inline-bgcolor:#ffefd3;" data-darkreader-inline-bgcolor=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; try {&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face="Courier New" size="1"&gt;&lt;span style="background-color: rgb(255, 255, 255); --darkreader-inline-bgcolor:#ffefd3;" data-darkreader-inline-bgcolor=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var pluginUrl = "&lt;/span&gt;&lt;a href="http://www.millisecond.com/download/4/"&gt;&lt;a href="http://www.millisecond.com/download/4/"&gt;http://www.millisecond.com/download/4/&lt;/a&gt;&lt;/a&gt;&lt;span style="background-color: rgb(255, 247, 3); --darkreader-inline-bgcolor:#c7ba5e;" data-darkreader-inline-bgcolor=""&gt;4_0_6_0&lt;/span&gt;/&lt;/font&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: x-small; background-color: rgb(255, 255, 255); --darkreader-inline-bgcolor:#ffefd3;" data-darkreader-inline-bgcolor=""&gt;";&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(255, 255, 255); --darkreader-inline-bgcolor:#ffefd3;" data-darkreader-inline-bgcolor=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var agent = navigator.userAgent.toLowerCase();&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(255, 255, 255); --darkreader-inline-bgcolor:#ffefd3;" data-darkreader-inline-bgcolor=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if ((agent.indexOf("msie") != -1 &amp;amp;&amp;amp; agent.indexOf("opera") == -1) || agent.indexOf("trident") != -1) {&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(255, 255, 255); --darkreader-inline-bgcolor:#ffefd3;" data-darkreader-inline-bgcolor=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; pluginUrl += "ax/win32/InquisitAx.exe";&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(255, 255, 255); --darkreader-inline-bgcolor:#ffefd3;" data-darkreader-inline-bgcolor=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(255, 255, 255); --darkreader-inline-bgcolor:#ffefd3;" data-darkreader-inline-bgcolor=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; else {&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(255, 255, 255); --darkreader-inline-bgcolor:#ffefd3;" data-darkreader-inline-bgcolor=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (navigator.platform.indexOf("Mac") != -1 || navigator.userAgent.indexOf("Mac OS X") != -1) {&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(255, 255, 255); --darkreader-inline-bgcolor:#ffefd3;" data-darkreader-inline-bgcolor=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; pluginUrl += "np/mac/Inquisit_Plugin_&lt;/font&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(235, 247, 0); --darkreader-inline-bgcolor:#b9b25b;" data-darkreader-inline-bgcolor=""&gt;4060&lt;/font&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(255, 255, 255); --darkreader-inline-bgcolor:#ffefd3;" data-darkreader-inline-bgcolor=""&gt;.dmg";&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(255, 255, 255); --darkreader-inline-bgcolor:#ffefd3;" data-darkreader-inline-bgcolor=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(255, 255, 255); --darkreader-inline-bgcolor:#ffefd3;" data-darkreader-inline-bgcolor=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; else {&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(255, 255, 255); --darkreader-inline-bgcolor:#ffefd3;" data-darkreader-inline-bgcolor=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; pluginUrl += "np/win32/npInquisit.exe";&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(255, 255, 255); --darkreader-inline-bgcolor:#ffefd3;" data-darkreader-inline-bgcolor=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(255, 255, 255); --darkreader-inline-bgcolor:#ffefd3;" data-darkreader-inline-bgcolor=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(255, 255, 255); --darkreader-inline-bgcolor:#ffefd3;" data-darkreader-inline-bgcolor=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;#119;indow.location.href = pluginUrl;&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(255, 255, 255); --darkreader-inline-bgcolor:#ffefd3;" data-darkreader-inline-bgcolor=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(255, 255, 255); --darkreader-inline-bgcolor:#ffefd3;" data-darkreader-inline-bgcolor=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; catch (e) {&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(255, 255, 255); --darkreader-inline-bgcolor:#ffefd3;" data-darkreader-inline-bgcolor=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;#119;indow.alert("Error: " + e.Message);&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(255, 255, 255); --darkreader-inline-bgcolor:#ffefd3;" data-darkreader-inline-bgcolor=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(255, 255, 255); --darkreader-inline-bgcolor:#ffefd3;" data-darkreader-inline-bgcolor=""&gt;&lt;br/&gt;&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(255, 255, 255); --darkreader-inline-bgcolor:#ffefd3;" data-darkreader-inline-bgcolor=""&gt;&amp;nbsp; &amp;nbsp; }&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(255, 255, 255); --darkreader-inline-bgcolor:#ffefd3;" data-darkreader-inline-bgcolor=""&gt;&amp;lt;/script&amp;gt;&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face="Courier New" size="1" style="background-color: rgb(255, 255, 255); --darkreader-inline-bgcolor:#ffefd3;" data-darkreader-inline-bgcolor=""&gt;&amp;lt;a href="downloadInquisit()"&amp;gt;Download Inquisit Plugin&amp;lt;/a&amp;gt;&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;br/&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="font-size: 10pt;"&gt;Just copy and paste the above code into the web page where you want to enable pre-installing the plugin. Note - this example assumes you are using Inquisit 4.0.6.0. If you've registered the script with a different version, you'll need to change the code to match the version you are using or&lt;/span&gt;&lt;span style="font-size: 10pt; font-style: italic;"&gt; this will not work.&lt;/span&gt;&lt;span style="font-size: 10pt;"&gt;The version number appears twice in the code snippet above and is highlighted in yellow.&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br/&gt;&lt;/div&gt;&lt;div&gt;&lt;br/&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br/&gt;&lt;/div&gt;&lt;/div&gt;&lt;br/&gt;&lt;/div&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="13622"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/blockquote&gt;Hi, I just changed the script above to match it to version 5 (5.0.14.0). I get an error that the page is not found. Version 4.0.6.0 does however work! Could you please let me know what is going wrong? Thanks in advance!&lt;br/&gt;</description><pubDate>Tue, 17 Nov 2020 11:09:01 GMT</pubDate><dc:creator>Wahideh</dc:creator></item><item><title>RE: Pre-installing the Inquisit Web Plugin</title><link>https://forums.millisecond.com/Topic16187.aspx</link><description>Please let me know what their response is. I might be able to assist in getting things working then.&lt;br/&gt;</description><pubDate>Thu, 30 Apr 2015 07:36:46 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Pre-installing the Inquisit Web Plugin</title><link>https://forums.millisecond.com/Topic16186.aspx</link><description>Okay. I'll check with SurveyGizmo support then. Thanks!</description><pubDate>Thu, 30 Apr 2015 07:08:41 GMT</pubDate><dc:creator>LC</dc:creator></item><item><title>RE: Pre-installing the Inquisit Web Plugin</title><link>https://forums.millisecond.com/Topic16185.aspx</link><description>Re. #1: This sounds like something SurveyGizmo support would be best equipped to handle. If have no insight into whether they place any constraints on "custom" JavaScript on their platform, their support people however, should be able to assist in that regard.&lt;br/&gt;Re. #2: The JavaScript code for the "smart link" does browser and OS sniffing to determine the correct download and adjusts the download link accordingly. There should be no need for providing additional links / having the participants make the determination themselves. You would only need to resort to that in case you can't get the "smart link" to work on SurveyGizmo's platform (cf. #1 above).&lt;br/&gt;</description><pubDate>Thu, 30 Apr 2015 06:55:59 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Pre-installing the Inquisit Web Plugin</title><link>https://forums.millisecond.com/Topic16182.aspx</link><description>Hi Dave&lt;br/&gt;&lt;br/&gt;Thanks again. I have 2 problems though:&lt;br/&gt;&lt;br/&gt;1) The scripts work on the test website, but not in my survey (hosted at SurveyGizmo). When I click the links nothing happens. I have no clue why, and I find it particularly strange because another JavaScript (on another survey page) works fine.&lt;br/&gt;2) The Launch Page normally detects the browser and OS in order to determine the required version of Inquisit, right? So I suppose that if I use the pre-install links, I will always need to include links to all installation files and let survey takers decide which version they need? If so, I think I will just use the Launch Page to avoid too much drop-out because of "technicalities".&lt;br/&gt;</description><pubDate>Thu, 30 Apr 2015 06:21:38 GMT</pubDate><dc:creator>LC</dc:creator></item><item><title>RE: Pre-installing the Inquisit Web Plugin</title><link>https://forums.millisecond.com/Topic16177.aspx</link><description>Since I think it would be preferable to install the Web Player under most circumstances, you can find an alternate version of the code attached that does just that.&lt;br/&gt;</description><pubDate>Thu, 30 Apr 2015 02:52:22 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Pre-installing the Inquisit Web Plugin</title><link>https://forums.millisecond.com/Topic16176.aspx</link><description>Try the attached code.&lt;br/&gt;&lt;br/&gt;To test it, you can go to&lt;br/&gt;&lt;br/&gt;&lt;a class="moz-txt-link-freetext" href="http://www.w3schools.com/js/tryit.asp?filename=tryjs_myfirst"&gt;&lt;a href="http://www.w3schools.com/js/tryit.asp?filename=tryjs_myfirst"&gt;http://www.w3schools.com/js/tryit.asp?filename=tryjs_myfirst&lt;/a&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;Empty the editor window on the left-hand side, paste the entire contents of the attached file in the window and click "See Result&amp;gt;&amp;gt;".&lt;br/&gt;&lt;br/&gt;A link named "Download Inquisit Plugin" will appear in the output window on the right. Clicking it will start the download of a plugin version suitable for your browser.</description><pubDate>Thu, 30 Apr 2015 02:42:53 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Pre-installing the Inquisit Web Plugin</title><link>https://forums.millisecond.com/Topic16175.aspx</link><description>Hi everyone&lt;br/&gt;&lt;br/&gt;I was referred to this thread &lt;a href="https://www.millisecond.com/forums/Topic16161.aspx"&gt;in response to my question on launch page translations.&lt;/a&gt; I tried to include the above code in my survey to allow a pre-install on a survey page with instructions in the participants' native language. Unfortunately, the link underneath "Download Inquisit plug-in" appears to be dead. I changed nothing but the version number to 4.0.8. When I simply copy/paste the plug-in URL link (&lt;a href="http://www.millisecond.com/download/4/4_0_8_0/)"&gt;http://www.millisecond.com/download/4/4_0_8_0/)&lt;/a&gt; into my browser it gives me an "access denied" error message. Could that mean something is wrong with the download link itself?&lt;br/&gt;&lt;br/&gt;The code I use:&lt;br/&gt;&lt;br/&gt;&amp;lt;script type="text/javascript"&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; function downloadInquisit() {&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; try {&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var pluginUrl = "&lt;a href="http://www.millisecond.com/download/4/4_0_8_0/";"&gt;http://www.millisecond.com/download/4/4_0_8_0/";&lt;/a&gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var agent = navigator.userAgent.toLowerCase();&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if ((agent.indexOf("msie") != -1 &amp;amp;&amp;amp; agent.indexOf("opera") == -1) || agent.indexOf("trident") != -1) {&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pluginUrl += "ax/win32/InquisitAx.exe";&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else {&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (navigator.platform.indexOf("Mac") != -1 || navigator.userAgent.indexOf("Mac OS X") != -1) {&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pluginUrl += "np/mac/Inquisit_Plugin_4080.dmg";&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else {&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pluginUrl += "np/win32/npInquisit.exe";&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;#119;indow.location.href = pluginUrl;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; catch (e) {&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;#119;indow.alert("Error: " + e.Message);&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br/&gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br/&gt;&amp;lt;/script&amp;gt;&lt;br/&gt;&amp;lt;a href="downloadInquisit()"&amp;gt;Download Inquisit Plugin&amp;lt;/a&amp;gt;&lt;br/&gt;</description><pubDate>Thu, 30 Apr 2015 01:20:46 GMT</pubDate><dc:creator>LC</dc:creator></item></channel></rss>