I have a somewhat odd error. On one of my slide, I have a table, labeled table1. On the next slide I am trying to auto-populate a table on a graphing calc element with these table values so as to avoid my students some simple busywork. The code I have for this autopopulate is as follows:
When I test this code, the y values auto populate with no problem, but the x values do not. Instead I get a error code that states “This column header cannot be defined elsewhere in the calculator”.
I con’t have any other computation running elsewhere, so I have no clue where else it could be defined. I grabbed the code from a activity that a colleague had setup, and it works fine for both columns. Any advice on what to tink to?
Oh, now I see what you mean! Hold on let me try on my end.
Okay, so when I incorporate your suggestion Daniel_Grubbs, it will now carry over the table into the graph no problem. First column is blank, next two columns are the data that students entered.
But this presents a new problem, how do I have the data table also be graphed as points in the graph window.