Disclaimer: Based in user experience alone


*Within fair use policy

First you need a Google account

Ready to create a new project

Add in your project’s details

Congratulations!
You have now created your project website. Click on
OK, OPEN FORMBUILDER NOW
The Form Builder is your friend:

That’s it! Now go out there!


Add project

Add Entry:

Upload Now > Upload Data
View Data to download as .csv.

| ec5_uuid | created_at | title | 1_Name | 2_Gender |
|---|---|---|---|---|
| d541a4c6… | 2019-01-12T19:45… | Cristian | Cristian | Male |
| ec5_uuid | ec5_parent_uuid | created_at | title | 3_Weight_kg | 4_Height_cm |
|---|---|---|---|---|---|
| 5d3e90c… | d541a4c6… | 2019-01-12T19:47… | 80177 | 80 | 177 |
parent <- read.csv(‘file_path’, check.names=F)
child <- read.csv(‘file_path’, check.names=F)
tutorial <- merge(parent, child,
by.x=‘ec5_uuid’, by.y= ‘ec5_parent_uuid’)
Other cool stuff that you can do
Useful links:
User guide: https://epicollect5.gitbooks.io/epicollect5-user-guide/content/
iOS App Store: https://itunes.apple.com/us/app/epicollect5/id1183858199?mt=8
Android Play Store: https://play.google.com/store/apps/details?id=uk.ac.imperial.epicollect.five