From 07374f81693d83cdd56b8f64537d054c0b35d555 Mon Sep 17 00:00:00 2001 From: Jacob K Date: Sun, 14 Aug 2022 20:12:46 -0500 Subject: [Google Forms] Add more TODO items. --- src/docs-google-com-fix-forms/google_forms.js | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/docs-google-com-fix-forms/google_forms.js b/src/docs-google-com-fix-forms/google_forms.js index dcb2d54..4917ce8 100644 --- a/src/docs-google-com-fix-forms/google_forms.js +++ b/src/docs-google-com-fix-forms/google_forms.js @@ -97,7 +97,12 @@ function goToNext() for (const next_but of document.querySelectorAll('[jsname=OCpkoe]')) next_but.addEventListener("click", goToNext); -// TODO: -// * support "back" with instatiation of previous entries -// * find and fix form parts that still don't work (if any) - +/* TODO: + * support "back" with instatiation of previous entries + * find and fix form parts that still don't work (if any) + * support dropdown inputs + * support "other" radio buttons and "other" checkbox buttons, in which the + user types text in addition to selecting the "other" box + * support reCAPTCHA integration + * support displaying public analytics ("viewanalytics" instead of "viewform") +*/ -- cgit v1.2.3