|
|
@ -596,6 +596,10 @@ int main() |
|
|
|
Question rechnenQst73= {.question = "2 x 3", .answer = "6"}; |
|
|
|
Question rechnenQst74= {.question = "4 x 5", .answer = "20"}; |
|
|
|
Question rechnenQst75= {.question = "6 x 7", .answer = "42"}; |
|
|
|
Question rechnenQst76= {.question = "8 x 9", .answer = "72"}; |
|
|
|
Question rechnenQst77= {.question = "10 x 11", .answer = "110"}; |
|
|
|
Question rechnenQst78= {.question = "3 x 4", .answer = "12"}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -605,9 +609,9 @@ int main() |
|
|
|
{ |
|
|
|
.questions = |
|
|
|
{ |
|
|
|
rechnenQst73, rechnenQst74, rechnenQst75, |
|
|
|
rechnenQst73, rechnenQst74, rechnenQst75, rechnenQst76, rechnenQst77, rechnenQst78, |
|
|
|
}, |
|
|
|
.size = 3 |
|
|
|
.size = 6 |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|