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

ODK collect can't GET forms from a rails API

I have a custom rails application to store and aggregate forms from ODK Collect. I can submit a form but when I try getting a form from the server I get no forms yet there are forms. When I test my API endpoint from curl everything is okay since I…
Mutuma
  • 1,943
  • 3
  • 24
  • 33
0
votes
1 answer

ODK briefcase command-line form export

I am trying to automaticly backup forms submited to transform them to CSV. I am using this commandline: java -jar ./ODK_Briefcase_v1.4.5_Production.jar --form_id NameOfTheForm --odk_username USER --odk_password PASSWORD --export_directory…
goto
  • 7,908
  • 10
  • 48
  • 58
0
votes
2 answers

400 Bad Request when publishing forms in odk aggregate

Error: RequestFailureException (com.google.api.client.auth.oauth2.TokenResponseException: 400 Bad Request { "error" : "invalid_grant" }) I am getting this error when trying to publish the forms in odk aggregate.I have included basic APIs…
0
votes
1 answer

GeoODK Collect forms not translating when switching phone's language

as the title says, when I specify a translation language for the labels of the xml form, and I go switch my mobile's language to the specified language, the application itself gets translated properly but the forms stay in English. At first I wanted…
Elie-M
  • 79
  • 1
  • 11
0
votes
1 answer

ODK Collect Image Quality

As now the smartphones are coming with 16 MP cameras, and the picture size is coming to 5 MB. Uploading them on Mobile data will take some time and also more data, resulting in poor performance of App. Is there any way, that the ODK collect resizes…
0
votes
3 answers

Connecting ODK Aggregate and MySQL Server

I have a series of surveys on ODK Aggregate and want to access the resultant information as tables in a database hosted via MySQL Server. Of course, I can just download the data off of ODK Aggregate and manually add it to a database on MySQL. My…
Jason
  • 311
  • 3
  • 5
0
votes
1 answer

Data collection frameworks like ODK

I am working on one of my assignments which has a requirement for data collection, reporting and aggregation. I have already explored ODK (collect and aggregate) which satisfies maximum requirement. Before finalizing ODK, I wanted to know whether…
Mayur Shah
  • 1,009
  • 11
  • 16
0
votes
1 answer

Is it possible to know what time an ODK form was finalized upon submission?

I'm creating a form that collects time specific information. Is it possible to find out what time the information was collected?
Alexander Suraphel
  • 10,103
  • 10
  • 55
  • 90
0
votes
1 answer

How to use ODK in windows Phone 8

How to use ODK in windows Phone 8 or it having another Alternatives for doing this please help me what's the problem with this
Rehan Parvez
  • 143
  • 2
  • 17
0
votes
1 answer

Unable to build ODK Aggregate

I am Unable to build ODK Aggregate. Getting this error. [ERROR] Failed to execute goal on project aggregate-gae: Could not resolve dependencies for project org.opendatakit:aggregate-gae:war:1.0: The following artifacts could not be reso lved:…
0
votes
1 answer

Preserve order of variables when merging XML files into a data frame in R

I've got a directory full of XML files that I'd like to merge into a data frame. The XML files are output of an ODK survey, and contain measurements only of the variables that were not left blank by the respondent. When importing, unlisting, and…
generic_user
  • 3,430
  • 3
  • 32
  • 56
0
votes
1 answer

ODK-Making Sure That Values Equal To 100%

I have three questions in a form I'm designing that's concerned with percentage values. Now, I need to make sure that the total of the three questions should not exceed 100. How do I do this? I'm currently using Kobo Form Designer.
jackeblagare
  • 407
  • 7
  • 21
0
votes
2 answers

Where can i get the source code for ODK Collect 1.3?

I cannot find the source code for ODK Collect 1.3, can anyone tell me where I can find the source code. I tried github and i have been searching for hours and i cant seem to be able to find it. I need the source code for odk collect 1.3 as it…
What2107
  • 33
  • 8
0
votes
1 answer

How do i display an image instead of text for a ? on an xml form for ODK collect?

Since odk collect uses utf-8, the language that i would like the questions of the form to be in would be displayed one character at a time vs. conjoined. instead of displaying text for the question, i want the question to display an image which will…
What2107
  • 33
  • 8
0
votes
1 answer

Building ODK Aggregate for MySQL

I've been trying to maven build the aggregate-mysql project. The following is the error shown in terminal on typing: 'mvn install' at the aggregate-mysql directory. Failed to execute goal on project aggregate-mysql: Could not resolve dependencies…
Subash Basnet
  • 307
  • 1
  • 4
  • 15