{
    "path": "/home/krm/dev/mimer-academia/programing/js/introduction/Questions/object.sv.json",
    "s": "Ignor",
    "invert": true,
    "level": 1,
    "title": [
        "Att få ett värde från ett object"
    ],
    "status": "alpha",
    "author": [
        "krm"
    ],
    "created": {
        "year": 2022,
        "month": 10,
        "day": 6
    },
    "description": [],
    "statments": [],
    "comment": [],
    "cards": [
        {
            "level": 1,
            "index": 1,
            "reflection": true,
            "title": [
                "Vad är ett objekt?"
            ],
            "description": [],
            "statments": [],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 2,
            "reflection": true,
            "title": [
                "Vad är en egenskap?"
            ],
            "description": [],
            "statments": [],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "title": [
                "🪧 Våra vänner math objektet"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "math.sqrt(tal)",
                        " Tar roten utav ett ",
                        [
                            {
                                "form": "important"
                            },
                            "tal"
                        ],
                        "."
                    ]
                },
                {
                    "description": [
                        "math.sin(radian)",
                        " Beräknar sinus utan en vinkel ",
                        [
                            {
                                "form": "important"
                            },
                            "radian"
                        ],
                        " som anges i radianer."
                    ]
                }
            ],
            "comment": [],
            "cards": [
                {
                    "level": 2,
                    "index": 4,
                    "exactly": true,
                    "title": [
                        "Vad returneras av utrycket **math.sqrt(9)**?"
                    ],
                    "description": [
                        "3"
                    ],
                    "statments": [],
                    "comment": []
                },
                {
                    "level": 2,
                    "index": 5,
                    "exactly": true,
                    "title": [
                        "Vad returneras av utrycket **math.sin(0)**?"
                    ],
                    "description": [
                        "0"
                    ],
                    "statments": [],
                    "comment": []
                }
            ],
            "kind": "question"
        },
        {
            "level": 1,
            "title": [
                "🪧  Våra vänner spel objekten"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "player",
                        " Står för en spelar i vår figur spel."
                    ]
                },
                {
                    "description": [
                        "player.step(steg)",
                        " Tar ett steg i spelarens riktnign."
                    ]
                },
                {
                    "description": [
                        "player.left()"
                    ]
                },
                {
                    "description": [
                        "player.rigth()"
                    ]
                },
                {
                    "description": []
                }
            ],
            "comment": [],
            "kind": "question"
        }
    ],
    "kind": "questions"
}