diff --git a/www/public/Moment-0/evaluate.php b/www/public/Moment-0/evaluate.php new file mode 100644 index 0000000..1be99d9 --- /dev/null +++ b/www/public/Moment-0/evaluate.php @@ -0,0 +1,30 @@ + + + + +

Matematiktest

+

Resultat

+Du fick " . $points . " av 5 möjliga ".$namn."

"); + include("../footer.html"); +?> + + \ No newline at end of file diff --git a/www/public/Moment-0/index.php b/www/public/Moment-0/index.php index a4b8471..e79e7b4 100644 --- a/www/public/Moment-0/index.php +++ b/www/public/Moment-0/index.php @@ -1,25 +1,34 @@ - - - - - Quiz med Formulär och PHP - + + + -

Quiz

-
- - - - - Nästa +

Matematik-test

+ +
+ Frågor + + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ +
+ \ No newline at end of file diff --git a/www/public/Moment-0/result.php b/www/public/Moment-0/result.php deleted file mode 100644 index e244cba..0000000 --- a/www/public/Moment-0/result.php +++ /dev/null @@ -1,31 +0,0 @@ - - - - - Quiz med Formulär och PHP - - -

Resultat

-Du fick '.$points.' av 2 möjliga'; - - $id = $_GET['id']; - $name = $_GET['name']; - $age = $_GET['age']; - - echo '

Du är '.$age.' och heter '.$name.' och har id '.$id.'

'; - echo '

Det här är ett test

'; - echo '

Försök två att inte ha merge conflicts

'; - echo '

Försök 3

'; -?> - - \ No newline at end of file diff --git a/www/public/Moment-1/currency.php b/www/public/Moment-1/currency.php new file mode 100644 index 0000000..e31bb59 --- /dev/null +++ b/www/public/Moment-1/currency.php @@ -0,0 +1,18 @@ + + + + + Valuta + + +

Valutan i kronor

+$dollar $ = $sek kr

"; + include("../footer.html"); +?> + + + diff --git a/www/public/Moment-1/index.php b/www/public/Moment-1/index.php new file mode 100644 index 0000000..5841e89 --- /dev/null +++ b/www/public/Moment-1/index.php @@ -0,0 +1,69 @@ + + + + +

Matematik-test

+
+
+ Valutakonverterare + + + +
+
+ +
+
+ Persondata + + + + + +
+
+ +
+
+ Kalkylator + + + +
+ +
+
+ +
+
+ Persondata + + + + + +
+
+ +
+
+ Quiz + + + + + + + + + + + + + +
+
+ + + \ No newline at end of file diff --git a/www/public/Moment-1/kalkylator.php b/www/public/Moment-1/kalkylator.php new file mode 100644 index 0000000..7dc2145 --- /dev/null +++ b/www/public/Moment-1/kalkylator.php @@ -0,0 +1,19 @@ + + + + + Kalkylator + + +

Kalkylator

+Summan av ".$n1." och ".$n2." är ".$summa."

"; + include("../footer.html"); +?> + + diff --git a/www/public/Moment-1/persondata.php b/www/public/Moment-1/persondata.php new file mode 100644 index 0000000..d9f0eff --- /dev/null +++ b/www/public/Moment-1/persondata.php @@ -0,0 +1,19 @@ + + + + + Persondata + + +

År till pension

+Du heter ".$namn." och har ".$pensionsålder." år till pension

"; + include("../footer.html"); +?> + + diff --git a/www/public/Moment-1/persondata2.php b/www/public/Moment-1/persondata2.php new file mode 100644 index 0000000..c06db0e --- /dev/null +++ b/www/public/Moment-1/persondata2.php @@ -0,0 +1,17 @@ + + + + + Persondata2 + + +

Födelseår

+Du heter ".$namn." och var född ".$födelseår."

"; + include("../footer.html"); +?> + + diff --git a/www/public/Moment-1/quiz.php b/www/public/Moment-1/quiz.php new file mode 100644 index 0000000..3412b11 --- /dev/null +++ b/www/public/Moment-1/quiz.php @@ -0,0 +1,41 @@ + + + + +

Matematiktest

+

Resultat

+Du fick " . $points . " av 6 möjliga

"); + if($points >= 5) { + echo("

Bra, du behärskar det mesta

"); + } + else if($points >= 3) { + echo("

Godkänd

"); + } + else { + echo("

Läs på mer och försök igen

"); + } + include("../footer.html"); +?> + + \ No newline at end of file diff --git a/www/public/footer.html b/www/public/footer.html new file mode 100644 index 0000000..147c6dc --- /dev/null +++ b/www/public/footer.html @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/www/public/index.php b/www/public/index.php index 1b47545..aa8fdb2 100644 --- a/www/public/index.php +++ b/www/public/index.php @@ -7,5 +7,6 @@ Moment-0 + Moment-1 \ No newline at end of file