|
@ -599,6 +599,9 @@ int main() |
|
|
Question rechnenQst76= {.question = "8 x 9", .answer = "72"}; |
|
|
Question rechnenQst76= {.question = "8 x 9", .answer = "72"}; |
|
|
Question rechnenQst77= {.question = "10 x 11", .answer = "110"}; |
|
|
Question rechnenQst77= {.question = "10 x 11", .answer = "110"}; |
|
|
Question rechnenQst78= {.question = "3 x 4", .answer = "12"}; |
|
|
Question rechnenQst78= {.question = "3 x 4", .answer = "12"}; |
|
|
|
|
|
Question rechnenQst79= {.question = "5 x 6", .answer = "30"}; |
|
|
|
|
|
Question rechnenQst80= {.question = "7 x 8", .answer = "56"}; |
|
|
|
|
|
Question rechnenQst81= {.question = "9 x 10", .answer = "90"}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -609,9 +612,9 @@ int main() |
|
|
{ |
|
|
{ |
|
|
.questions = |
|
|
.questions = |
|
|
{ |
|
|
{ |
|
|
rechnenQst73, rechnenQst74, rechnenQst75, rechnenQst76, rechnenQst77, rechnenQst78, |
|
|
|
|
|
|
|
|
rechnenQst73, rechnenQst74, rechnenQst75, rechnenQst76, rechnenQst77, rechnenQst78, rechnenQst79, rechnenQst80, rechnenQst81, |
|
|
}, |
|
|
}, |
|
|
.size = 6 |
|
|
|
|
|
|
|
|
.size = 9 |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|