Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.23 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.23 KB

sc-ql-2012-2013-rascal

About

Rascal implementation of a DSL for questionnaires, QL, which is the assignment for the Language Workbench Competition 2013.

Questionnaires consist of (conditional) declarations of questions. These declarations will be compiled to a interactive questionnaire consisting of a HTML form, JavaScript control flow and input checking and PHP input validation (resulting in a validated JSON object containing all the answers).

The second part of this assignment was building a DSL which extends the questionnaires, by being able to declare styling attributes for the questionnaire. This will generate additional CSS and JavaScript to enhance the questionnaire with the styling attributes.

Demonstration

Documentation