From 54060b0dab3676e02c60a0e026c01387dc7f4a69 Mon Sep 17 00:00:00 2001 From: Raphael Menges Date: Mon, 25 May 2020 19:34:58 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea4065a..ee7b49e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # StupidSurvey.js Stupidly simple survey framework with JavaScript and **without database**. It allows to design **single-page surveys with pagination**, **required fields**, and **automatic client-side checkpoints** via Web storage. -The most important HTML form elements have been wrapped to be coveniently available and stylable. +The most important HTML form elements have been wrapped to be conveniently available and stylable. Replies by participants are stored as .json in your nextcloud, or any other file drop. You can setup the survey by using a Docker container and providing a public nextcloud file drop for the replies. This does spare you from learning any basics in SQL and you only need to edit the front-end. From e04ae22872055df3a8c6101f809718926b0764b8 Mon Sep 17 00:00:00 2001 From: Raphael Menges Date: Mon, 10 Oct 2022 10:10:23 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee7b49e..7963c3a 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Adding further form elements should not be difficult, too. Have a look at [StupidSurvey.js](/js/StupidSurvey.js), also to know about the parameters for each form element. ## Setup -See [deploy.sh](/deploy.sh) and the [Dockerfile](/dockerfile) for further details. +See [deploy.sh](/deploy.sh) and the [Dockerfile](/Dockerfile) for further details. Should run on any modern docker environment. ## Local setup