SondagesPro / findUserAgentInfo

Copy of gitlab repo

Home Page:http://extensions.sondages.pro/finduseragentinfo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

findUserAgentInfo

A plugin for LimeSurvey fo fill some questions with browser information

See the plugin in action on findUserAgentInfo example survey

Installation

See Install and activate a plugin for LimeSurvey

Via GIT

  • Go to your LimeSurvey Directory (version up to 3.0 only)
  • Clone in plugins/findUserAgentInfo directory

Via ZIP dowload

Usage

The plugin use one question for each browser information, this question can be a short text question or a single choice question (drop down). The plugin use question title (not attribute) for browser information, you can choose the code at global settings, and activate the plugin by default.

With a short text question : you get the value set by Browser.php in the text directly. For boolean value : you get Y or N.

With a drop down question : if the value is set by answer text : this value is selected. If value are not found and question allow other : the value is set as other.

For mobile, tablet and robot : value are Y or N, in answer code (by default) or in answer text.

For version number : the value selected is the maximum near your current value. For example : if you have 1 to 10 value and use Firefox 93 : 10 is selected.

For browser and platform : you find 2 TSV file in docs from Browser 1.9.6. The answer text are set in Browser.php.

Home page & Copyright

Distributed under AFFERO GNU GENERAL PUBLIC LICENSE Version 3 licence. If you need a more permissive Licence contact.

About

Copy of gitlab repo

http://extensions.sondages.pro/finduseragentinfo/

License:GNU Affero General Public License v3.0


Languages

Language:PHP 100.0%