Skip to content
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

💻remove cheatsheets #6022

Open
AnneliesVlaar opened this issue Dec 6, 2024 · 6 comments
Open

💻remove cheatsheets #6022

AnneliesVlaar opened this issue Dec 6, 2024 · 6 comments
Assignees
Labels
frontend Issue with the web interface to_be_deleted

Comments

@AnneliesVlaar
Copy link
Collaborator

As suggested in the roadmap it might be better to remove the cheatsheets. They are not user friendly see: ' Yellow paste-this-code button in Cheatsheet' #5652 and 'Inaccessible items (for keyboard users)' #2925

But maybe there is still some need for teachers to have some kind of cheatsheet see: 'Add printable cheatsheets to the teacher manual' #4135

@Felienne
Copy link
Member

Felienne commented Dec 6, 2024

Yes the printable cheats would be lovely, maybe in a different form though (with small example programs so teachers can quickly look up how it works)

@AnneliesVlaar
Copy link
Collaborator Author

Yes the printable cheats would be lovely, maybe in a different form though (with small example programs so teachers can quickly look up how it works)

Would something like this be helpful:

# level 1
print some text or number 1
ask a question?
echo the answer to the question

# make some music with
play C4
play 28
# turn the turle
turn left
turn right
# move the turtle
forward 100
# level 2
print some text or numbers 123
answer is ask a question?
print the answer to the question
variable is a text or a number 123

# make some music with
play C4
play 28
# turn the turle
turn 360
# move the turtle
forward 100
# wait for a second
sleep 1
# level 3
# print, ask, variables
print some text or numbers 123
answer is ask a question?
print the answer to the question
variable is a text or a number 123

# list
list is text, or, a, number, 123
print list at random
add something to list
remove something from list

# music, turtle, sleep
# make some music with
play C4
play 28
# turn the turle
turn 360
# move the turtle
forward 100
# wait for a second
sleep 1
# level 4
# print, ask, variables
print 'some text' 'or numbers 123'
answer is ask 'a question?'
print 'the' answer 'to the question'
variable is 'a text or a: '
number is 123

# list
list is text, or, a, number, 123
print list at random
add something to list
remove something from list

# music, turtle, sleep, clear
# make some music with
play C4
play 28
# turn the turle
turn 360
# move the turtle
forward 100
# give color to the turtle
color green # var is green; color var
# wait for a second
sleep 1
# clear the output screen
clear

@MarleenGilsing
Copy link
Collaborator

I have made these printable cheatsheets once upon a time. They are probably slightly outdated now though.

Maybe we can integrate them into the workbooks?

@AnneliesVlaar
Copy link
Collaborator Author

I have made these printable cheatsheets once upon a time. They are probably slightly outdated now though.

Maybe we can integrate them into the workbooks?

create an assignment to have the students make their own cheatsheets?

@MarleenGilsing
Copy link
Collaborator

I was thinking about making it for them, but sure, also a good idea!

@Felienne
Copy link
Member

Felienne commented Dec 6, 2024

I have made these printable cheatsheets once upon a time. They are probably slightly outdated now though.
Maybe we can integrate them into the workbooks?

create an assignment to have the students make their own cheatsheets?

That is a lovely idea!! Something like: write down the codes you always forget.

But I don't think it is either or!

@jpelay jpelay self-assigned this Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend Issue with the web interface to_be_deleted
Projects
Status: No status
Development

No branches or pull requests

4 participants