Informed consent

What is the problem? Please be detailed.
How can o add an informed consent and signature to be allowed

What ODK tool and version are you using? And on what device and operating system version?

Lshtm ODK tablets
What steps can we take to reproduce the problem?
Written or video steps

What you have you tried to fix the problem?

Nothing
Anything else we should know or have? If you have a test form or screenshots or logs, attach here.

You can get this done by combining a few things:

  • A draw widget can help you collect a signature. Depending on what form authoring tool you are using the way to do that varies.
  • A checkbox to get a yes/no acceptance that you can actually attach logic to (it's kind of tricky to verify if they have actually drawn anything.
  • Some logic like the kind discussed here to skip the rest of the form if they don't consent.
2 Likes

If you're using an Excel sheet to design your form, use the following:

type
image
name
newsign
appearance
signature

that's amazing many thanks,

Is there anyway we add tick boxes for the informed consent ?

Abrar

If you’re using a spreadsheet to design your form:

type
select_one [list name] or select_multiple [list name] ... depending on how many things users have to consent to ... with those things listed in the choices tab

1 Like

You could pace a 'Do you Consent?' Q (with a 'select_one' option), coupled with a second question capturing signature (per the suggested method from @Vanubhav) on the same page/screen. This can done by placing these 2 questions in the same group and placing 'field-list' in the appearance of the group.

A potential issue using field list in this example is having the signature contingent on the 'Do you consent' Q (if they are on the same page, relevant statments can't apply), so signature would a) not need to be required or b) be captured even if they do not consent.

3 Likes

Can we add fingerprint for the consent in the ODK

Currently, no, you can't have fingerprints in the form. You'd have to have a device that does fingerprint scanning and add Java code to Collect to support that. If this is feature you'd like, file it at https://forum.getodk.org/c/features.

One alternative you might want to consider is the signature widget. You can add that today, but note that increases the size of your submission because it's a picture.

1 Like