{
    "path": "/home/krm/dev/mimer-academia/programing/js/introduction/Questions/type.sv.json",
    "s": "Ignor",
    "invert": true,
    "level": 1,
    "title": [
        "Olika typer av värden"
    ],
    "status": "alpha",
    "author": [
        "krm"
    ],
    "created": {
        "year": 2022,
        "month": 9,
        "day": 22
    },
    "description": [],
    "statments": [],
    "comment": [],
    "cards": [
        {
            "level": 1,
            "index": 1,
            "exactly": true,
            "title": [
                "__1 + 1__"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "2"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 2,
            "exactly": true,
            "title": [
                "__\"1\"+\"1\"__"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "11"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 3,
            "exactly": true,
            "title": [
                "Hur många bits går det normalt på en byte?"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "8"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 4,
            "exactly": true,
            "title": [
                "Vilket är det högsta tal du kan representera med en byte?"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "255"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 5,
            "title": [
                "Vad är värdet av:  \"hej\""
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "Det är talet: hej"
                    ]
                },
                {
                    "right": true,
                    "description": [
                        "Det är texten: hej"
                    ]
                },
                {
                    "description": [
                        "Inget"
                    ]
                },
                {
                    "description": [
                        "undefined"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 6,
            "title": [
                "Hur kodar du en text _hej_ som omges av \\'?"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "'hej'"
                    ]
                },
                {
                    "right": true,
                    "description": [
                        "\"'hej'\""
                    ]
                },
                {
                    "description": [
                        "''hej''"
                    ]
                },
                {
                    "description": [
                        "hej"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 7,
            "exactly": true,
            "title": [
                "Vad är värdet av: '\"hej\"'"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "\"hej\""
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 8,
            "title": [
                "Vad är värdet av:  2.5"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "Det är texten 2,5"
                    ]
                },
                {
                    "right": true,
                    "description": [
                        "Det är talet 2,5"
                    ]
                },
                {
                    "description": [
                        "Det är en lista ",
                        [
                            "2,5"
                        ]
                    ]
                },
                {
                    "description": [
                        "Det är talet 22222"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 9,
            "exactly": true,
            "title": [
                "Vad är 'true'?"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "sant"
                    ]
                },
                {
                    "description": [
                        "1"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 10,
            "exactly": true,
            "title": [
                "Vad är inte 'true'?"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "false"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 11,
            "exactly": true,
            "title": [
                "Vilken data type är antingen \"true\" eller \"false\""
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "boolean"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 12,
            "exactly": true,
            "title": [
                "Om något inte är definerat vad har det då för värde?"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "undefined"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 13,
            "exactly": true,
            "title": [
                "Om något inte är ett tal, vad används för symbol då?"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "NaN"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 14,
            "exactly": true,
            "title": [
                "Om vi inte har data för något, vilken symbol använder vi då?"
            ],
            "description": [],
            "statments": [],
            "comment": [],
            "kind": "question"
        }
    ],
    "kind": "questions"
}