Skip to content

Commit

Permalink
Other. Tabs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan David Pastás Rivera committed Jul 11, 2015
1 parent 044e2af commit 46067ff
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,17 @@ Explanation:
1. `name` is the name for the inputs
1. `question text` is the question text
1. `type` can be `text`, `checkbox`, `radio`, `textarea`. `text` is default.
1. `option_1` and `option_2` are the texts to display as options
1. `option 1` and `option2` are the texts to display as options
1. If option starts with `other`(case insensitive), you get a text field in front of it.

Note: tabs are not needed, you could write:

```
- name: What is your name?
radio
I don't want to tell you
Other
```

# Usage

Expand Down

0 comments on commit 46067ff

Please sign in to comment.