Changeset 2683411
- Timestamp:
- 02/23/2022 02:55:15 AM (4 years ago)
- Location:
- morphii/trunk
- Files:
-
- 4 edited
-
assets/data/morphii_data.json (modified) (3 diffs)
-
assets/js/morphii-custom.js (modified) (3 diffs)
-
includes/class.morphii-shortcode.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
morphii/trunk/assets/data/morphii_data.json
r2681314 r2683411 1 1 [ 2 { 3 "Question_ID": "MWP001", 4 "Question_Name": "How do you feel about your shopping experience? Express yourself with Morphii®", 5 "Morphiies": [ 6 { 7 "Disappointed-Delighted": "6542770446598025216_2" 8 } 9 ] 10 }, 2 11 { 3 12 "Question_ID": "MWP100", … … 26 35 { 27 36 "Question_ID": "MWP201", 28 "Question_Name": "How does this message make you feel about the future? Express yourself with Morphi ®",37 "Question_Name": "How does this message make you feel about the future? Express yourself with Morphii®", 29 38 "Morphiies": [ 30 39 { … … 49 58 "Tense": "6533723983905464320", 50 59 "Grumpy": "6533723671591751680", 51 " Down": "6533723841286062080_2",60 "Low": "6533723841286062080", 52 61 "Good": "6533723521351159808" 53 62 } -
morphii/trunk/assets/js/morphii-custom.js
r2673438 r2683411 56 56 }, 57 57 slider: { 58 initial_intensity: 0. 0,58 initial_intensity: 0.5, 59 59 show_animation: true, 60 60 anchor_labels: { … … 177 177 var observer = new MutationObserver(function(mutations) { 178 178 var style=jQuery(".noUi-origin").attr("style"); 179 jQuery("#slider_moved").val("yes"); 179 180 intensitySet=true; 180 181 // console.log(style); … … 192 193 193 194 function submit(event) { 194 if(intensitySet && jQuery(".noUi-origin").attr("style")!="left: 0%;"){ 195 console.log("Intensity Set"); 195 if(intensitySet && jQuery("#slider_moved").val()=="yes"){ 196 196 jQuery(".morphii-questions").find(".intensity-error").remove(); 197 197 -
morphii/trunk/includes/class.morphii-shortcode.php
r2681378 r2683411 134 134 <input type="hidden" name="morphii_account_key" id="morphii_account_key" class="morphii_account_key" value="<?php echo isset($licence_inner) && $licence_inner->morphii_account_key ? esc_attr($licence_inner->morphii_account_key) : '349ec444-474f-4084-9dcd-b373ddb444cd'; ?>" /> 135 135 <input type="hidden" name="morphii_account_id" id="morphii_account_id" class="morphii_account_id" value="<?php echo isset($licence_inner) && $licence_inner->morphii_account_id ? esc_attr($licence_inner->morphii_account_id) : '17254444'; ?>" /> 136 <input type='hidden' id='slider_moved'/> 136 137 <?php 137 138 if(!empty($question_id)){ -
morphii/trunk/readme.txt
r2665851 r2683411 1 1 === Morphii === 2 2 3 Contributors: Roberttwif, CharlestonWebmasters 3 Donate link: https://morphii.com/wp-plugin/ 4 5 Donate link: https://morphii.com/pro/ 6 4 7 Tags: Reactions, Reviews, Feedback, User Engagement, Poll 8 5 9 Requires at least: 4.7 10 6 11 Tested up to: 5.8.2 12 7 13 Requires PHP: 5.6 or higher 14 8 15 Stable tag: 1.0 16 9 17 License: GPLv2 or later 18 10 19 License URI: http://www.gnu.org/licenses/gpl-2.0.html 11 20 21 22 12 23 24 13 25 == Description == 26 14 27 Forget misleading ratings/reactions. Capture accurate data you can actually use when people share the intensity of how they feel about your content. 28 29 15 30 16 31 Providing your readers and users with the best experience and content requires that you get them fully engaged. In order to accomplish that, it is imperative that you accurately capture how they feel about their experiences...in real-time in order to empower you to react, adapt and improve. 17 32 33 34 18 35 We’ve made it easy and seamless for you to do just that! Morphii makes the critical feedback loop more engaging for them by allowing them to simply share their experiences and the intensity of them rather than ask them to try to explain themselves through overly simplistic reaction tools or traditional rating scales. 36 37 19 38 20 39 That key shift in approach minimizes the bias often reflected by existing methods as well as the resulting need to interpret what often is misleading data. The unique interactive methodology Morphii employs has also proven to evoke more responses. That ensures that your outliers will no longer represent the overwhelming majority of your respondents. 21 40 41 42 22 43 The patented means by which a Morphii responder is able to mirror their genuine facial expression confirms that Morphii captures and quantifies like no other image-based tool. The direct result: You are able to make more timely, more informed decisions. 44 45 23 46 24 47 Best of all, the process puts you in control. Simply choose from a library of carefully crafted questions, place them on any webpage and you are on your way to effectively capturing what they are actually feeling and how intensely. With Morphii, you’ll better understand exactly how they feel about your brand, their user experience on your website, their recent purchase...even the content of your blog. 25 48 26 Check out [Morphii] (https://morphii.com/wp-plugin/) for more information. 49 50 51 Check out [Morphii] (https://morphii.com/pro/) for more information. 52 53 54 27 55 28 56 29 57 ==Calling Remote Files and Licensing== 58 30 59 Morphii is covered by patent #9,959,011 and requires certain external calls and protections to protect our core IP. These calls and requirements are limited to the following 3 areas: 31 60 61 62 32 63 64 33 65 1. We use external urls to render proprietary morphii images via cdn urls to demonstrate response options within the Wordpress Dashboard (e.g., https://cdn1.morphii.com/). This call exists only on the front-end to present images to the users, no results or data from use of the plugin is written back to the cdn; 66 34 67 2. The https://widget.morphii.com/v2/morphii-widget.min.js url is used to render morphii images and adjust/calculate response values. 68 35 69 3. All use of Morphii requires a License, even when its use is free. 36 70 71 72 37 73 == Frequently Asked Questions == 38 For information on using Morphii, please visit our [Frequently Asked Questions Page](https://morphii.com/frequently-asked-questions/) 74 75 For information on using Morphii, please visit our [Frequently Asked Questions Page](https://morphii.com/pro/faqs/) 76 77 39 78 40 79 == Screenshots == 41 80 81 82 42 83 1. Once the plugin is installed & activated, find the Morphii Reviews Tab in the Wordpress Dashboard, and select Settings 84 43 85 2. Within the Settings menu, find the license tab & select. 86 44 87 3. Select “Get Your Morphii License Key” 88 45 89 4. Copy your Account ID & Client Key 90 46 91 5. Paste Account ID & Client Key then SAVE Changes. 92 47 93 6. Move to the Shortcode tab in the Settings menu & copy the Shortcode 94 48 95 7. On the page where you’d like to ask a question add the shortcode and paste it in position, then update with the question ID(s) then Update the page. 96 49 97 8. View the page, make a morphii selection, set the intensity & submit! 98 99 50 100 51 101 == Changelog == 52 102 53 Visit our [Changelog page](https://morphii.com/wp-plugin/wp-changelog/) for up-to-date information on what has been going on with the development of Morphii. 103 104 105 Visit our [Changelog page](https://morphii.com/pro/knowledge-base/) for up-to-date information on what has been going on with the development of Morphii. 106 107 54 108 55 109 == Upgrade Notice == 110 56 111 = 1.0 = 112 57 113 Upgrade to Pro if you want to access a larger library of Morphii questions and take advantage of the open feedback feature! Because Morphii is more engaging, we’re seeing 2-4X more open feedback with Morphii than other tools. 58 114 115 116 59 117 = 0.5 = 118 60 119 This version fixes a security related bug. Upgrade immediately. 120 121
Note: See TracChangeset
for help on using the changeset viewer.