{
  "semantics":[
    {
      "label":"Opis zadatka",
      "description":"Describe how the user should solve the task.",
      "placeholder":"Click on all the verbs in the text that follows."
    },
    {
      "label":"Textfield",
      "placeholder":"This is an answer: *answer*.",
      "description":"",
      "important":{
        "description":"<ul><li>Marked words are added with an asterix (*).</li><li>An asterix may be escaped with another asterix, resulting in ** = *.</li></ul>"
      }
    },
    {
      "label":"Pozadinska zamućenost za elemente za uzimanje",
      "fields":[
        {
          "widgets":[
            {
              "label":"Standard"
            }
          ],
          "label":"Define custom feedback for any score range",
          "description":"Click the \"Add range\" button to add as many ranges as you need. Example: 0-20% Bad score, 21-91% Average Score, 91-100% Great Score!",
          "entity":"range",
          "field":{
            "fields":[
              {
                "label":"Score Range"
              },
              {
                
              },
              {
                "label":"Feedback for defined score range",
                "placeholder":"Fill in the feedback"
              }
            ]
          }
        }
      ]
    },
    {
      "label":"Oznaka za dugme \"Provjeri\"",
      "default":"Provjeri"
    },
    {
      "label":"Oznaka za dugme \"Ponovi\"",
      "default":"Ponovi"
    },
    {
      "label":"Text for \"Show solution\" button",
      "default":"Prikaži rješenje"
    },
    {
      "label":"Podešavanje ponašanja.",
      "description":"Diese Optionen kontrollieren, wie sich die Aufgabe verhält.",
      "fields":[
        {
          "label":"Omogući \"Ponovi\" dugme"
        },
        {
          "label":"Enable \"Show solution\" button"
        },
        {
          "label":"Show score points",
          "description":"Show points earned for each answer."
        }
      ]
    },
    {
      "label":"Correct answer text",
      "default":"Tačno!!",
      "description":"Text used to indicate that an answer is correct"
    },
    {
      "label":"Incorrect answer text",
      "default":"Netačno!!",
      "description":"Text used to indicate that an answer is incorrect"
    },
    {
      "label":"Missed answer text",
      "default":"Missed!",
      "description":"Text used to indicate that an answer is missing"
    },
    {
      "label":"Description for Display Solution",
      "default":"Task is updated to contain the solution.",
      "description":"This text tells the user that the tasks has been updated with the solution."
    }
  ]
}