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
0 answers

ODK Central redirected too many times at AWS load balancer

Im trying to self host the ODK Central using AWS EC2 instance and route it with load balancer so i can attach ACM SSL to its https connection. I can open ODK Central dashboard if I open the public IP address of my instance directly, but opening it…
0
votes
0 answers

How to implement cascade select fields in ODK Aggregate XLSForm with data coming from csv files

I a working with odk aggregate. I need to create a form with the following requirements: In my form I have departments, provinces and districts (spanish 'departamento', 'provincia', 'distrito'). A department has many provinces, and a province has…
Ernesto Ruiz
  • 736
  • 9
  • 31
0
votes
1 answer

How to authenticate to ODK aggregate using python

I am building a python application and I need to be able to authenticate through an ODK aggregate server. By "authenticate" I mean that, I need to send the login information (username and password) to the ODK aggregate server and it should return…
Ernesto Ruiz
  • 736
  • 9
  • 31
0
votes
1 answer

ODK Blank Form Error /Downloading Error "collect cannot reach the server?"

i have installed the ODK Aggregation it work perfectly , but when i try to get Blank Form in ODK Collect it cannot download. it show the form it mean the server URL , User Name and Password are correct when i push the button to download it show the…
ismail khan
  • 287
  • 1
  • 3
  • 16
0
votes
2 answers

Trying to save a copy of a file to specific Google Drive folder, from URLs in a Google Sheet

I am running this code in google Apps Script to save a copy of a file (photo) in a specific folder, from a URL link extracted from a Google Sheet. The photos are in other peoples google drive accounts.. This google sheet comes from ODK form that…
0
votes
0 answers

Launch specific intent of external package in android 11. (package visibility)

I want to open the intent of my app from ODK collect app in android 11. After research, I came across this blog (https://medium.com/androiddevelopers/package-visibility-in-android-11-cc857f221cd9) about how to do it. Am trying to call an intent of…
Samie
  • 1
0
votes
1 answer

Can't login to ODK Central Admin panel

My ODK central was working perfectly fine before I decided to update it to the recent release of ODK using this URL (https://docs.getodk.org/central-upgrade/), everything went fine. After the update, I couldn't sign into the admin account again, it…
antzshrek
  • 9,276
  • 5
  • 26
  • 43
0
votes
0 answers

finish not closing activity opened by a separate application

ExternalApp opens my android application app. Now in my app, I have a button that returns a value to the external app then closes itself so whatever screen in externalapp opened my app is on top. while no error is thrown, my application's screen…
Wede Asmera Tseada
  • 513
  • 2
  • 4
  • 14
0
votes
1 answer

Recurring Google-/Microsoft-/Typeform or other form that shows answer from previous entries

I would like to set up a survey/form that I can repeatedly send to the field (I'm working in NGO business) with mainly open answer questions. The form should be done in a way that it always already shows the answers from when the form was filled the…
titeuf
  • 133
  • 1
  • 10
0
votes
1 answer

Combine references to create new reference like ${var${randnum}}

I am trying to create a new reference containing another reference as in ${var${randnum}}. Ultimately, I want to create a variable which refers to a two times two randomized set of variables. As the above approach did not work, I developed it…
kemajuan
  • 103
  • 7
0
votes
1 answer

Docker: "Unable to pull 'tomcat:8.5' : no matching manifest for linux/arm/v7 in the manifest list entries"

On Raspberry Pi, I got an error when I tried to set up ODK-X Sync Endpoint. I referred to the instruction from https://docs.odk-x.org/sync-endpoint-manual-setup/ This is the command I ran: $ mvn clean install The error message is as below: Failed to…
0
votes
1 answer

How can I convert a geoshape/geotrace/geopoint to GeoJSON?

I Am using API to access spatial data collected using kobotoolbox. the api returns spatial data either as geoshape/geotrace/geopoint, but I need to covert that data to Geojson so that I can display them on my map using leaflet. here is sample string…
edgar mlowe
  • 161
  • 1
  • 8
0
votes
2 answers

Are XLSForm, ODK XForm and XForms equivalent?

I'm currently looking into XLSForm, ODK XForms and XForms How do these standards compare in terms of functionality and features? Can they be considered equivalent or are there substantial differences?
thumbmunkeys
  • 20,606
  • 8
  • 62
  • 110
0
votes
1 answer

How do I create a pop-up window inside the XLSForm?

I have a multiple-select question and I need to show a pop-up window to the form user whenever he/she selects one option, in this pop-up window he will answer more questions and close the pop-up to select another item from the multiple-select…
0
votes
1 answer

ODK creating a test - can I randomize the order?

Using the below xml file I created a test for users to see an image, say if a condition was absent or present, and then grade them. Given folks are now taking this test at home, I would like to randomize the order of the questions. Is it possible to…