{
    "path": "/home/krm/dev/mimer-academia/programing/js/introduction/Questions/io-test-1.sv.json",
    "s": "Ignor",
    "invert": true,
    "level": 1,
    "title": [
        "IO test 1"
    ],
    "author": [
        "krm"
    ],
    "created": {
        "year": 2022,
        "month": 9,
        "day": 28
    },
    "status": "alpha",
    "description": [],
    "statments": [],
    "comment": [],
    "cards": [
        {
            "level": 1,
            "index": 1,
            "title": [
                "🪧 Summan av två tal?"
            ],
            "description": [],
            "lang": "js",
            "code": "let a = Number(prompt(\"A?\"));\nlet b = Number(prompt(\"B?\"));\nconsole.log(a+b)",
            "statments": [],
            "comment": [],
            "cards": [
                {
                    "level": 2,
                    "index": 1,
                    "title": [
                        "🐾 Test 1"
                    ],
                    "description": [],
                    "lang": "test",
                    "code": "> 1\n> 2\n3",
                    "statments": [],
                    "comment": []
                },
                {
                    "level": 2,
                    "index": 2,
                    "title": [
                        "🐾 Test 2"
                    ],
                    "description": [],
                    "lang": "test",
                    "code": "> 2\n> 3\n5",
                    "statments": [],
                    "comment": []
                }
            ],
            "kind": "question"
        }
    ],
    "kind": "questions"
}