kobotoolbox / koboform

A Java/GWT based formbuilder (no longer supported). Replaced by dkobo.
2 stars 8 forks source link

Make Form Uneditable #31

Open Dylan-Gillespie opened 11 years ago

Dylan-Gillespie commented 11 years ago

From neil.hen...@kobotoolbox.org on May 22, 2012 14:12:55

Summary: A setting to toggle whether a form can be further edited in KoBoForm, or if it is "Locked" for editing. proposed use-case: In the panel for giving the form a name, provide a checkbox for "Read-Only". When checked, none of the questions can be edited. additional comments: There is no way to really protect the form, since it is just XML and can be edited in Notepad. However, it's worth offering something to let you know when a form is completed. If you are doing research, you don't want to have more than one version of the survey in use. Caveat, since there is no real user management in KoBoForm, there is no way to stop someone from un-checking the read-only toggle.

Original issue: http://code.google.com/p/kobo/issues/detail?id=31

Dylan-Gillespie commented 11 years ago

From gov...@gmail.com on May 22, 2012 16:57:03

This one's good. Let me to expand a bit.

This proposed "toggle" should prevent the user from making further revisions using KoBo Form, except:

  1. delete the form
  2. submit the form

Within KoBo Form, there should be no way to "un-toggle" it. Of course, other apps can edit the XML file directly, but this is on the assumption those apps are installed/installable in the device.

When checked, none of the answers can be edited. The questions are not editable from within KoBo Form.