Hello,
I'm working on a survey response import feature from an XML file, and I intend to use the RemoteControl 2 API add_response method.
But this method does not perform any validation / survey logic checking, basically it's just a wrapper for the SurveyDynamic model.
So I need some tech advices on how to build this feature, how to leverage the Expression Manager in exactly the same way that it is when responding the survey from the GUI, to enforce data consistency.
PS : I'm totally new to LimeSurvey development (but I have good PHP skills however), I just read the LS manual (especially
www.limesurvey.org/manual/Expression_Manager_for_developers
) and took a look at the code base for now.
Thanks