|
@ -622,7 +622,9 @@ int main() |
|
|
Question rechnenQst88= {.question = "3 x 4 x 5", .answer = "60"}; |
|
|
Question rechnenQst88= {.question = "3 x 4 x 5", .answer = "60"}; |
|
|
Question rechnenQst89= {.question = "6 x 7 x 8", .answer = "336"}; |
|
|
Question rechnenQst89= {.question = "6 x 7 x 8", .answer = "336"}; |
|
|
Question rechnenQst90= {.question = "9 x 10 x 11 ", .answer = "990"}; |
|
|
Question rechnenQst90= {.question = "9 x 10 x 11 ", .answer = "990"}; |
|
|
|
|
|
|
|
|
|
|
|
Question rechnenQst91= {.question = "2 x 3 x 5", .answer = "30"}; |
|
|
|
|
|
Question rechnenQst92= {.question = "4 x 5 x 6", .answer = "120"}; |
|
|
|
|
|
Question rechnenQst93= {.question = "7 x 8 x 9", .answer = "504"}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -630,9 +632,9 @@ int main() |
|
|
{ |
|
|
{ |
|
|
.questions = |
|
|
.questions = |
|
|
{ |
|
|
{ |
|
|
rechnenQst85, rechnenQst86, rechnenQst87, rechnenQst88, rechnenQst89, rechnenQst90, |
|
|
|
|
|
|
|
|
rechnenQst85, rechnenQst86, rechnenQst87, rechnenQst88, rechnenQst89, rechnenQst90, rechnenQst91, rechnenQst92, rechnenQst93, |
|
|
}, |
|
|
}, |
|
|
.size = 6 |
|
|
|
|
|
|
|
|
.size = 9 |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|