{
    "reason": "Irregular format (part 2 requires user to read the letters off the screen)",
    "part1length": 1,
    "inputs": {
        "selector": "code",
        "indexes": [1, 1]
    },
    "answers": {
        "selector": "em",
        "indexesOrLiterals": [6, 9],
        "transforms": [{
            "functions": [
                { "substring": [6, 7] },
                { "toUpperCase": [] }
            ],
            "appliesTo": [1]
        }]
    }
}