Skip to content

Commit

Permalink
innhold
Browse files Browse the repository at this point in the history
  • Loading branch information
henriasv committed Oct 17, 2018
1 parent 10c368c commit 7a0aa9c
Show file tree
Hide file tree
Showing 23 changed files with 198 additions and 0 deletions.
66 changes: 66 additions & 0 deletions course.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
{
"version": 2,
"repo": "henriasv/mednatseminar-testkurs",
"header" : {
"background" : "uio_realfagsbiblioteket_min.svg",
"text" : "Matnat minimum"
},

"footer": {
"publishers": [
{
"label": "Realfagsbiblioteket",
"link": "https://www.ub.uio.no/bibliotekene/ureal/ureal/"
}
],
"editor": {
"label": "Nettredaktør",
"link": "mailto:[email protected]"
}
},

"options": {
"show_privacy_statement": false
},

"modules": [
{
"id": "geologi",
"image": "geologi.jpg",
"name": "Geologi"
},
{
"id": "kjemi",
"image": "kjemi.jpg",
"name": "Kjemi"
},
{
"id": "matematikk",
"image": "matematikk.jpg",
"name": "Matematikk"
},
{
"id": "informatikk",
"image": "informatikk.jpg",
"name": "Informatikk"
},
{
"id": "fysikk",
"image": "fysikk.jpg",
"name": "Fysikk"
},
{
"id": "astrofysikk",
"image": "astrofysikk.jpg",
"name": "Astrofysikk"
},
{
"id": "biologi",
"image": "biologi.jpg",
"name": "Biologi"
}
]
}



15 changes: 15 additions & 0 deletions exercises/biologi_celledeling.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"type": "MultipleChoiceQuestion",
"content": {
"alternatives": [
"Mitose",
"Eukaryose",
"Cytokinese",
"Meiose"
],
"question": "Hvilken type celledeling fører til dannelse av kjønnsceller?"
},
"answer": {
"text": "Meiose"
}
}
15 changes: 15 additions & 0 deletions exercises/fysikk_newton_3_lov_01.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"type": "MultipleChoiceQuestion",
"content": {
"alternatives": [
"Summen av kreftene er null",
"Summen av kreftene er konstant",
"Akselerasjonen er konstant",
"Hastigheten er konstant"
],
"question": "Hva kjennetegner et legeme som ligger i ro over tid?"
},
"answer": {
"text": "Summen av kreftene er null"
}
}
15 changes: 15 additions & 0 deletions exercises/fysikk_newton_3_lov_02.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"type": "MultipleChoiceQuestion",
"content": {
"alternatives": [
"Summen av kreftene er null",
"Summen av kreftene er konstant",
"Akselerasjonen er konstant",
"Posisjonen er konstant"
],
"question": "Hva kjennetegner et legeme som holder konstant hastighet?"
},
"answer": {
"text": "Summen av kreftene er null"
}
}
15 changes: 15 additions & 0 deletions exercises/informatikk_forste_programmerer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"type": "MultipleChoiceQuestion",
"content": {
"alternatives": [
"Charles Babbage",
"Alan Turing",
"Ada Lovelace"
],
"question": "Hvem anses for å være verdens første programmerer?"
},
"answer": {
"text": "Ada Lovelace"
}
}

15 changes: 15 additions & 0 deletions exercises/kjemi_grunnstoff.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"type": "MultipleChoiceQuestion",
"content": {
"alternatives": [
"Et stoff som består av atomer med samme antall protoner i atomkjernen.",
"Et stoff som består av atomer med samme antall elektroner i atomkjernen.",
"Et stoff som består av atomer med samme antall nøytroner i atomkjernen.",
"Molekyler som inngår i et grunnleggende kosthold"
],
"question": "Hva er et grunnstoff?"
},
"answer": {
"text": "Et stoff som består av atomer med samme antall protoner i atomkjernen."
}
}
15 changes: 15 additions & 0 deletions exercises/matematikk_1_kvadrateesetning.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"type": "MultipleChoiceQuestion",
"content": {
"alternatives": [
"(a+b)²=a²+b²",
"(a+b)²=a²-2ab+b²",
"(a+b)²=a²-b²",
"(a+b)²=a²+2ab+b²"
],
"question": "Hva sier første kvadratsetning?"
},
"answer": {
"text": "(a+b)²=a²+2ab+b²"
}
}
15 changes: 15 additions & 0 deletions exercises/matematikk_abelprisen.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"type": "MultipleChoiceQuestion",
"content": {
"alternatives": [
"Uke 12",
"Uke 13",
"Uke 20",
"Uke 21"
],
"question": "Når deles Abelprisen ut?"
},
"answer": {
"text": "Uke 21"
}
}
15 changes: 15 additions & 0 deletions exercises/matematikk_nha.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"type": "MultipleChoiceQuestion",
"content": {
"alternatives": [
"Vigelandsparken",
"Slottsparken",
"Ekebergparken",
"Vår Frelsers Gravlund"
],
"question": "Hvor står det en statue av Niels Henrik Abel?"
},
"answer": {
"text": "Slottsparken"
}
}
Empty file added modules/astrofysikk.md
Empty file.
1 change: 1 addition & 0 deletions modules/biologi.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<quiz-with-navigation :exercises="['biologi_celledeling']"></quiz-with-navigation>
5 changes: 5 additions & 0 deletions modules/fysikk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Et av de mest grunnleggende konseptene i fysikken er krefter. Da man (Newton) fikk orden på hvordan krefter fungerere, ble det straks enklere å forutsi hvordan legemer vil bevege seg.

<quiz-with-navigation :exercises="['fysikk_newton_3_lov_01', 'fysikk_newton_3_lov_02']"></quiz-with-navigation>


Empty file added modules/geologi.md
Empty file.
2 changes: 2 additions & 0 deletions modules/informatikk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

<quiz-with-navigation :exercises="['informatikk_forste_programmerer']"></quiz-with-navigation>
2 changes: 2 additions & 0 deletions modules/kjemi.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

<quiz-with-navigation :exercises="['kjemi_grunnstoff']"></quiz-with-navigation>
2 changes: 2 additions & 0 deletions modules/matematikk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

<quiz-with-navigation :exercises="['matematikk_1_kvadrateesetning', 'matematikk_abelprisen', 'matematikk_nha']"></quiz-with-navigation>
Binary file added resources/astrofysikk.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/biologi.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/fysikk.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/geologi.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/informatikk.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/kjemi.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/matematikk.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7a0aa9c

Please sign in to comment.