Questions tagged [odk]

Open Data Kit (ODK) tools replace clipboards and paper forms with smartphones and tablets. They are free, open-source, and have been used by tens of thousands of organizations to collect tens of millions of forms.

The Open Data Kit (ODK) community produces free and open-source software for collecting, managing, and using data in resource-constrained environments.

ODK tools replace clipboards and paper forms with smartphones and tablets and have been used by tens of thousands of organizations to collect tens of millions of forms. It is the standard for mobile data collection.

Source: https://opendatakit.org

93 questions
0
votes
1 answer

Using ODK collect, Can I display all questions in single vertical scroll view rather than horizontal scrolling?

I have integrated odk collect in android app (http://docs.opendatakit.org/collect-intro/) to have the dynamic form facility, I did it and now I am able to successfully run the project. But one of my requirement is to display all the questions in a…
Araju
  • 539
  • 8
  • 20
0
votes
1 answer

Binding Xlsform regex to questions

I am designing an ODK survey form using XlsForm. On this form I have set some regex constrains that have pretty much the same structure except for some parts that are different. For example regex(.,'^farmer-[mM][aA][dD][fF][aA][iI]-\d{5}$'). I…
0
votes
1 answer

Convert one to many with 2 digits

I am currently handling a data set in Stata generated through ODK, the open data kit. There is an option to answer questions with multiple answers. E.g. in my questionnaire "Which of these assets do you own?" and the interviewer tagged all the…
0
votes
1 answer

Publishing KoBoToolbox apk to playstore

I am new to kobotoolBox, I was required to add some changes to kobotoolBox project. I have successfully run the project in android studio and have applied changes and now need to publish that. I want to ask that I have cloned this project from …
user6587943
0
votes
0 answers

Dynamic selects from pre-loaded data gives 'java.util.Vector' error

Collect v1.7.1 Android v5.1.1, device used - Redmi 2s I am trying to preload data from a csv file into a select box dynamically. I created the XLSForm as guided here - http://xlsform.org/#dynamic-selects-from-pre-loaded-data But on running it on the…
sowmyaa guptaa
  • 541
  • 1
  • 5
  • 17
0
votes
1 answer

ODK aggregate doesn't start. Multiple exceptions

I want to install odk aggregate and I am facing some issues. I tried it on a computer and I got this: Jun 15, 2017 8:46:11 PM org.opendatakit.common.persistence.engine.mysql.DatastoreImpl assertRelation WARNING: Failure:…
R2D2
  • 3
  • 5
0
votes
1 answer

ODK API : How to filter instanceIDs based on submission date

I am transferring data from ODK to another application through API. For this I am fetching the instances of an ODK form and then fetching each instance's details. What I want is to filter the form Instances(InstanceID) based on submission date so…
harsh atal
  • 411
  • 6
  • 16
0
votes
1 answer

A similar tool of odk but with search and retrieve data features

We are working on survey's using ODK, by creating xls files and transform it into forms, and then we collect data offline. When employees comeback from the field, they upload data. What we need now is that they work online from the field, so they…
Ahmad Ali
  • 61
  • 5
0
votes
1 answer

Find XML file in Android ODK/Open Data Kit-Collect app

I have build a test survey on http://build.opendatakit.org/, which I then exported to a XML-file. I installed the app ODK Collect on my Android tablet, and used the app Terminal Emulator to put the XML-file on the tablet with: sudo root cd…
Jeroen Steen
  • 531
  • 8
  • 22
0
votes
1 answer

ODK Collect Error "Select q**stion has no choices"

I am new to the ODK system. I have been building forms for my organization using ODK formbuilder as I don't know XML or XLSForm. I hope to learn these. I have already created several simple forms that work fine in collect, but when I have tested…
0
votes
1 answer

How can i compile kobotoolbox/odk collect in Android Studio?

I have a basic understanding of git and i have been using Github and Bitbucket I was trying to get the source from Github! but i do not understand the given instructions in the read me.I have done my research , but i have found no…
nishon.tan
  • 969
  • 2
  • 8
  • 21
0
votes
1 answer

Z-Alpha JSON Server ODK Aggregate server integration Django project

Hi I'm currently working an integrating ODK aggregate (Z-Alpha JSON Server) in django project. I can get the content from request.body. I have tried to convert the response into Json its getting error. can any one help me to get the data from the…
user5662309
0
votes
1 answer

Including string search in multiple choice questions in ODK Collect

The question is based on using the ODK Collect on an Android platform: I am working with multiple choice questions type where the choices are being sourced from a .csv file. Thus far it is a standard ODK procedure, however, I want to include a…
rkshthrmsh
  • 79
  • 7
0
votes
1 answer

Importing ODK XML file to MS Access using XLST transformation

I'm trying to import a submission.xml file generated from an ODK survey into Access. I'm using the 'XML import' function in MS Access and need to transform the data so that the each data set of a node that will be imported to a table will contain…
Sid
  • 13
  • 3
0
votes
1 answer

Android Javarosa innerText repeat groups

I am trying to retrieve the innerTexts of a repeated group but I am unable to retrieve the appearance attribute or the hint. The other two hint tags i can retrieve. Any pointers?
Kevassi
  • 247
  • 1
  • 3
  • 10