|
@ -663,6 +663,7 @@ int main() |
|
|
Question rechnenQst82= {.question = "11 x 12", .answer = "132"}; |
|
|
Question rechnenQst82= {.question = "11 x 12", .answer = "132"}; |
|
|
Question rechnenQst83= {.question = "2 x 4", .answer = "8"}; |
|
|
Question rechnenQst83= {.question = "2 x 4", .answer = "8"}; |
|
|
Question rechnenQst84= {.question = "3 x 5 ", .answer = "15"}; |
|
|
Question rechnenQst84= {.question = "3 x 5 ", .answer = "15"}; |
|
|
|
|
|
|
|
|
Level rechnenlevel7 = |
|
|
Level rechnenlevel7 = |
|
|
{ |
|
|
{ |
|
|
.questions = |
|
|
.questions = |
|
@ -672,7 +673,6 @@ int main() |
|
|
.size = 12 |
|
|
.size = 12 |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Question rechnenQst85= {.question = "2 x 3 x 4", .answer = "24"}; |
|
|
Question rechnenQst85= {.question = "2 x 3 x 4", .answer = "24"}; |
|
|
Question rechnenQst86= {.question = "5 x 6 x 7", .answer = "210"}; |
|
|
Question rechnenQst86= {.question = "5 x 6 x 7", .answer = "210"}; |
|
|
Question rechnenQst87= {.question = "8 x 9 x 10", .answer = "720"}; |
|
|
Question rechnenQst87= {.question = "8 x 9 x 10", .answer = "720"}; |
|
@ -708,7 +708,6 @@ int main() |
|
|
Question rechnenQst107= {.question = "2 x 4 x 60", .answer = "480"}; |
|
|
Question rechnenQst107= {.question = "2 x 4 x 60", .answer = "480"}; |
|
|
Question rechnenQst108= {.question = "3 x 5 x 70", .answer = "1050"}; |
|
|
Question rechnenQst108= {.question = "3 x 5 x 70", .answer = "1050"}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Level rechnenlevel9 = |
|
|
Level rechnenlevel9 = |
|
|
{ |
|
|
{ |
|
|
.questions = |
|
|
.questions = |
|
|