I'm tired of click and drag elements and want to be able to describe the form via plain text only. I think it's similar to DOT, a graph description language that is well known for Graphviz user. Something like:
[Likert]
level: 5
strongly disagree| disagree | neutral | agree | strongly agree
question:
title: 1. The website has a user friendly interface
default: 2
And it will generate the form automatically. That's also easier to use git. Is that possible?
Related question: Is there a description language for making form?