From 41aa6e871fa0138b7126f24a88c7cbd55623954a Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Sun, 11 Jun 2023 11:42:41 +0200 Subject: [PATCH] Docs: write down test protocol --- Docs/UserTests/Test_protocol.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 Docs/UserTests/Test_protocol.md diff --git a/Docs/UserTests/Test_protocol.md b/Docs/UserTests/Test_protocol.md new file mode 100644 index 0000000000..ae4c5c8cbe --- /dev/null +++ b/Docs/UserTests/Test_protocol.md @@ -0,0 +1,33 @@ +# Test Protocol + +This is the default test protocol for performing basic tasks with MapComplete. + +## Exploring the interface + +Open up the homepage. + +1. What does the participant think the website does? +2. Can you find a map with a topic that is interesting to you? + +## Exploring the map + +1. Can the participant find a POI nearby the current location? +2. Can the participant open up basic information? +3. Can the participant filter for data? +4. Can the participant change the background layer? +5. What are the legal requirements of using the map? + +## Making changes + +1. Can the participant login or create a new account? +2. Can the participant make a change to an existing POI? +3. Can the participant add a picture? +4. Can the participant add a new POI? + +## Advanced features + +1. Can the participant change the language of the interface to their preferred language? +2. Can the participant export the data in view for analysis? +3. Can the participant create a PDF-map for print? +4. Can they change the license of their picture? Can they explain what the CC0 and their chosen licenses imply? +5. Can they find the chatroom?