Created
August 31, 2015 18:05
-
-
Save WilCF/7016bc61ef987b8ac3e8 to your computer and use it in GitHub Desktop.
Vita
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
<cml:radios label="JOB TITLE : {{raw}} CAN BE BEST PARAPHRASED AS " validates="required" gold="true" name="job_title__raw_can_be_best_paraphrased_as_" aggregation="agg"> | |
<cml:radio label="CHOICE A: {{orginal_stdn}}" value="{{original_stdn}}"></cml:radio> | |
<cml:radio label="CHOICE B: {{new_stdn}}" value="{{new_stdn}}"></cml:radio> | |
<cml:radio label="both CHOICE A and CHOICE B are equally suitable" value="both_choice_a_and_choice_b_are_equally_suitable"></cml:radio> | |
<cml:radio label="neither CHOICE A nor CHOICE B are suitable paraphrases" value="neither_choice_a_nor_choice_b_are_suitable_paraphrases"></cml:radio> | |
<cml:radio label="I don't know" value="i_don_t_know"></cml:radio> | |
</cml:radios> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment