I need some AP Board clarification concerning PPR submissions related to lists.
In box #1, it wants the line of code which shows the list you will be showcasing. I suspect many students will have something like:
scores = [89,100,92,31,77,88]; or
names - [“Sue”,“Kate”,“Roxanne”,“William”,“Derek”,“Jordan”,“Chris”];
Since students using Applan have access to the DATA Tab with built in data and the command getColumn, I am really hoping the AP Board will accept lines like
var startYear = getColumn(“US Presidents”, “Took office”);
Does anyone one know how I can confirm that students will be able to use the DATA Tab and getColumn to get lists of information?
In addition, in the second box, it wants you to show how the list in being process. However, what if you pass this list into a function and locally, it is called myList and not startYear. Without being able to use comments in these snippets, how does the graded know startYear and myList are the same list object?
It seems like we promote good style and abstraction but the directions imply should keep it very simple.
Any thoughts?
Where can I get AP Board clarity on these types of questions? Who?
Thanks