-
Notifications
You must be signed in to change notification settings - Fork 784
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
Change "Copy" AND "Paste" to just "Duplicate" #1984
Comments
I think this make a lot of sense. If they want multiple copies, they can hit duplicate repeatedly. |
Can I start working on this ? |
Just comment out that line and it should work. |
@walterbender After doing the changes, how will they reflect on the development server. I commented out the line, reloaded the page and nothing changed. |
Are you testing from your local file system? |
I don't have an idea on this. I'm new to the code. Can you please guide me a little bit on this? |
Perhaps you can do the github tutorial on how to clone a repository? Then make a branch, make your changes, and test them in your browser: file:///home/aviral/musicblocks/index.html |
Thanks. Figured it out. I was using |
You are welcome to make a PR. Please be sure to follow the guidelines here: |
Sure. |
I have observed that in the class, the extra step to click "paste" has its own learning curve (albeit small).
When I think of copy and paste, I think the main advantage to separating the two steps is that the user has some control over what they copy (i.e. the program remembers what is on clipboard or the user can copy multiple--sometimes non-contiguous--items). We do not really have these features.
In the absence of such features, do we really want to keep the two steps separate? Or do we want one "duplicate" feature? (Or perhaps we call it "copy" as it seems that students often expected this single step to be sufficient in duplicating the given block/s)
The text was updated successfully, but these errors were encountered: