-
Notifications
You must be signed in to change notification settings - Fork 148
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
Can't edit parameters (sometimes, undertermined) #468
Comments
TurtleBlocksJS is a bit behind in its updates. Can you reproduce the same problem in Music Blocks? |
Thanks, I realized after my comment that the Issues is completly outdated since like 2 years ago. I have been using this tool for my IT classes with mi kids so they learn some basic programming (and "sort-of" graphical programing) while they use a Scratch-like interface. This issue didn't happen last years but it suddenly started to happen last week when we got to this section I have just tried music blocks myself, which I had never used before, and I see that it contains most of the turtle and workflow commands from the turtle plus the music statements, but I can't see how to share a project, so my pupils can send their work to me to be checked, as with Turtles JS I told them to use the Share Project (using download pulls a .html file that I can't find how to open to see the commands, just show the result) I will keep trying, thanks for your reply! |
The Turtle code should be embedded in the HTML. |
How do I access the code in the HTML? When I open an HTML page generated by "Save Project as HTML", all I get is like a preview of the generated shape and some fixed text, I can't see how to take a look at the code that generated that shape, what am I missing? LINK OF TEST HTML RESULT |
You should be able to copy/paste that code right into Music Blocks. |
or just drag and drop the HTML file into Music Blocks as well. |
Upps ...wow... Well never expected this behaviour. Ok, if I drag the html code into a blank turtles screen, I do get the commands. I didn't know that this worked like this. This should suffice to me for now formy students to properly turn their homework in However if I copy the code under "show" (eg: [[0,["start",{"id":1618172972157,"collapsed":false,..........) into a blank turtles page, I get what looks like the correct blocks for the first time, but if I remove the blocks and paste them again, I get an "Could not parse JSON input". I don't really mind, first option (html dragging onto screen) works great for me. But I still experience the inability to edit parameters from time to time. This does not happen at home but does happen quite often to my students while at school, I guess that going thru a firewalled and slow network connection could be related too. Thanks a lot for your time! |
Probably a bug. What browser are they using? |
Chrome. I also tried with IE but the initial colour changing turtle (splash screeen) never finished so we're stuck with Chrome |
IE was never supported but Edge should work (although I don't have any windows machines so it is not well tested.) But Chrome should work reasonably well. Next time it happens, it would great if you could ask the student to go to the console (Ctrl-Shift-J) and copy the log. |
Ok I didn't know about that logging console functionality but I will keep it in mind tomorrow when I have class with them, I will keep you posted, many thanks again |
W7 suggests that the version of Chrome is prob. pretty old... and that version of IE is definitely not going to work :( |
Yes I see, the weird thing is that these issues appear and dissapear out of the blue, for 80% of the student it all works fine 100% of the time. Some of them suddenly experience this, then they hit F5 que 50% of the times it helps, 50% it does not. Sometimes they reboot and it gets fixed, sometimes it doesn't. Sometimes they just leave it sitting for a while and starts working again.... |
Ok, I tried yesterday and today in our class. Not very good. Log console did work on my computer, but for some reason, it's not working on the students computers, just not doing anything when I press Ctrl-Shift-J. Maybe related to different user role in Windows? |
Thanks for trying. Sounds like you'd need the IT team to help with the Windows/Chrome issues. But maybe if the problem occurs on your computer you could grab the log for me? (and maybe a screenshot?) |
Yes I can try, it did happen on my "teacher" computer once, when I was projecting my screen to my students as an introductory class for this section, but I didn't know about the logging funcion at that time. It didn't happen again on mine. |
I will try to reproduce the error locally. |
Im using the online server.
Quite often, I can't tell when, suddenly the box parameters can't be edited. Like if I drag a "Rotate right" box to the screen with a parameter of "90" (degrees), quite often I will no longer be able to open and edit these 90 degrees box. When it happens, none of the parameters (forward X, backward X, left X...) would be editable again
Sometime, a full page refresh (F5) has helped, but some other times nothing has helped.
At times it happens randomly, letting you working for 20 minutes, and then suddenly it stops working.
Everything else work, like I can still drag blocks, add new ones, run or save my project, but parameter editing is stuck.,
This is happening on Chrome, I tried on IE but the initial startup screen would never finish loading...
Thanks
The text was updated successfully, but these errors were encountered: