Hello we are two high school satudents taking AP Computer Science Prinicples and need help on how to make an abstract data type! Here is our project link and the instructions:
project
instructions
What sort of help do you need?
Where are you stuck?
We won't give you direct answers but more than willing to point you in the right direction
I think you're not understanding what your task is. You want to add to Snap! a new data type called "quiz item." The quiz item list in your program is a list of quiz items, but you aren't making a new data type for lists of quiz items; you're making a new data type for quiz items. That is, a value in that data type will be one quiz item.
So the selector procedures will have names like ANSWER FROM QUIZ ITEM, not ANSWER FROM QUIZ ITEM LIST.
Also, what kind of thing will the input to ANSWER FROM QUIZ ITEM be? Will it be an answer, or a quiz item?
Thank you so much!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.