Discuss UX research, related topics, & more
Recently active
Hi,when trying to include a screen grab or copy pasting a simple image into an XM Community (private) message I get the below error rendering the message unsendable 🤔 Is this a shortcoming of the Gainsight platform or is there another reason why no images can be included? Oddly it is possible when writing this message … Looking forward to better understanding how to relay messages, communciate & collaborate in this community.thanks in advance,Steve
Hello:)I have a single question about formatting the Look&Feel of the survey. Is there a way to change this (indicated by an arrow on the screenshot) blank margin between the header and the question? I’ve searched for some CSS added to the theme, but no attribute seems to work. I just want to make this margin smaller to not have that blank gap.
Hello, I want to do an experiment where the participants see althoghter 8 persons (there are pairs and only one of them is shown) with some characteristics. I want to introduce a timer so that every profile is shown for 6 sec. Before I introduced the timer the survey was working but now not all of the 8 selected participants are shown and sometimes the timer is missing. Do anyone know a mistake? That is my code in the beginning: var maleNames = ["Alexander", "Daniel", "Michael", "Christopher", "Samuel", "Adrian", "Timo", "Julian"];var femaleNames = ["Alexandra", "Danielle", "Michaela", "Christina", "Samantha", "Adriana", "Tina", "Julia"];// Function to randomly select unique numbers between 0 and 7 (inclusive)function getRandomIndices() { var indices = []; while (indices.length < 4) { var rand = Math.floor(Math.random() * 8); if (!indices.includes(rand)) { indices.push(rand); } } return indices;}// Get 4 random indices representing selecte
Hi Community, Are there any other open end analysis software like TextIQ? Please list out
I am trying to code a left and right key stroke and record the response while participants watch a video. It seems the right arrow key is working but the left arrow key sends the video back 5 seconds insted of recording the response. This is the script I am using:Qualtrics.SurveyEngine.addOnload(function() { var qobj = this; document.onkeydown = function(event) { console.log('keydown',event); if (event.key == 'ArrowLeft') { event.preventDefault(); qobj.setChoiceValue(1, true); Qualtrics.SurveyEngine.setEmbeddedData('Practice 1 answer', 1); qobj.clickNextButton(); } else if (event.key == 'ArrowRight') { event.preventDefault(); qobj.setChoiceValue(2, true); Qualtrics.SurveyEngine.setEmbeddedData('Practice 1 answer', 2); qobj.clickNextButton(); } }});
Hi, I am employing Q methods for my current research project. I am thinking about using qualtrics to create 48 statements for participants to sort. Iwonder if anyone in this community has experiences of using qualtrics for Q sorting. thank you
Hi, I need to set up a question where I ask participants for how its been since they did some training. They can answer either in months (if recent) or in years. So the question is...how long has it been since you last completed supervision skills training….either provide your answer in months or years. answer 1 (months): drop down options for number of monthsanswer 2 (years): drop down options for number of years. please could you recommend the best way to set this up? I don’t want them to be able to complete both answers. Many thanks, Catrin