I always wished for some Confirmit internal functions to call and get access to other individuals responses, from inside a script. I know there are all kind of alternatives from a simple API app, or even using a scripting extension, but nothing I know that's already available in Confirmit. (not sure if there's anything planned for Confirmit. This will let you change the label on a navigation button during a survey. Select survey settings, layout and inside the next button label put – ^f(‘nextBtn').valueLabel^ Within the survey you will need a hidden single question called – nextBtn This will need to have the required labels for the button Then script node to.
Confirmit Scripting Manual Software
Many of you may have had long list option questions also long statements making it difficult to show everything on a single screen, even if you try to break it into. Confirmit Programming Basics. Comments Comments are text added in your scripts that are ignored when the script is run, but may be used to. Find freelance Confirmit Tutorial professionals, consultants, freelancers & contractors and get your project done remotely online. Post projects for free and.
Author: | Shaktibei Samunos |
Country: | Colombia |
Language: | English (Spanish) |
Genre: | Finance |
Published (Last): | 5 July 2013 |
Pages: | 98 |
PDF File Size: | 15.83 Mb |
ePub File Size: | 19.64 Mb |
ISBN: | 195-3-89618-684-7 |
Downloads: | 18967 |
Price: | Free* [*Free Regsitration Required] |
Uploader: | Shakashakar |
Many confir,it you may have had long list option questions also long statements making it difficult to show everything on a single screen, even if you try to break it into 2 or 3 columns. This solution allows the user to see the question instructions in a header that stays anchored at the top of the screen as the user scrolls down to see the other tutoriap statements.
The selection number is also updated as you select or deselect the options, in this particular case when working with a multiple answer question type. The script below works with one textarea per page, but it can be easily customized to work with more.
To explain a bit what the script does, the limit here tutorual set to characters, and you can change that. The span will be updated as you type, when the limit is reached, will truncate the text and re-set it back to the text area.
Electromechanical 2.0 refill. Also when it gets to the 0 remaining, I'm adding the 'errorquestion' class to the countdown span, that's the default confirmit error CSS style class for the error messages, so the respondents will get one more hint to see when they have reached the limit.
We know Confirmit has the option to trigger a second question or more based on a previous question answer, you may find this called dynamic questions. You can define complex logic and all the other functionality such as text piping, question masking etc.
The downside of this comfirmit that the positioning on the screen of the second question is not always easy.
Confirmit-Tech: Confirmit Programming Basics
Tjtorial the logic is only evaluated when the page is submitted when the respondent clicks the Next buttonand sometime is hard to follow when the logic is complex.
The set up will be the same, 2 questions confimit the same page, the second will be triggered by answering an option from the first question. The second question will show up right under the option that triggers it, so its answers will nicely align under it.
Will also create some logic to check if the second question is answered before the form is submitted, so will need to create an error message like.
Do you often use the Confirmit default capabilities, or like to create everything from scratch, and have it fully customized?
As you can notice, the onclick event calls this changeLanguage function, and its content is below:. You have already completed parts of the questionnaire. Press OK to continue. Every time you click the button you get this screen with the default settings. The example I picked is to let the respondent change the questionnaire language in real time you need to have the language and the corresponding texts added already in Confirmit and this can be extended to anything else you may think about.
Confirmit Experts | Tips, tricks and hacks
Notice the test if currentForm! Next step is to add and call some of these function from inside conflrmit theme since we need to make them visible and allow the respondents interact with them somehow. The reason I used the question id as the solution to jump between questions was because you can control exactly where and how.
So the conclusion is if the elements are masked, their content confirnit be wiped out after you advance to the next question. As a solution I moved the script after the question, and everything worked well. I bet confitmit have now lots of custom scripts, functions, validations etc. What worries me and maybe you is that everyone can alter them once they are dragged in a project, and not only….
Here are some pros: You have control so nobody else can change their behavior, they are already loaded, so ready to use, no worries to include folders with libraries of functions in a project. The usage is transparent for the user, just let them know the class and the available methods like custom.
Thanks for your understanding. Many of you may have had long list option questions also long statements making it difficult to show everything on a futorial screen, even if you try to break it into 2 or 3 columns This solution allows the user to see the question instructions in a header that stays anchored at the top of the screen as the user scrolls down to see the other available statements The selection number is also updated as you select or deselect the options, in this particular case when working with a multiple answer question type.
In the instruction tab, will include the instruction text and the selection counter as below: Please select all that apply, but you must select at least 10 statements. You have selected 0 statements. First make sure you include the jQuery library in your skin header.
The script below works with one textarea per page, but it can be easily customized to work with more In the open end instruction tab, place the following script: To explain a bit what the script does, the limit here is set to characters, and you can change that, The span will be updated as you type, when the limit is reached, tutogial truncate the text and re-set it back to the text area.
IMPORTANT DEADLINES
Also when it gets to the 0 remaining, I'm adding the 'errorquestion' class to the countdown span, that's the default confirmit error CSS style class for the error messages, so the respondents will get one more hint to see when they have reached the limit Happy coding everyone! I will present a different alternative for the triggers or dynamic questions: The set up conifrmit easy, and as you can see in the image below we need some variables: The next script node is setting the new language, and then redirects them where they left f ‘l'.
If you planned to also target the mobile users here are some great tips you may want to follow: Keep the question texts clear and short, no long answers and just confirkit few options Use only basic question types, single, multi, tktorial ends. Page 1 Page 2 Page 3 Next page.