From 3993133bcf0aafda0b0978709534175cb583e049 Mon Sep 17 00:00:00 2001 From: Jess Roberts <132015568+JessRoberts-Kobo@users.noreply.github.com> Date: Mon, 28 Oct 2024 18:20:22 -0600 Subject: [PATCH] Update question_types.md --- source/question_types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/question_types.md b/source/question_types.md index 879f60fb..d962ef34 100644 --- a/source/question_types.md +++ b/source/question_types.md @@ -21,7 +21,7 @@ available to use in your XLSForm and formbuilder: | geoshape | | Record a polygon of multiple GPS coordinates; the last point is the same as the first point. | | date | | Date input. | | time | | Time input. | -| dateTime | | Accepts a date and a time input. | +| datetime | | Accepts a date and a time input. | | image | | Take a picture or upload an image file. | | audio | | Take an audio recording or upload an audio file. | | background-audio | | Audio is recorded in the background while filling the form. |