-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a limesurvey connector #96
Comments
Might be able to use the survey handler service for this? |
@Taeuber-hub do you think https://github.com/rwth-acis/Survey-Handler-Service could be used for this? |
Yes the service could be used for it, I will work on that |
@Taeuber-hub could you provide the response like this?: [
{
"question": "I am:",
"title": "D1",
"type": "L",
"responses": { "Male": 23, "Female": 1 }
},
{
"question": "I use messaging apps daily.",
"title": "D4",
"type": "5",
"responses": { "1": 1, "2": 1, "4": 2, "5": 20 }
},
{
"question": "I work/study in the field of:",
"title": "D8",
"type": "S",
"responses": {
"Computer Science": 11,
"Mechatronik": 1,
}
},
{
"question": "I use following messaging apps:",
"title": "D9",
"type": "T",
"responses": {
"Whatsapp \r\nTelegram\r\nSlack": 1,
"Messenger": 1,
"messenger\r\nwhatapp\r\nviber \r\ntelegram\r\n": 1,
"messenger, whatsapp, discord": 1,
"Slack, Whatsapp, FB Messenger, Discord, iMessage": 1,
}
}
]
|
@lakhoune Yes I can arrange the response this way. Currently the function returns the responses the way LimeSurvey provides them, which is: { |
This connector should communicate between the evaluation center and the limesurvey instance. In the evaluation center users should be able to fill in a form to set the necessary fields required for this connection (this includes the url of the limesurvey instance, as well as the necessary credentials for authentication
The text was updated successfully, but these errors were encountered: