Survey Forums

HomeHomeSurvey Project ...Survey Project ...GeneralGeneralFInd out if User completed or passed surveyFInd out if User completed or passed survey
Previous
 
Next
New Post
4/23/2018 6:40 PM
 
Question.

I know the Voter ID, and the Survey ID. How can I find out via a SQL Query, if the user.

1. Completed the survey
2. Passed (there is a score bound to each question, and I display the Completion Condition (with passing score rule) to disply a differnt screen
 
New Post
4/26/2018 10:45 AM
 
Still pending. Have not found the solution.
 
New Post
4/27/2018 10:50 AM
 
Hello,

Through Sql:

* completed survey example: 
Select * from vts_tbvoter where surveyid = 22 and voterid = 1057
If: Votedate is not null and validated = 1 -> survey is completed

* to check if a voter 'passed' (i.e. reached a certain score)
- you will have to create a query to (re)calculate the score based on the voters voteranswers and the scores as registered in the answers table
- there is no single field registering what completion message was shown


 
 
New Post
4/27/2018 10:55 AM
 
Hello,

In case of complex and/ or urgent questions you can make use of the paid business services of SP.

Otherwise answers are provided for free based on available time and capacity of (volunteering) SP visitors/ users and/ or the SP coordinator.

An attempt is made to answers questions a.s.a.p. and on a daily basis but no guarantees are given.


 
 
Previous
 
Next
HomeHomeSurvey Project ...Survey Project ...GeneralGeneralFInd out if User completed or passed surveyFInd out if User completed or passed survey