You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/central-submissions.rst
+94-21Lines changed: 94 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -3,39 +3,58 @@
3
3
Managing Submissions in Central
4
4
===============================
5
5
6
-
The most common way to use ODK Central is in conjunction with a data collection client, typically on a mobile device, such as ODK Collect. To do this, you will need to :ref:`connect to it from your mobile device <central-users-app-configure>`, after which you will be able to :ref:`upload submissions <uploading-forms>` back to Central.
6
+
When users fill out forms and submit them, Central receives Submissions. Central users with the right roles can then :ref:`manage those Submissions <central-submissions-accessing>` directly in Central, :ref:`download them <central-submissions-download>`, or :ref:`connect to them <central-submissions-odata>` from an external tool like Excel.
7
7
8
-
ODK Central also bundles `Enketo <https://enketo.org>`_, which enables preview and submission of forms directly from a web browser. Please note that as with all ODK clients, Enketo does not always behave quite the same as Collect, or support the same features. Any authorized Web User may fill out a Form directly from the browser, as will be described in more detail below.
8
+
.. _central-web-submissions:
9
9
10
-
Finally, ODK Central offers Public Access Links. A Public Access Link grants anybody in possession of the link the ability to submit to a Form on your server. You can control whether each respondent can submit more than once, and revoke access from any Link at any time.
10
+
Making Submissions from the web
11
+
---------------------------------
11
12
12
-
Submissions sent to Central are available to browse in a preview table, to connect directly to data analysis tools, and for download.
13
+
In general, we recommend using the :doc:`ODK Collect Android application <collect-intro>` when doing enumerator-mediated data collection, especially in offline conditions or when using multiple forms for a single project. To do this, you will need to :ref:`connect to Central from your mobile device <central-users-app-configure>`, and then you will be able to :ref:`send submissions <uploading-forms>` back to Central. However, there are many scenarios in which web forms may be more appropriate:
14
+
15
+
* Self-report. Use single-submission :ref:`Public Access Links <central-submissions-public-link>` that participants can fill out from any device.
16
+
* Public surveys. Use :ref:`Public Access Links <central-submissions-public-link>` and share them on a poster as a QR code, by email, etc.
17
+
* Non-Android mobile devices. You can give enumerators :ref:`Data Collector roles <central-users-web-roles>` in your project or send :ref:`Public Access Links <central-submissions-public-link>` for them to bookmark.
18
+
* Data entry from paper forms. Web forms can be used at a computer with a keyboard to quickly transcribe data collected on paper.
19
+
20
+
ODK Central bundles `Enketo <https://enketo.org>`_ to enable editing, previewing and submitting forms directly from a web browser.
21
+
22
+
.. note::
23
+
24
+
Enketo does not always behave exactly like Collect, or support all the same features. The :doc:`XLSForm template <xlsform>` provides compatibility information and we recommend testing your form as you expect users to interact with it.
25
+
26
+
.. tip::
27
+
28
+
The ODK team is working on ODK Web Forms which will eventually replace Enketo in Central. Starting in Central v2025.1.0, you can :doc:`try it out <web-forms-intro>`!
29
+
30
+
Any authorized Web User may fill out a Form directly from the browser, as will be described in more detail below. Additionally, ODK Central offers Public Access Links which grant anybody in possession of the link the ability to submit to a Form on your server. You can control whether each respondent can submit more than once, and revoke access from any Link at any time. It is also possible to make Enketo web forms :ref:`usable while offline <central-offline-web-forms>`.
13
31
14
32
.. _central-submissions-direct:
15
33
16
34
Direct Web Browser Submissions
17
-
------------------------------
35
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18
36
19
37
Web Users who are Administrators, Project Managers, or Data Collectors can directly fill Forms in the web browser from the Central administration website. This functionality is provided by Enketo, which does not always behave quite the same as Collect, or support the same features.
20
38
21
-
.. image:: /img/central-submissions/new.png
39
+
.. image:: /img/central-submissions/new.png
22
40
23
41
Administrators and Project Managers can begin a survey by going to the :guilabel:`Submissions` tab of the Form, and clicking on the :guilabel:`New` button next to the Submissions header. This will open a new tab which will load the Form in Enketo.
Data Collectors do not have access to the detailed Form management pages. Instead, they will find a :guilabel:`Fill Form` button next to the Form name in the list of Forms on the Project Overview page.
28
46
29
47
.. _central-submissions-public-link:
30
48
31
49
Public Access Links
32
-
-------------------
50
+
~~~~~~~~~~~~~~~~~~~
33
51
34
52
ODK Central allows the distribution of surveys to a broad or open respondent group using Public Access Links. These Links take recipients directly to the Form in their web browser, administered by Enketo.
35
53
36
54
To create a Public Access Link, go to the Form's :guilabel:`Public Access` tab. Click on :guilabel:`Create Public Access Link…` to begin.
In the window that appears, you'll need to name the Link. This name is for your own identification purposes in the administration website, and is not displayed to respondents.
41
60
@@ -49,14 +68,14 @@ You'll also need to decide whether to allow multiple submissions per respondent.
49
68
50
69
Once a Link is created, it will appear in the table, along with a web address you can copy and paste to distribute the Link to respondents.
You cannot yet edit any of the details of a Public Link. This will come in a future version of Central.
73
+
You cannot yet edit any of the details of a Public Link.
55
74
56
75
.. _central-submissions-link-revoke:
57
76
58
77
Revoking a Link
59
-
~~~~~~~~~~~~~~~
78
+
^^^^^^^^^^^^^^^
60
79
61
80
You can revoke a Link at any time to prevent any further Submissions through it. Once a Link is revoked, all Submissions will be immediately denied, and new attempts to load the Form using the Link will result in an error instead.
62
81
@@ -69,7 +88,7 @@ Accessing Submissions
69
88
70
89
To find the Form submissions page, first find the form in the Form listings page (:menuselection:`--> Forms`) and click on it. You will be taken to the :ref:`Form Overview <central-forms-checklist>` page for that form. Click on the :menuselection:`--> Submissions` tab below the form name to find the submissions.
71
90
72
-
.. image:: /img/central-submissions/listing.png
91
+
.. image:: /img/central-submissions/listing.png
73
92
74
93
The table preview you see here will at first show you the first ten fields of your survey and their results, with the latest submissions shown closest to the top. Any downloadable files will appear with a green download link you can use to directly download that media attachment. The submission's instance ID will always be shown at the right side of this preview table.
75
94
@@ -90,12 +109,12 @@ Learn more about these options below:
90
109
91
110
.. _central-submissions-download:
92
111
93
-
Downloading submissions as CSVs
112
+
Downloading Submissions as CSVs
94
113
-------------------------------
95
114
96
115
To download all submission data as :file:`.csv` tables, click on the :guilabel:`Download all # records` button on the right side of the listing page:
If you have any row filters applied to the submission table, those filters will be applied to your download as well. You can use this to, for example, download only submissions from a particular month, or only approved submissions.
101
120
@@ -106,7 +125,8 @@ Export options
106
125
107
126
Once the download dialog opens, you'll be given some additional export options.
Some of the options may be disabled if they do not apply to your data, or if they are not available due to features that you have enabled (such as managed encryption).
112
132
@@ -228,10 +248,10 @@ Once submissions have been reviewed, the submission table download and the OData
228
248
229
249
.. _central-submissions-details:
230
250
231
-
Submission Details
232
-
------------------
251
+
Viewing Submission Details
252
+
--------------------------
233
253
234
-
As of version 1.2, each submission has its own detail page which provides basic information about the submission, an activity history of action and discussion on that submission, and tools for updating the submission review state and data itself.
254
+
Each submission has its own detail page which provides basic information about the submission, an activity history of action and discussion on that submission, and tools for updating the submission review state and data itself.
235
255
236
256
.. image:: /img/central-submissions/details.png
237
257
@@ -246,8 +266,8 @@ You can leave a note when you update the review state, to indicate why the decis
246
266
247
267
.. _central-submissions-editing:
248
268
249
-
Submission Editing
250
-
------------------
269
+
Editing Submissions
270
+
--------------------
251
271
252
272
From the :ref:`submission detail page <central-submissions-details>` you can press the :guilabel:`Edit` button to edit the submission in your web browser. When an edited submission is resubmitted, a new version of it is created, just like a form version. You will be able to see previous submission versions in a future version of Central.
253
273
@@ -257,3 +277,56 @@ Finally, when edits are submitted, the submission :ref:`review state <central-su
257
277
258
278
.. image:: /img/central-submissions/diff.png
259
279
280
+
.. _central-offline-web-forms:
281
+
282
+
Allowing web form users to work offline
283
+
---------------------------------------
284
+
285
+
.. note::
286
+
287
+
ODK Web Forms does not yet support offline use. If someone loses connectivity while filling out an ODK Web Forms form, they will be able to complete filling it out but will need an Internet connection before they can submit.
288
+
289
+
Enketo's offline-capable mode makes it possible to launch a form while offline, save drafts of that form, queue submissions to be sent to a server, and automatically send queued submissions once a connection is available.
290
+
291
+
.. note::
292
+
Queued submissions are automatically sent **only if the form is open** in a browser when a connection is available.
293
+
294
+
You can make an Enketo form offline-capable by changing the form's web address and sharing that modified address. The way to do this depends on your Central version but links from older versions of Central will continue to work in newer versions.
295
+
296
+
.. tab-set::
297
+
298
+
.. tab-item:: Central v2025.1.0+
299
+
300
+
**Offline-capable link that does not require logging in**
301
+
302
+
#. Create a Public Access Link for your form. You can create a single shared link or repeat these instructions for each person filling out data so that you can track who is submitting.
303
+
304
+
#. Copy the link and paste it in a web browser.
305
+
306
+
#. Add ``/offline`` to the address right before the ``?st``.
307
+
308
+
#. Press ``Enter`` on your keyboard, confirm that you are redirected to a new address, and make sure that you see an orange connectivity icon in the upper left of the form.
309
+
310
+
#. Copy the link that you were redirected to and share it with your data collector(s).
311
+
312
+
**Offline-capable link that requires logging in to submit**
313
+
314
+
#. Give the :guilabel:`Data Collector` role to any individual who will need to fill out this form.
315
+
316
+
#. Go to the form filling page for your form by clicking the :guilabel:`Add submission` button.
317
+
318
+
#. You should see your form and the web address should end with ``/new``. Add ``/offline`` to make the address end with ``/new/offline``.
319
+
320
+
#. Press ``Enter`` on your keyboard, confirm that you are redirected to a new address, and make sure that you see an orange connectivity icon in the upper left of the form.
321
+
322
+
#. Copy the link that you were redirected to and share it with your data collector(s). They will need to log in to first access the form and when they submit.
323
+
324
+
.. tab-item:: Central v2024.3.2 and prior
325
+
326
+
#. Go to a web form link by clicking the :guilabel:`New` button on the submissions page or by copying and pasting a :ref:`Public Access Link <central-submissions-public-link>`.
327
+
328
+
#. Add ``x/`` after ``/-/`` in the address. For :ref:`Public Access Links <central-submissions-public-link>`, replace ``single/`` with ``x/``.
329
+
330
+
#. Press ``Enter`` on your keyboard, and make sure that you see an orange connectivity icon in the upper left of the form.
331
+
332
+
#. Copy the link and share it with your data collector(s)
Copy file name to clipboardExpand all lines: docs/form-logic.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -890,7 +890,7 @@ The labels are also shown in the jump menu.
890
890
Filtering options in select questions
891
891
===============================================
892
892
893
-
To limit the options in a select or :doc:`rank <rank-widget>` question based on the answer to a previous question, specify an expression in the ``choice_filter`` column of the **survey** sheet. This choice filter expression must refer to one or more column in the **choices** sheet that the dataset should be filtered by.
893
+
To limit the options in a select or :ref:`rank <rank-widget>` question based on the answer to a previous question, specify an expression in the ``choice_filter`` column of the **survey** sheet. This choice filter expression must refer to one or more column in the **choices** sheet that the dataset should be filtered by.
894
894
895
895
For example, you might ask your enumerators to select a state first, and then only display cities within that state. This is referred to as a "cascading select" and can be extended to any depth. The example below has two levels: job category and job title.
0 commit comments