|
@ -619,7 +619,9 @@ int main() |
|
|
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"}; |
|
|
|
|
|
|
|
|
|
|
|
Question rechnenQst88= {.question = "3 x 4 x 5", .answer = "60"}; |
|
|
|
|
|
Question rechnenQst89= {.question = "6 x 7 x 8", .answer = "336"}; |
|
|
|
|
|
Question rechnenQst90= {.question = "9 x 10 x 11 ", .answer = "990"}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -628,9 +630,9 @@ int main() |
|
|
{ |
|
|
{ |
|
|
.questions = |
|
|
.questions = |
|
|
{ |
|
|
{ |
|
|
rechnenQst85, rechnenQst86, rechnenQst87, |
|
|
|
|
|
|
|
|
rechnenQst85, rechnenQst86, rechnenQst87, rechnenQst88, rechnenQst89, rechnenQst90, |
|
|
}, |
|
|
}, |
|
|
.size = 3 |
|
|
|
|
|
|
|
|
.size = 6 |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|