JustCode : Adding AutoAnswer Hints to your MDD

This code shows you how to add AutoAnswer Hints to your MDD files. Metadata(en-AU, Question, Label) AUTOANSWER lcl(en-AU, AutoAnswer, Label); ‘### END LCL MAP ### HDATA – [ Template = “DefaultLayout.htm”, TemplateLocation = “Hints_files” ] AUTOANSWER:-; Email “Please enter email address” AUTOANSWER:- AUTOANSWER: [ Value = “smarterDimensions@live.com.au” ] text; SingleResponseQuestion “” AUTOANSWER:- AUTOANSWER: [ Value … Read more

I am more that just a survey : The Login System ( 3 / 3 )

In this final article about the login system we will see how we can validate the user login credentials via a system we have created. We will create a user survey and get our menu system to validate against that. I will show you how you can use ODBC to connect the two surveys together … Read more

I am more that just a survey : The Login System ( 1 / 3 )

In this next set of articles I am going to show you how we can take Data Collection Scripts and get them to make some cool things. To me a survey can be so much more than just a survey, it can, with the use of some simple concepts, be a dashboard , online comments … Read more

2X4 : Release “SmartTools for Scriptwriters”

How long do you need to convert 200 questions from Excel into an MDD file (including xxx.ask()) ? If it is less than 20 seconds, then you can skip the rest … As a person who creates (sometimes) interview scripts, I frequently get into situations where the client send me 200 questions in an excel … Read more

Grid Total

When we check what is searched for on the blog “Grid Total” has been coming up quite allot recently. So to address that search option this article will show you how to create a numeric grid and write some code to add up the response’s and make sure they reach a specific total.