|
@ -647,15 +647,18 @@ int main() |
|
|
Question rechnenQst103= {.question = "2 x 3 x 50", .answer = "300"}; |
|
|
Question rechnenQst103= {.question = "2 x 3 x 50", .answer = "300"}; |
|
|
Question rechnenQst104= {.question = "4 x 5 x 60 ", .answer = "1200"}; |
|
|
Question rechnenQst104= {.question = "4 x 5 x 60 ", .answer = "1200"}; |
|
|
Question rechnenQst105= {.question = "7 x 8 x 90", .answer = "5040"}; |
|
|
Question rechnenQst105= {.question = "7 x 8 x 90", .answer = "5040"}; |
|
|
|
|
|
Question rechnenQst106= {.question = "10 x 11 x 120", .answer = "13200"}; |
|
|
|
|
|
Question rechnenQst107= {.question = "2 x 4 x 60", .answer = "480"}; |
|
|
|
|
|
Question rechnenQst108= {.question = "3 x 5 x 70", .answer = "1050"}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Level rechnenlevel9 = |
|
|
Level rechnenlevel9 = |
|
|
{ |
|
|
{ |
|
|
.questions = |
|
|
.questions = |
|
|
{ |
|
|
{ |
|
|
rechnenQst97, rechnenQst98, rechnenQst99, rechnenQst100, rechnenQst101, rechnenQst102, rechnenQst103, rechnenQst104, rechnenQst105, |
|
|
|
|
|
|
|
|
rechnenQst97, rechnenQst98, rechnenQst99, rechnenQst100, rechnenQst101, rechnenQst102, rechnenQst103, rechnenQst104, rechnenQst105, rechnenQst106, rechnenQst107, rechnenQst108, |
|
|
}, |
|
|
}, |
|
|
.size = 9 |
|
|
|
|
|
|
|
|
.size = 12 |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
Category rechnen = |
|
|
Category rechnen = |
|
|