wiki:OnyxQuestionnaire

Version 8 (modified by Nick Holden, 13 years ago) ( diff )

--

Onyx (questionnaire)

Wiki page for notes and development of the BRICCS Onyx questionnaire.

Versions are managed on the OnyxVersions page. Each version should have a trac ticket created to list and link to the changes (each change has its own ticket) scheduled for that version.

Questionnaire is edited using eclipse and svn. We are currently editing the language files in src at the same time as editing the questionnaire building java files. After building the questionnaire, the language file in the target is not automatically overwritten by the one we edit in source. This means we have a mismatch - the language files in source are correct, those in target are not, while the questionnaire.xml in target are correct, and those in source are not.

Make sure you read this: http://wiki.obiba.org/display/ONYX17x/Building+Custom+Questionnaires#BuildingCustomQuestionnaires-BuildingYourQuestionnaire

Important to test with html output from questionnaire building process before doing anything else. Currently we are rebuilding the entire onyx artifact each time we create new questionnaire files. To do this, after building the questionnaire, copy each questionnaire.xml file from the relevant /target/questionnaire/ folder to the relevant /src/ folder, and then run 'mvn clean install' in top level of the project workspace. This builds locally to the maven repository on your own machine. Then run the shell script to deploy the artifact. Note that mvn must be able to ssh to the mvn.briccs.org.uk server, which means that 'mvn.briccs.org.uk' must be in the ssh known_hosts.

Notes for deploying the BRICCS Onyx Questionnaire are on the OnyxDeployment page.

Need to consider refining the process to separate the questionnaire from the code, in the way suggested on the Obiba wiki. Then versioning each questionnaire stage separately, and the code separately again.

Need to begin testing the questionnaire for 'healthy control' recruitment. Test onyx deployment is established. Jason has supplied a list of 'patient IDs' that are current in the test PMI so that we can use them. The list is in the OnyxTestSystem page.

HTML version

A zipped file containing HTML prints of the questionnaire (v.1.9.2) is available.

Attachments (1)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.