diff --git a/README.md b/README.md index 03b5ef5..1a6f8ac 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,18 @@ **📝 Simple surveys and questionnaires, self-hosted** +### Straightforward form creation ![](screenshots/forms1.png) +### Simple sharing and responding +![](screenshots/forms2.png) + +### Response visualization and exporting +![](screenshots/forms3.png) + - **📝 Simple design:** No mass of options, only the essentials. Works well on mobile of course. -- **💾 Export results:** Results can be exported as CSV in the same format used by Google Forms. +- **📊 View & export results:** Results are visualized and can also be exported as CSV in the same format used by Google Forms. +- **🔒 Data under your control!** Unlike in Google Forms, Typeform, Doodle and others, the survey info and responses are kept private on your instance. - **🙋 Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)! diff --git a/appinfo/info.xml b/appinfo/info.xml index 0a17a80..3683f51 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -7,7 +7,8 @@ 2.0.0-beta.4 @@ -41,6 +42,7 @@ https://raw.githubusercontent.com/nextcloud/forms/master/screenshots/forms1.png https://raw.githubusercontent.com/nextcloud/forms/master/screenshots/forms2.png + https://raw.githubusercontent.com/nextcloud/forms/master/screenshots/forms3.png diff --git a/screenshots/forms3.png b/screenshots/forms3.png new file mode 100644 index 0000000..8c99944 Binary files /dev/null and b/screenshots/forms3.png differ