Page 1 / 1
I think this is a clever solution to the infinite loop problem for sure. I'd do you one better to say that you could even write a basic dashboard that ingests this data from the api, and prints information compiled for your client in an easy to read, and quick to use format.
I wanted to so badly! But the customer needed it all to be hosted on the platform. Is there a way you can do those custom API calls in the Dashboard?
Not really sadly :(
Man, I wish! But its reassuring to hear you say that because this was in place of a solution like that. I was extremely confident that you couldn't do API calls in Custom Dashboards, but hearing you say the same solidifies that.
We've had a few Ubuntu solutions for that that have worked really well! One of the things our customers struggle with is paying hosting fees. One day perhaps haha!
@Michael_Campbell_RedPepper - Does your client want to see all the responses and number of attempts? I am trying to understand what a use case for this might be. Maybe something like a form of training (keep doing it until you get it right) then see how many times it takes the average person, then who laggards and who exceeds.
Is that roughly the ask? If so, even though you said this isn't a loop and merge, I can imagine a build where it does leverage loop and merge.
If they don't need to see all the attempts, then this actually gets _much_ easier.
For sure! The scenario was vague because I was trying to say it in a way that the customer would be as anonymous as possible, but see that I didn't really give the required detail. The Respondent is observing customers responding to products, one after another. The granularity of the survey is a person's response to a specific product, and the granularity of the batch is the person's responses during their customer experience that day.
Does that make a little more sense?
Got it ! So the repeating block is sort of like a repeating survey, but without burning through responses. The main difficulty is minimizing the number of responses (I assume because of cost) while keeping the responses in the same field, but broken out by batch, for ease of mapping to the dashboard (Vocalize?)
Hmmm, that is a tricky one.
If you didn't have the response restriction (and maybe you don't), then you could achieve this pretty easily by building out 2 separate surveys. One that is the survey in it's entirety that has a URL redirect to the second upon completion. This will record the response and still keep the Respondent in the survey. The other survey is just block you want repeated that has two end of survey logics; one to record and redirect to the start of this survey, the other to record and close. - You have probably figured out that this doesn't even need to be 2 separate surveys if you just apply branching logic with an embedded data field that you hard code in the URL redirect, but to keep it simple, I explained it as 2 surveys.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.