2014-04-19 3 views
0

CML 언어를 사용하여 CrowdFlower에서 작업을 설정하려고합니다. 난 유일한 논리와 함께 다음과 같은 오류가 계속 나타납니다.CrowdFlower : if-ony 논리

contains only-if logic that references a missing field 

이것은 코드입니다.

<cml:radios label="Is there any spoken text in the first audio or is the audio file empty?" class="" validates="required" instructions="Press the play button to play the audio in the above audio file. If you can't hear any audio please select the second option."> 

<cml:radios label="Which option do you believe best answers the question" class="unmodified" only-if="is_there_any_spoken_text_in_the_first_audio_or_is_the_audio_file_empty?:[0]" validates="required"><cml:radio label="First option"/><cml:radio label="Second option"/><cml:radio label="Third option"/><cml:radio label="I would like to hear more options"/></cml:radios> 

나는 어디에서나 문서를 검토했지만 아무 도움도 보이지 않습니다.

답변

0

CML은 quesionmarks ("?")를 좋아하지 않습니다. 나는 오류가 없었다, 그것을 제거되면 내 라벨

<cml:radios label="Is there any spoken text in the first audio or is the audio file empty?" class="" validates="required" instructions="Press the play button to play the audio in the above audio file. If you can't hear any audio please select the second option."> 

에 사용했다.

희망이 있으면 도움이됩니다.