|
@ -644,15 +644,18 @@ int main() |
|
|
Question rechnenQst100= {.question = "3 x 4 x 50", .answer = "600"}; |
|
|
Question rechnenQst100= {.question = "3 x 4 x 50", .answer = "600"}; |
|
|
Question rechnenQst101= {.question = "6 x 7 x 80", .answer = "3360"}; |
|
|
Question rechnenQst101= {.question = "6 x 7 x 80", .answer = "3360"}; |
|
|
Question rechnenQst102= {.question = "9 x 10 x 110", .answer = "9900"}; |
|
|
Question rechnenQst102= {.question = "9 x 10 x 110", .answer = "9900"}; |
|
|
|
|
|
Question rechnenQst103= {.question = "2 x 3 x 50", .answer = "300"}; |
|
|
|
|
|
Question rechnenQst104= {.question = "4 x 5 x 60 ", .answer = "1200"}; |
|
|
|
|
|
Question rechnenQst105= {.question = "7 x 8 x 90", .answer = "5040"}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Level rechnenlevel9 = |
|
|
Level rechnenlevel9 = |
|
|
{ |
|
|
{ |
|
|
.questions = |
|
|
.questions = |
|
|
{ |
|
|
{ |
|
|
rechnenQst97, rechnenQst98, rechnenQst99, rechnenQst100, rechnenQst101, rechnenQst102, |
|
|
|
|
|
|
|
|
rechnenQst97, rechnenQst98, rechnenQst99, rechnenQst100, rechnenQst101, rechnenQst102, rechnenQst103, rechnenQst104, rechnenQst105, |
|
|
}, |
|
|
}, |
|
|
.size = 6 |
|
|
|
|
|
|
|
|
.size = 9 |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
Category rechnen = |
|
|
Category rechnen = |
|
|