|
|
@ -625,16 +625,17 @@ int main() |
|
|
|
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"}; |
|
|
|
|
|
|
|
|
|
|
|
Question rechnenQst94= {.question = "10 x 11 x 12 ", .answer = "1320"}; |
|
|
|
Question rechnenQst95= {.question = "2 x 4 x 6", .answer = "48"}; |
|
|
|
Question rechnenQst96= {.question = "3 x 5 x 7 ", .answer = "105"}; |
|
|
|
|
|
|
|
Level rechnenlevel8 = |
|
|
|
{ |
|
|
|
.questions = |
|
|
|
{ |
|
|
|
rechnenQst85, rechnenQst86, rechnenQst87, rechnenQst88, rechnenQst89, rechnenQst90, rechnenQst91, rechnenQst92, rechnenQst93, |
|
|
|
rechnenQst85, rechnenQst86, rechnenQst87, rechnenQst88, rechnenQst89, rechnenQst90, rechnenQst91, rechnenQst92, rechnenQst93, rechnenQst94, rechnenQst95, rechnenQst96, |
|
|
|
}, |
|
|
|
.size = 9 |
|
|
|
.size = 12 |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|