Data capture question

22 views
Skip to first unread message

Diane Broberg

unread,
Jul 12, 2021, 10:07:13 PM7/12/21
to tins...@googlegroups.com
Hi all!

I'm not sure any of you can answer this question. I created a document where I inserted an image on a graph, added a point (using geometry). Next page is a lits and spreadsheet that automatically captures data.  Point is dragged. The list and spreadsheet created does not have an equal number of x and y coordinates. It graphs fine on a data and statistics page but won't graph on a scatterplot and won't do regression.

Any ideas why it is collecting data this way?

Thanks for any thoughts.
Diane
Ocean.tns

John Hanna

unread,
Jul 13, 2021, 7:59:45 AM7/13/21
to tins...@googlegroups.com

YES, Diane…

 

There’s an additional parameter for the capture command that forces a collect whenever xc or yc changes. Normally, the capture is activated when the capture variable changes so if the point is moves either vertically or horizontally only, then only one value is captured, not both.

 

The fix:

   =capture(xc,1,{xc,yc})

   =capture(yc,1,{xc,yc})

This keeps the lists ‘synced’. See attached.

 

Also, to ‘reset’ the data just edit the capture commands.

You could add a ‘reset’ slider with a Basic program in a math box that can clear the data (and reset itself).

 

Be Excellent,

     John Hanna

--
--
To post to this group, send email to tins...@googlegroups.com
To unsubscribe send email to tinspire+u...@googlegroups.com
For more options, visit this group at
http://groups.google.com.au/group/tinspire?hl=en-GB?hl=en-GB
The tns documents shared by group members are archived at
https://sites.google.com/site/tinspiregroup/classroom-news/welcome-abouttime

---
You received this message because you are subscribed to the Google Groups "tinspire" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tinspire+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tinspire/CAAOMdAmmQ%2BBSQ84%2BsaA67Zg5jpcAJrK_HxrkA0fuxV_-M2XBuw%40mail.gmail.com.

Ocean-H.tns

Diane Broberg

unread,
Jul 13, 2021, 8:58:11 AM7/13/21
to tins...@googlegroups.com
Thanks John. I have never heard that before. 

Diane

Kim Thomas

unread,
Jul 13, 2021, 4:04:24 PM7/13/21
to tinspire
How are you using this file for teaching? This looks like a great idea and I'm curious how you are applying this file in the classroom.
Reply all
Reply to author
Forward
0 new messages