-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes to the startcodes of adventures for better slides. #4332
Changes to the startcodes of adventures for better slides. #4332
Conversation
Note to self that I still have to make these changes in Dutch: In het NL nog aanpassen: Level 4: default voorbeeldcode is startcode quotation marks intro voorbeeldcode = startcode en toevoeging ‘from now on’ Level 6 : maths voorbeeldcode = startcode Is_command toevoegen met startcode die nu vbc is. Calculator adventure voorbeeldcode is startcode Level 9: if los avontuur maken met een if in een if. Level 10: dishes vbc wordt startcode Level 11 calculator vbc wordt startcode Level 14 default: answer = ask 'Do you want to learn more?' if answer == 'yes' print 'Go to the next adventure!' if answer != 'yes' print 'That is a shame!' Level 16 random vbc to startcode
Ik heb m eveb op draft gezet, zodat je je note to self niet vergeet :) |
Ik was doorgegaan op deze Slides branch om deze aanpassinkjes nog even door te voeren, maar zie nu dat de Nederlandse avonturen daar nog allemaal weblate engels zijn. Op main staat alles wel vertaald in het Nederlands, dus ik denk dat het het slimst is om het nu opnieuw te doen met een nieuwe branch vanaf main, want anders zijn die avonturen straks niet meer vertaald. |
Ha Marleen! Dat hoeft niet perse op een nieuwe branch, ik kan dat zo wel in orde maken, ben over een half uurtje op de VU en dan kijk ik even met je mee. |
@Felienne Deze bevat toch nog wel wat veranderingen die nog niet op main staan, dus deze mag nog doorgevoerd. Als dat is gedaan ga ik even checken of Nederlands en Engels nog helemaal overeenkomen met startcodes, want nu vergelijkt het een beetje lastig, dus die zet ik op mn to-do lijstje. |
@Felienne I don't know why it failed. Could you check it, please? |
hmmmmm what a weird issue! I will fix the conflicts and see if that resolves anything. Let's try to merge this Thursday or we will keep running into issues. |
Ok, sorry @MarleenGilsing, I just checked but there are too many changes per file to really merge this (20+ for multiple files). So I think the best part forward is to close this and to redo the changes on a fresh PR, sorry 😭 |
Closed, moved almost all changes to #4553 |
Note to self that I still have to make these changes in Dutch:
In het NL nog aanpassen:
Level 4: default voorbeeldcode is startcode
quotation marks intro voorbeeldcode = startcode en toevoeging ‘from now on’
Level 6 : maths voorbeeldcode = startcode
Is_command toevoegen met startcode die nu vbc is.
Calculator adventure voorbeeldcode is startcode
Level 9: if los avontuur maken met een if in een if.
Level 10: dishes vbc wordt startcode
Level 11 calculator vbc wordt startcode
Level 14 default:
answer = ask 'Do you want to learn more?'
if answer == 'yes'
print 'Go to the next adventure!'
if answer != 'yes'
print 'That is a shame!'
Level 16 random vbc to startcode