浏览代码

Update README.md

Andrej Studen 4 年之前
父节点
当前提交
fb867e9948
共有 1 个文件被更改,包括 13 次插入2 次删除
  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