<% /** * Confirmation page * * @author Jeroen Wesbeek * @since 20100225 * @package wizard * @see dbnp.studycapturing.WizardTagLib::previousNext * @see dbnp.studycapturing.WizardController * * Revision information: * $Rev: 359 $ * $Author: duh $ * $Date: 2010-04-20 12:42:20 +0000 (di, 20 apr 2010) $ */ %> You are almost there... You are almost done creating your study. Below you will find a summary of the study you have just defined. If everything is well, click 'next' to permanently save the study you have created, or click 'previous' if you need to modify parts of your study.

General overview

You are about to create a study containing ${subjects.size()} subjects, ${eventDescriptions.size()} event descriptions and ${events.size()} events grouped into ${eventGroups.size()} event groups.

Study

  • title: ${study?.title}
  • description: ${study?.description}
  • research question: ${study?.researchQuestion}
  • code: ${study?.code}
  • EC code: ${study?.ecCode}
  • ${field.name} - ${study.getFieldValue(field.name)}

Not right? Click to go back to the study page and make corrections.

Subjects

${subjects}

Not right? Click to go back to the subjects page and make corrections.

Events

${subjects}

  • List item one
  • List item two
  • List item three
Not right? Click to go back to the events page and make corrections.
TODO
  • this page is not complete yet, finish it to summerize the study you are about to store in the database