{
    "pages": [
        {
            "name": "generic_intro_questions_2026-04-21",
            "elements": [
                {
                    "type": "text",
                    "name": "Hello and Welcome! What email address would you like your Course Completion Certificate sent to?",
                    "title": "Hello and Welcome! What email address would you like your Course Completion Certificate sent to?"
                },
                {
                    "type": "text",
                    "name": "What timezone are you in?",
                    "title": "What timezone are you in?"
                },
                {
                    "type": "radiogroup",
                    "name": "How comfortable are you working in a Linux environment?",
                    "title": "How comfortable are you working in a Linux environment?",
                    "choices": [
                        {
                            "text": "I'm new to using the Linux command line!",
                            "correct": true
                        },
                        {
                            "text": "I know the basics.",
                            "correct": true
                        },
                        {
                            "text": "I work comfortably at the command line.",
                            "correct": true
                        }
                    ]
                },
                {
                    "type": "radiogroup",
                    "name": "Do you have experience in using an SCM like GitHub or GitLab?",
                    "title": "Do you have experience in using an SCM like GitHub or GitLab?",
                    "choices": [
                        {
                            "text": "Never used it!",
                            "correct": true
                        },
                        {
                            "text": "Used it a little!",
                            "correct": true
                        },
                        {
                            "text": "Used it a lot!",
                            "correct": true
                        }
                    ]
                },
                {
                    "type": "radiogroup",
                    "name": "Have you ever used the command line text editor vim (or vi)?",
                    "title": "Have you ever used the command line text editor vim (or vi)?",
                    "choices": [
                        {
                            "text": "I have and know how to use it!",
                            "correct": true
                        },
                        {
                            "text": "Never have, but I prefer to use another editor like nano.",
                            "correct": true
                        },
                        {
                            "text": "Never have, or I could use a refresher!",
                            "correct": true
                        }
                    ]
                }
            ]
        }
    ]
}