Simplest possible approach for publishing and maintaining questionnaires to go along with lab assessments:
- ADA publishes markdown formatted questionnaire templates for each security profile
- Labs do the necessary data entry respecting markdown formatting
- Labs use pandoc to convert the completed questionnaire into .pdf
$ pandoc form.md -o form.pdf
- Labs attach the completed questionnaire to Assessments as a blocking step when the assessment is completed
- CB verifies questionnaires when making decisions about Certification Requests