Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Category 1 & 2

Wiki Markup
```{
    "data": {
        "question": {
            "text": "Complete the sequence: 21, 23, __1__, __2__, 29",
            "audio": "",
            "image": ""
        },
        "answers": [
            [ "25" ],
            [ "27" ]
        ],
        "data":{
            "expAnswers": [
                [ "25" ],
                [ "27" ]
            ],
            "expAnsIndices": [ 
                [ 0, 1 ]
            ]
        }
    },
    "config": {
        "eval_ignore_case": true,
        "eval_ignore_whitespaces": true
    }
}```