|
@ -641,17 +641,18 @@ int main() |
|
|
Question rechnenQst97= {.question = "2 x 3 x 40", .answer = "240"}; |
|
|
Question rechnenQst97= {.question = "2 x 3 x 40", .answer = "240"}; |
|
|
Question rechnenQst98= {.question = "5 x 6 x 70", .answer = "2100"}; |
|
|
Question rechnenQst98= {.question = "5 x 6 x 70", .answer = "2100"}; |
|
|
Question rechnenQst99= {.question = "8 x 9 x 100", .answer = "7200"}; |
|
|
Question rechnenQst99= {.question = "8 x 9 x 100", .answer = "7200"}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Question rechnenQst100= {.question = "3 x 4 x 50", .answer = "600"}; |
|
|
|
|
|
Question rechnenQst101= {.question = "6 x 7 x 80", .answer = "3360"}; |
|
|
|
|
|
Question rechnenQst102= {.question = "9 x 10 x 110", .answer = "9900"}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Level rechnenlevel9 = |
|
|
Level rechnenlevel9 = |
|
|
{ |
|
|
{ |
|
|
.questions = |
|
|
.questions = |
|
|
{ |
|
|
{ |
|
|
rechnenQst97, rechnenQst98, rechnenQst99, |
|
|
|
|
|
|
|
|
rechnenQst97, rechnenQst98, rechnenQst99, rechnenQst100, rechnenQst101, rechnenQst102, |
|
|
}, |
|
|
}, |
|
|
.size = 3 |
|
|
|
|
|
|
|
|
.size = 6 |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
Category rechnen = |
|
|
Category rechnen = |
|
|