Created
September 19, 2017 20:52
-
-
Save adolfobrunno/4d764d77a0ed2e580deaff9ca6293296 to your computer and use it in GitHub Desktop.
Modelo userTask
This file contains 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
<audora:userTask> | |
.... | |
<audora:question question="bla bla bla" type="select"> | |
<audora:answer value="a" score="1" /> | |
<audora:answer value="b" score="2" /> | |
</audora:question> | |
</audora:userTask> | |
<audora:userTask> | |
.... | |
<audora:question question="bla bla bla" type="input" /> | |
</audora:userTask> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment