Properties
Category
English
Similar Topics
Statistics
Comments
18
Participants
5
Subscribers
5
Votes
5
Views
2219
Share
Answered
Hi
I came across this.
https://www.geogebra.org/m/fkSaFhqF
but after following instructions, unable to achieve the goal.
Anyone can help?
- GeoGebra
- Help
- Partners
-
Contact us
- Feedback & Questions
- This email address is being protected from spambots. You need JavaScript enabled to view it.
- +43 677 6137 2693
© 2023 International GeoGebra Institute
Looks like you need to replace this with a non-jQuery version
https://stackoverflow.com/q...
Thanks Michael.
The concepts in the links a little beyond me for now.
Was hoping to just use some templates to connect just the variables and record to Google spreadsheet.
Here's an updated, working version:https://www.geogebra.org/m/uhsmpcpe
Dear Michael,
I have rigorously followed the steps in https://www.geogebra.org/m/uhsmpcpe and it works for me.
With confidence, I created a new Google sheet with different headers and tinkered with the codes, hoping it would work.
I have various errors which ranges from sendData is not defined to data not appearing in the Google sheet?
Could you please help me out?
Attaching my files.
https://docs.google.com/spreadsheets/d/13xhKtdWVliGgSo40PiQgnzWiYH925sZmfhSb_EQ3OIE/edit#gid=0
https://www.geogebra.org/cl...
Hi Michael,
Need some help with the data transfer.
text variable is texttest1 = (x+4)^2 + 3
Apparently (x+4)^2 + 3 is transferred as (x 4)^2 3 with the "+" missing.
Javascript code snippets relevant to above in button3
var testtxt1 = ggbApplet.getValueString("texttest1");
if (confirm("Confirm to submit?\nClass: " + class0 + ", class num: " + classNum + ")")) {
sendData(class0, classNum, qnum, feedback1, feedback2, feedback3, feedback4, feedback5, testtxt1);
}
Under Global Javascript :
url += "&Test%20Function=" + tt1;
The google spreadsheet is at
https://docs.google.com/spr...
Is there some Javascript command for handling the character "+" within a string?
Regards,
lewws
Yes:
eg https://murkle.github.io/ut...Hi, I've seen some of you have successfully replicated the method described in https://www.geogebra.org/m/uhsmpcpe
I've been trying to make it work but I'm stuck somewhat in the beginning. After I create the Google Apps Script, and I try to test the script (step 2-i), I get an error from google:
The line mentioned in the error is in this section:
I don't have enough programming experience to debug this, and searching and google didn't get me far, something is undefined and that's all I got.
Can someone point me in the right direction?
My copy of the spreadsheet is:
https://docs.google.com/spr...
And the script is in https://script.google.com/m...
Thanks
Comments have been locked on this page!