{
    "path": "/home/krm/dev/mimer-academia/programing/js/datatypes/Questions/boolean.sv.json",
    "s": "Ignor",
    "invert": true,
    "level": 1,
    "title": [
        "Boolean"
    ],
    "author": [
        "krm"
    ],
    "created": {
        "year": 2023,
        "month": 9,
        "day": 26
    },
    "status": "alpha",
    "description": [
        "Ange värdet på utrycket nedan."
    ],
    "statments": [],
    "comment": [],
    "cards": [
        {
            "level": 1,
            "index": 1,
            "exactly": true,
            "title": [
                "true"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "true"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 2,
            "exactly": true,
            "title": [
                "Number(true)"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "1"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 3,
            "exactly": true,
            "title": [
                "Number(false)"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "0"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 4,
            "exactly": true,
            "title": [
                "true+true"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "2"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 5,
            "exactly": true,
            "title": [
                "!true"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "false"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 6,
            "exactly": true,
            "title": [
                "true/false"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "Infinity"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 7,
            "exactly": true,
            "title": [
                "typeof true"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "boolean"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 8,
            "exactly": true,
            "title": [
                "true || true"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "true"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 9,
            "exactly": true,
            "title": [
                "true || false"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "true"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 10,
            "exactly": true,
            "title": [
                "true && false"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "false"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 11,
            "exactly": true,
            "title": [
                "true && true"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "true"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 12,
            "exactly": true,
            "title": [
                "true || !true && false"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "true"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 13,
            "exactly": true,
            "title": [
                "true || (!true && false)"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "true"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 14,
            "exactly": true,
            "title": [
                "!(true || false)"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "false"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        }
    ],
    "kind": "questions"
}