Loading project/templates/annotator/batch.html +2 −2 Original line number Diff line number Diff line Loading @@ -39,9 +39,9 @@ <li>You are not allowed to choose an item as both {{best}} and {{worst}} in the same tuple.</li> {% if not mturk %} <li> Your submitted datas are only validated if you answer all of the questions. Or you can save this batch and complete it later!</li> <li> Your submitted data are only validated if you answer all the questions. Or you can save this batch and complete it later!</li> {% else %} <li> Your submitted datas are only validated if you answer all of the questions!</li> <li> Your submitted data are only validated if you answer all the questions!</li> {% endif %} </ul> </div> Loading Loading
project/templates/annotator/batch.html +2 −2 Original line number Diff line number Diff line Loading @@ -39,9 +39,9 @@ <li>You are not allowed to choose an item as both {{best}} and {{worst}} in the same tuple.</li> {% if not mturk %} <li> Your submitted datas are only validated if you answer all of the questions. Or you can save this batch and complete it later!</li> <li> Your submitted data are only validated if you answer all the questions. Or you can save this batch and complete it later!</li> {% else %} <li> Your submitted datas are only validated if you answer all of the questions!</li> <li> Your submitted data are only validated if you answer all the questions!</li> {% endif %} </ul> </div> Loading