Working with Multiple Page Clinical Assessment Layout Documents 

While working with multiple page assessment layouts, you can select the page you want work on by selecting the corresponding page number from the dropdown in the toolbar. You can append a new page by pressing the button in the toolbar.

Once you are down with a document you can select File->Save As to save the layout document in XML. You can load a saved layout document via File->Open menu item.

Editing container and display element properties 

Creating a multi-answer question

A multi-answer question, (like drug dosage history) is laid out like any regular question with following two constraints;
  1. Each multi-answer question needs to be contained within a SINGLE container row with a SINGLE column of the topmost container you have added for the assessment page. Since containers can be nested arbitarily, the layout possibilities within that single container row is not limited.
  2. Each multi-answer question needs to have an Add button component to add new input for additional answers (upto (and including) the max allowed answer limit)
  3. New: As of 4/4/2006, each multi-answer question can have also a Remove Last button component to remove the current last answer displayed on the form. Thus you can delete multiple answer entries starting from the last one going backwards excluding the first entry which is not allowed to delete and ignored if attempted
An example multi-answer question layout is shown below



The container layout for this question is shown below. Notice that the whole multi-answer question is contained within an outer container (the black container), that is necessary  for the question to be recognized as  multi-answer question  with  potentially multiple score assignments (like the question above).



Once a multi-answer question laid out, the input fields can be logically grouped (for mutually exclusive radio button groups, and check box groups) and associated with their corresponding scores like a regular question. Then the question needs to be grouped (See Group Selection as a Question above) and the question metadata information needs to be supplied
  1. question type = multi-answer
  2. Min Answer = 1 (always needs to be one currently)
  3. Max Answer (> 1) (Even if you don't know the possible maximum answer number, provide a conservative guess. There will be maximum answer number of hidden form fields, so the conservative guess needs to be reasonable.)