|
@ -476,8 +476,9 @@ int main() |
|
|
Question rechnenQst16= {.question = "18 + 92 + 46", .answer = "156"}; |
|
|
Question rechnenQst16= {.question = "18 + 92 + 46", .answer = "156"}; |
|
|
Question rechnenQst17= {.question = "43 + 67 + 23", .answer = "133"}; |
|
|
Question rechnenQst17= {.question = "43 + 67 + 23", .answer = "133"}; |
|
|
Question rechnenQst18= {.question = "65 + 39 + 24", .answer = "128"}; |
|
|
Question rechnenQst18= {.question = "65 + 39 + 24", .answer = "128"}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Question rechnenQst19= {.question = "83 + 12 + 57", .answer = "152"}; |
|
|
|
|
|
Question rechnenQst20= {.question = "21 + 78 + 49", .answer = "148"}; |
|
|
|
|
|
Question rechnenQst21= {.question = "59 + 46 + 33", .answer = "138"}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -485,9 +486,9 @@ int main() |
|
|
{ |
|
|
{ |
|
|
.questions = |
|
|
.questions = |
|
|
{ |
|
|
{ |
|
|
rechnenQst13, rechnenQst14, rechnenQst15, rechnenQst16, rechnenQst17, rechnenQst18, |
|
|
|
|
|
|
|
|
rechnenQst13, rechnenQst14, rechnenQst15, rechnenQst16, rechnenQst17, rechnenQst18, rechnenQst19, rechnenQst20, rechnenQst21, |
|
|
}, |
|
|
}, |
|
|
.size = 6 |
|
|
|
|
|
|
|
|
.size = 9 |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|