java - Survey/questionnaire system for dynamically integrating answers from SQLite database or CouchDB -
I am currently working on my master thesis for which I had to apply Android applications in the next step, I will conduct the study, in which in addition to the others, I must survey the integration and evaluation of the collected data through a above mentioned application. For this, I am looking for a system / library / service which is probably capable of doing this with minimal effort. So far, I have come in JSurveyLib , but of course I have played only for a while, yet is there anyone who has the experience of this library and can tell me that Is there an effective way to use this lib in relation to the following specifications and requirements?
For relevant specifications: I have implemented an Android app that tracks the participant's data, stores it in the SQLite database, along with it's remote < Strong> CouchDB As soon as the data collection is complete, I will have to do a survey with each interaction, which integrates data integrally collected through the participant's device. The literacy. For this, I get two basic scenarios:
List-scenario:
- Get data stored in a database that matches some of the questions that I specify dependent classifier
- Display the data in a list
- Allow modification of this list (= item deletion / inclusion),
- Finally, modify the list to a new database or file Store in
entity base scenario:
- day Store some data in the base
- Display each unit selected by step:
- Update the original entity in the original database
Additional Requirements:
- Ideally, use the survey system / library with either my Java database code Because I have already programmed a bunch of SQL queries or somehow CHDB However, if there is a solution that does not meet this point, then I am open to it :)
- It is not necessary to have online / a remote service, I am fine with the original application. / Li>
- The data that I am doing is highly sensitive, thus, I should not upload any data to a third party server.
Does anyone have a library that really meets my needs? Since I really have to find a solution or start implementing myself as soon as possible, so I greatly appreciate your suggestions, experience reports, and general signs on this. Thanks a lot in advance, I am happy about any feedback!
PS: I was taken to JSurveyLib . Respondents, however, suggest JCaiF which is not well documented. Have you used this structure before any of these?
Comments
Post a Comment