|
|
@ -602,6 +602,10 @@ int main() |
|
|
|
Question rechnenQst79= {.question = "5 x 6", .answer = "30"}; |
|
|
|
Question rechnenQst80= {.question = "7 x 8", .answer = "56"}; |
|
|
|
Question rechnenQst81= {.question = "9 x 10", .answer = "90"}; |
|
|
|
Question rechnenQst82= {.question = "11 x 12", .answer = "132"}; |
|
|
|
Question rechnenQst83= {.question = "2 x 4", .answer = "8"}; |
|
|
|
Question rechnenQst84= {.question = "3 x 5 ", .answer = "15"}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -612,9 +616,9 @@ int main() |
|
|
|
{ |
|
|
|
.questions = |
|
|
|
{ |
|
|
|
rechnenQst73, rechnenQst74, rechnenQst75, rechnenQst76, rechnenQst77, rechnenQst78, rechnenQst79, rechnenQst80, rechnenQst81, |
|
|
|
rechnenQst73, rechnenQst74, rechnenQst75, rechnenQst76, rechnenQst77, rechnenQst78, rechnenQst79, rechnenQst80, rechnenQst81, rechnenQst82, rechnenQst83, rechnenQst84 |
|
|
|
}, |
|
|
|
.size = 9 |
|
|
|
.size = 12 |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|