Update da.json up til lesson 5

pull/1149/head
ockley 2 years ago committed by GitHub
parent 13dbdd63fa
commit b6cbbd382f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,11 +12,11 @@
"questionText": "Et program kan oprettes, uden at skaberen skriver nogen kode", "questionText": "Et program kan oprettes, uden at skaberen skriver nogen kode",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "true", "answerText": "Ja",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "false", "answerText": "Nej",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
@ -82,11 +82,11 @@
"questionText": "Udviklingsmiljøer er unikke for hver udvikler", "questionText": "Udviklingsmiljøer er unikke for hver udvikler",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "true", "answerText": "Ja",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "false", "answerText": "Nej",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
@ -172,24 +172,24 @@
"title": "Lektion 2 - Introduktion til GitHub: Quiz efter undervisning", "title": "Lektion 2 - Introduktion til GitHub: Quiz efter undervisning",
"quiz": [ "quiz": [
{ {
"questionText": "A place to compare and discuss the differences introduced on a branch with reviews, comments, integrated tests, and more is:", "questionText": "Et sted at sammenligne og diskutere de forskelle, der introduceres på en gren med anmeldelser, kommentarer, integrerede tests og mere er:",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "GitHub", "answerText": "GitHub",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "A Pull Request", "answerText": "En Pull Request",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "A feature branch", "answerText": "En feature branch",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "How would you get and integrate all the commits from a remote branch?", "questionText": "Hvordan vil du hente og integrere alle commits fra en remote branch?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "git fetch", "answerText": "git fetch",
@ -206,7 +206,7 @@
] ]
}, },
{ {
"questionText": "How do you switch to a branch?", "questionText": "Hvordan skifter man til en gren?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "git checkout [branch-name]", "answerText": "git checkout [branch-name]",
@ -226,10 +226,10 @@
}, },
{ {
"id": 5, "id": 5,
"title": "Lesson 3 - Creating Accessible Webpages: Pre-Lecture Quiz", "title": "Lektion 3 - Oprettelse af tilgængelige websider: Quiz før undervisning",
"quiz": [ "quiz": [
{ {
"questionText": "An accessible web site can be checked in which browser tool", "questionText": "Et tilgængeligt websted kan tjekkes i hvilket browserværktøj",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "Lighthouse", "answerText": "Lighthouse",
@ -246,27 +246,27 @@
] ]
}, },
{ {
"questionText": "You need a physical screen reader to test accessibility for visually-impaired users", "questionText": "Du har brug for en fysisk skærmlæser for at teste tilgængeligheden for synshandicappede brugere",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "true", "answerText": "Ja",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "false", "answerText": "Nej",
"isCorrect": "true" "isCorrect": "true"
} }
] ]
}, },
{ {
"questionText": "Accessibility is only important on government web sites", "questionText": "Tilgængelighed er kun vigtigt på offentlige hjemmesider",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "true", "answerText": "Ja",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "false", "answerText": "Nej",
"isCorrect": "true" "isCorrect": "true"
} }
] ]
@ -275,47 +275,47 @@
}, },
{ {
"id": 6, "id": 6,
"title": "Lesson 3 - Creating Accessible Webpages: Post-Lecture Quiz", "title": "Lektion 3 - Oprettelse af tilgængelige websider: Quiz efter undervisning",
"quiz": [ "quiz": [
{ {
"questionText": "Lighthouse only checks for accessibility problems", "questionText": "Lighthouse tjekker kun for tilgængelighedsproblemer",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "true", "answerText": "Ja",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "false", "answerText": "Nej",
"isCorrect": "true" "isCorrect": "true"
} }
] ]
}, },
{ {
"questionText": "Color-safe palettes help people with", "questionText": "Farvesikre paletter hjælper folk med",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "color-blindness", "answerText": "farveblindhed",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "visual impairments", "answerText": "synshandicap",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "both the above", "answerText": "begge ovenstående",
"isCorrect": "true" "isCorrect": "true"
} }
] ]
}, },
{ {
"questionText": "Descriptive links are vital for accessible web sites", "questionText": "Beskrivende links er afgørende for tilgængelige websteder",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "true", "answerText": "Ja",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "false", "answerText": "Nej",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
@ -324,47 +324,47 @@
}, },
{ {
"id": 7, "id": 7,
"title": "Lesson 4 - JavaScript Basics - Data Types: Pre-Lecture Quiz", "title": "Lektion 4 - Grundlæggende om JavaScript - Datatyper: Quiz før undervisning",
"quiz": [ "quiz": [
{ {
"questionText": "Booleans are a data type you can use to test the length of a string", "questionText": "Booleans er en datatype, du kan bruge til at teste længden af en streng",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "true", "answerText": "Ja",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "false", "answerText": "Nej",
"isCorrect": "true" "isCorrect": "true"
} }
] ]
}, },
{ {
"questionText": "The following is an operation you can perform on a string", "questionText": "Det følgende er en operation, du kan udføre på en streng",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "concatenation", "answerText": "concatenation (sammenkædning)",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "appending", "answerText": "appending (påsætning)",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "splicing", "answerText": "splicing (splejsning)",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "== and === are interchangeable", "questionText": "== og === er gensidigt udskiftelige",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "true", "answerText": "Ja",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "false", "answerText": "Nej",
"isCorrect": "true" "isCorrect": "true"
} }
] ]
@ -373,27 +373,27 @@
}, },
{ {
"id": 8, "id": 8,
"title": "Lesson 4 - JavaScript Basics - Data Types: Post-Lecture Quiz", "title": "Lektion 4 - Grundlæggende om JavaScript - Datatyper: Quiz efter undervisning",
"quiz": [ "quiz": [
{ {
"questionText": "Constants are the same as let and var to declare variables except", "questionText": "Konstanter er det samme som let og var til at erklære variabler undtagen",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "Constants must be initialized", "answerText": "Konstanter skal initialiseres",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "Constants can be altered", "answerText": "Konstanter kan ændres",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "Constants can be reassigned", "answerText": "Konstanter kan blive til andre datatyper",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "Numbers and ____ are JavaScript primitives that handle numeric data", "questionText": "Numbers og ____ er JavaScript-primitiver, der håndterer numeriske data",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "bigint", "answerText": "bigint",
@ -410,14 +410,14 @@
] ]
}, },
{ {
"questionText": "Strings can reside between both single and double quotes", "questionText": "Strenge kan stå mellem både enkelt- og dobbeltcitater",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "true", "answerText": "Ja",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "false", "answerText": "Nej",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
@ -426,51 +426,51 @@
}, },
{ {
"id": 9, "id": 9,
"title": "Lesson 5 - JavaScript Basics - Methods and Functions: Pre-Lecture Quiz", "title": "Lektion 5 - Grundlæggende JavaScript - Metoder og funktioner: Quiz før undervisning",
"quiz": [ "quiz": [
{ {
"questionText": "What's an argument?", "questionText": "Hvad er et argument?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "It's something you declare in the function definition", "answerText": "Det er noget, du erklærer når du definerer funktionen",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "It's something you pass into a function at invocation time", "answerText": "et er noget, du sender ind i en funktion når du kalder den",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "It's something you have with people you know", "answerText": "Det er noget, man har med folk, man kender",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "A function must return something", "questionText": "En funktion skal returnere noget",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "true", "answerText": "Ja",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "false", "answerText": "Nej",
"isCorrect": "true" "isCorrect": "true"
} }
] ]
}, },
{ {
"questionText": "You can name a function anything", "questionText": "Du kan give en funktion et hvilket som helst navn",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "true", "answerText": "Ja",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "false", "answerText": "Nej",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "true, but it should be a descriptive name", "answerText": "Ja, men det skal være et beskrivende navn",
"isCorrect": "true" "isCorrect": "true"
} }
] ]
@ -479,51 +479,51 @@
}, },
{ {
"id": 10, "id": 10,
"title": "Lesson 5 - JavaScript Basics - Methods and Functions: Post-Lecture Quiz", "title": "Lektion 5 - Grundlæggende om JavaScript - Metoder og funktioner: Quiz efter undervisning",
"quiz": [ "quiz": [
{ {
"questionText": "Arguments must be provided for all parameters in a function", "questionText": "Argumenter skal angives for alle parametre i en funktion",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "true", "answerText": "Ja",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "false", "answerText": "Nej",
"isCorrect": "true" "isCorrect": "true"
} }
] ]
}, },
{ {
"questionText": "What does a default value do?", "questionText": "Hvad gør en standardværdi?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "Sets a correct value", "answerText": "Indstiller en korrekt værdi",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "Gives a starter value for a parameter so your code still behaves if you omit an argument for it", "answerText": "Giver en startværdi for en parameter, så din kode stadig opfører sig, hvis du udelader et argument for den",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "Has no utility", "answerText": "Har ingen nytteværdi",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "A fat arrow function allows you to", "questionText": "En 'fat arrow' funktion giver dig mulighed for at",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "Create heavy functions", "answerText": "oprette tunge funktioner",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "Omit the function keyword", "answerText": "udelade nøgleordet for funktionen",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "Create an anonymous function", "answerText": "oprette en anonym funktion",
"isCorrect": "false" "isCorrect": "false"
} }
] ]

Loading…
Cancel
Save