{
  "semantics":[
    {
      "label":"Media",
      "fields":[
        {
          "label":"Tipo",
          "description":"Optional media to display above the question."
        }
      ]
    },
    {
      "label":"Descripción de la tarea",
      "default":"Rellenar las palabras que faltan",
      "description":"Una guía que dice al usuario cómo responder a esta tarea."
    },
    {
      "label":"Bloques de texto",
      "entity":"bloque de texto",
      "field":{
        "label":"Línea de texto",
        "placeholder":"Oslo es la capital de *Noruega*.",
        "description":"",
        "important":{
          "description":"<ul><li>Se añaden espacios en blanco con un asterisco (*) delante y detrás de la palabra/frase correcta.</li> <li>Respuestas alternativas se separan con una barra diagonal (/).</li> <li>Puede agregar un texto de consejo, mediante dos puntos (:) delante del texto consejo.</li></ul>"
        }
      }
    },
    {
      "label":"Overall Feedback",
      "fields":[
        {
          "widgets":[
            {
              "label":"Default"
            }
          ],
          "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":"Texto para el botón de \"Mostrar soluciones\"",
      "default":"Mostrar solución"
    },
    {
      "label":"Texto para el botón de \"Reintentar\"",
      "default":"Retry"
    },
    {
      "label":"Text for \"Check\" button",
      "default":"Check"
    },
    {
      "label":"Text for \"Not filled out\" message",
      "default":"Please fill in all blanks to view solution"
    },
    {
      "label":"Text for \"':ans' is correct\" message",
      "default":"':ans' is correct"
    },
    {
      "label":"Text for \"':ans' is wrong\" message",
      "default":"':ans' is wrong"
    },
    {
      "label":"Text for \"Answered correctly\" message",
      "default":"Answered correctly"
    },
    {
      "label":"Text for \"Answered incorrectly\" message",
      "default":"Answered incorrectly"
    },
    {
      "label":"Assistive technology label for solution",
      "default":"Correct answer:"
    },
    {
      "label":"Assistive technology label for input field",
      "description":"Use @num and @total to replace current cloze number and total cloze number",
      "default":"Blank input @num of @total"
    },
    {
      "label":"Assistive technology label for saying an input has a tip tied to it",
      "default":"Tip available"
    },
    {
      "label":"Tip icon label",
      "default":"Tip"
    },
    {
      "label":"Behavioural settings.",
      "description":"These options will let you control how the task behaves.",
      "fields":[
        {
          "label":"Enable \"Retry\""
        },
        {
          "label":"Enable \"Show solutions\" button"
        },
        {
          "label":"Automatically check answers after input"
        },
        {
          "label":"Case sensitive",
          "description":"Makes sure the user input has to be exactly the same as the answer."
        },
        {
          "label":"Require all fields to be answered before the solution can be viewed"
        },
        {
          "label":"Put input fields on separate lines"
        },
        {
          "label":"Disable image zooming for question image"
        },
        {
          "label":"Show confirmation dialog on \"Check\"",
          "description":"This options is not compatible with the \"Automatically check answers after input\" option"
        },
        {
          "label":"Show confirmation dialog on \"Retry\""
        },
        {
          "label":"Accept minor spelling errors",
          "description":"If activated, an answer will also count as correct with minor spelling errors"
        }
      ]
    },
    {
      "label":"Check confirmation dialog",
      "fields":[
        {
          "label":"Header text",
          "default":"Finish ?"
        },
        {
          "label":"Body text",
          "default":"Are you sure you wish to finish ?"
        },
        {
          "label":"Cancel button label",
          "default":"Cancel"
        },
        {
          "label":"Confirm button label",
          "default":"Finish"
        }
      ]
    },
    {
      "label":"Retry confirmation dialog",
      "fields":[
        {
          "label":"Header text",
          "default":"Retry ?"
        },
        {
          "label":"Body text",
          "default":"Are you sure you wish to retry ?"
        },
        {
          "label":"Cancel button label",
          "default":"Cancel"
        },
        {
          "label":"Confirm button label",
          "default":"Confirm"
        }
      ]
    }
  ]
}