Browse Source

Update README.md

Andrej Studen 4 years ago
parent
commit
fb867e9948
1 changed files with 13 additions and 2 deletions
  1. 13 2
      README.md

+ 13 - 2
README.md

@@ -44,10 +44,21 @@ Open the Forms list. Add new entry. Some fields can only have the default value:
 - viewURL: visit0.view
 - viewURL: visit0.view
 
 
 Form name can be any string, including spaces. Setup query is still to be created, but it
 Form name can be any string, including spaces. Setup query is still to be created, but it
-should name in Setup to distinguish it from others, say demographicsSetup. 
+should name in Setup to distinguish it from others, say demographicsSetup. The last field, 
+master query is to be set to the created spreadsheet. Master queries must contain
+a participantCode field, and that is the field that will be used as the assignment field.
 
 
+Finally, create the setup list. It should contain the fields in the image
+
+![setup list][setupList]
+
+An example is shown in the next figure
+
+![setup list example][setupListExample]
 
 
 [studyParameters]: img/studyParametersSnapshot.png
 [studyParameters]: img/studyParametersSnapshot.png
 [exampleList]: img/exampleListSnapshot.png
 [exampleList]: img/exampleListSnapshot.png
 [listArchive]: setup/initialLists.zip
 [listArchive]: setup/initialLists.zip
-[labkeyEnableModule]: https://www.labkey.org/Documentation/wiki-page.view?name=enableModuleInFolder
+[labkeyEnableModule]: https://www.labkey.org/Documentation/wiki-page.view?name=enableModuleInFolder
+[setupList]: img/setupList.png
+[setupListExample]: img/setupListExample.png