{
    "path": "/home/krm/dev/mimer-academia/programing/js/introduction/Questions/structure.sv.json",
    "s": "Ignor",
    "invert": true,
    "level": 1,
    "title": [
        "Strukturen på ett program"
    ],
    "status": "alpha",
    "author": [
        "krm"
    ],
    "created": {
        "year": 2026,
        "month": 4,
        "day": 15
    },
    "description": [
        "Denna uppgift kan innehålla många fel på grund av special tecken lätt påverkar rendering och parsning av text."
    ],
    "statments": [],
    "comment": [],
    "cards": [
        {
            "level": 1,
            "index": 1,
            "title": [
                "Vad kallas kod som är omgiven av två klamrar?"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "Utryck"
                    ]
                },
                {
                    "right": true,
                    "description": [
                        "Kodblock"
                    ]
                },
                {
                    "description": [
                        "for-sats"
                    ]
                },
                {
                    "description": [
                        "if-sats"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 2,
            "title": [
                "Vilket nedan kan användas för att kommetera bort texten \"KOD\"?"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "KOD //"
                    ]
                },
                {
                    "right": true,
                    "description": [
                        "/",
                        [
                            {
                                "form": "important"
                            },
                            " KOD "
                        ],
                        "/"
                    ]
                },
                {
                    "description": []
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "title": [
                "KOD"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "% KOD"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 3,
            "title": [
                "Vad innebär det att kod blir bort komenterad?"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "Att den ska köras med mindre mines åtgång."
                    ]
                },
                {
                    "right": true,
                    "description": [
                        "Att den kommer ignoreas när programmet tolkas."
                    ]
                },
                {
                    "description": [
                        "Att koden kommer prioriteras när programmet körs."
                    ]
                },
                {
                    "description": [
                        "Att koden ska köras snabbare"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 4,
            "title": [
                "Vilket nedan kan användas för att kommetera bort en rad av kod?"
            ],
            "description": [],
            "statments": [
                {
                    "right": true,
                    "description": [
                        "//"
                    ]
                },
                {
                    "description": [
                        "/",
                        [
                            {
                                "form": "important"
                            },
                            " "
                        ],
                        "/"
                    ]
                },
                {
                    "description": []
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "title": [
                "- %"
            ],
            "description": [],
            "statments": [],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 5,
            "title": [
                "Om en variabel defineras med let vad kan den säkert då användas?"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "I hela programmet."
                    ]
                },
                {
                    "right": true,
                    "description": [
                        "I ett kodblock."
                    ]
                },
                {
                    "description": [
                        "I hela funktionen."
                    ]
                },
                {
                    "description": [
                        "I hela filen."
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        }
    ],
    "kind": "questions"
}