Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • {text} - text input 
  • {select} - combo box with predefined categories
  • {option} - options with predefined categories
  • {option-horiz} - options with predefined categories
  • {date} - date input
  • {check} - check box
  • {number} - whole number input
  • {decnumber} - decimal number input
  • {label} - text description (no input)
  • {file} - input to upload a file
  • {line} - line, block separator (no input)

The text of parameter name can contain a formatting based on html tags. For example:

  • <b>text</b>  - bold text
  • <I>text</i>    - italic text
  • 10<sup>9</sup>   - superscript 109


The main goal of the docx import is simplify creating of new study. It doesn't replace the whole process. Some steps (inline groups, formattingformulas, conditional visibility etc.) still must be done in the CRF Designer. 

...