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

How to prefill geopoint in enketo form through URL

I want to pre fill geopoint(latitude,longitude,altitude,accuracy) through URL? i tried like this : www.myform.com?d[/data/myformname/lat]=28.5825583292 but it not reflected in form. Can anybody help?
user13153470
0
votes
1 answer

Custom Form Builder to Export XML into ODK Aggregate Server

I have a web application that have pre-defined set of questions as shown in the image below. A user is supposed to select a subset of the questions that he wants then click "Export Assessment". An XML should be created which will be imported into…
tmndungu
  • 320
  • 4
  • 17
0
votes
0 answers

inventory example for multiple okd masters and no host for load balancer

i'm new to ansible and odk , i'm trying to figure out a solution for 2 problems : problem 1 : i'm trying to write an inventory file for multiple masters (2) and i don't want to use an other host to load balancer between , is there a way to make one…
AMAR BESSALAH
  • 49
  • 1
  • 6
0
votes
0 answers

Console logs for the nginx ui service in Openshift written in Zulu time stamp - want them in EST

If i check the logs of the pod which is of type nginx ui service in Openshift i see that it is getting written in Zulu time stamp. How do i change that to EST? for example: 2020/01/06 19:00:22 [notice] 1#0: using the "poll" event method 2020/01/06…
lr-pal
  • 339
  • 2
  • 6
  • 20
0
votes
1 answer

Building and running odk collect faild on android visuel studio 3.5.2

Using Ubuntu 16.04 and I'm very new in Android visual studio, I'd like do this : Fork and clone Odk Collect application from github Edit it from Android visual studio, in order to change some thing like logo, GUI color, icons... But the issue is…
0
votes
1 answer

Randomizing the text of a question in XLSForm

I am designing a survey in XLSForm, not in Excel. I need to randomize not only the order of choices, but also the text of the questions. Some questions are made of four sentences A, B, C and D. I need them displayed in random order. I thought of…
Vlad Gheorghe
  • 470
  • 2
  • 17
0
votes
1 answer

How to get list of pods that are not linked to any service

How to get list of pods that are not linked to any service Lets say i have pods: Svc1-green-xyz and svc1-blue-lmn Service svc1 is served by svc1-green-xyz. With svc1-blue-lmn is a prior version of the same service and is not used. I want to select…
lr-pal
  • 339
  • 2
  • 6
  • 20
0
votes
2 answers

Tomcat application 404 could not load - application at context path could not be started

I am trying to deploy a prepackaged WAR file (ODK Aggregate), using: Centos JVM 1.8.0_191-b12 Tomcat 7 My other webapps will load (sample, manager, some test apps), but this specific one will not - I get a 404, which makes sense because it fails…
cdmccann
  • 142
  • 9
0
votes
2 answers

How to add a Kotlin file to old android java projects?

I am trying to build an android app based on ODK Collect. ODK Collect app is written in Java. I want to use Kotlin for developemnt. I added an empty activity based on Kotlin using the android studio new activity wizard. When I try to compile I get…
Santosh
  • 153
  • 1
  • 13
0
votes
1 answer

Open Data Kit 2.0: Any expression in the "condition" column of survey sheet throws an error

I am currently designing a household survey using Application Designer 2.1.0. When I include an expression that has to be evaluated in condition or constraint columns or in the calculates sheet (calculation column), an error is generated when I try…
0
votes
1 answer

How to apply if statement to calcuate integer value inside a group question in Enketo(KoboToolbox)?

I am building a survey form through KoboToolbox. The web forms are Enketo based. I have some questions of the following type (before comma is first column and first row is data titles in XLSform format): type, name begin_group, …
ZiaW
  • 47
  • 9
0
votes
1 answer

Can we connect a web application to ONA ODK forms?

Can we connect a web application to ONA ODK forms ? I need to replace a system where employees goes to field, collect information, and then sync to database when they come back. What we need is to find a solution, by creating odk surveys, let the…
alim1990
  • 4,656
  • 12
  • 67
  • 130
0
votes
1 answer

Form upload 404 error in Open Data Kit

I am working on a project and needed to collect data using open data kit. I have created a server using google app engine, but when uploading the form to the aggregate server, I get this error: sample-Error: Not Found (404) at …
0
votes
0 answers

ODK XForms format-date Hour and Minute coming out as 0000

I am trying to create a calculated variable using the value entered for RecorderID - ClusterID - MonthDataHourMinute from when the survey was started. Right now I am getting everything except the hour and minute, so I assume my format for hour and…
0
votes
1 answer

How to modify Pre-loaded data in ODK (Open data kit)

How do I modify preloaded data in Open Data Kit? Please could you explain with an XML example. I am having difficulty modifying data which is preloaded.
Adarsh
  • 1
  • 1