Created
May 10, 2014 21:02
-
-
Save philipjohn/8607ac5d892468dbcebb to your computer and use it in GitHub Desktop.
An example of using markdown to question/answer generation in a "Who Should I Vote For?" system
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
question: The UK should leave the EU | |
category: European Union | |
--- | |
# Answers | |
## Strongly Agree | |
UKIP | |
## Agree | |
Conservatives | |
## Neither | |
## Disagree | |
Labour | |
## Strongly Disagree | |
Liberal Democrats | |
# References | |
## UKIP | |
[link to relevant UKIP manifesto](http://ukip.org.uk/policy) | |
## Conservatives | |
[link to relevant Conservative manifesto](http://conservatives.org.uk/policy/the-eu) | |
## Labour | |
[link to relevant Labour manifesto](http://labour.org.uk/policy/europe) | |
## Liberal Democrats | |
[link to relevant LD manifesto](http://liberaldemocrats.org.uk/european-union) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment