Creating a form that can be used ın data analysis

Hello,

How can I create a form that can be sent to multiple people?
The form will have questions of which have multiple choices. I would then like to be able to analyze the forms to see how many people chose which answers.

I am brand new to Libreoffice so if someone can point me to the right documentation to learn how to do the above, ıut will be much appreciated.

1 Like

You may have seen the links by @Villeroy not suggesting LibreOffice. Your task can’t be done easily with an Office-suite, wich is usually bound to a desktop-computer or Laptop.
.
You may check the documentation on Writer and find how to create forms or even read on forms with Base (the database-connection of LibreOffice), but the first problem to solve would be the receivers of your form would need LibreOffice to fill your forms. The second, their data would stay on their computers.
.
To avoid the first obstacle one could convert forms to pdf, for the second a database on a website (often MySQL) could be used.
.
At this point most people use either a Webservice as already suggested, or will create the form with php on a website and only access the result in the MySQL-database via Base or export to csv.
.
So choice is yours, but you will probably not find a step-by step documentation for LibreOffice… (If you find something, you are welcome to post it here).

1 Like

Thank you for your reply. It is much appreciated. :slight_smile:

I will browse Villeroy’s posts and rethink this ıdea :slight_smile:

You might be able to achieve this via an XForm

… together with a http server on the world wide web.

1 Like