|
@ -551,6 +551,9 @@ int main() |
|
|
Question rechnenQst52= {.question = "250 - 180", .answer = "70"}; |
|
|
Question rechnenQst52= {.question = "250 - 180", .answer = "70"}; |
|
|
Question rechnenQst53= {.question = "90 - 50", .answer = "40"}; |
|
|
Question rechnenQst53= {.question = "90 - 50", .answer = "40"}; |
|
|
Question rechnenQst54= {.question = "400 - 280", .answer = "120"}; |
|
|
Question rechnenQst54= {.question = "400 - 280", .answer = "120"}; |
|
|
|
|
|
Question rechnenQst55= {.question = "320 - 150", .answer = "170"}; |
|
|
|
|
|
Question rechnenQst56= {.question = "500 - 360", .answer = "140"}; |
|
|
|
|
|
Question rechnenQst57= {.question = "120 - 60", .answer = "60"}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -560,9 +563,9 @@ int main() |
|
|
{ |
|
|
{ |
|
|
.questions = |
|
|
.questions = |
|
|
{ |
|
|
{ |
|
|
rechnenQst49, rechnenQst50, rechnenQst51, rechnenQst52, rechnenQst53, rechnenQst54, |
|
|
|
|
|
|
|
|
rechnenQst49, rechnenQst50, rechnenQst51, rechnenQst52, rechnenQst53, rechnenQst54, rechnenQst55, rechnenQst56, rechnenQst57, |
|
|
}, |
|
|
}, |
|
|
.size = 6 |
|
|
|
|
|
|
|
|
.size = 9 |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|