Help with Unit 7 Libraries and error messages on several projects - CSP

Hi there! Need some help. I have several students who have created libraries and ran their program in class for me. The programs are not showing error messages, however when I sit down to run their shared code, I am getting error messages: " function is defined, but not called in the program."

Here are two examples that I need help with. I am not sure what I am missing and not seeing.

hello @renee.small,

i think i remember answering this question a while back (it seems more than once actually) but can’t seem to find the original topic but I’ll update the thread if i do find it topic, your students projects libraries are calling on datasets that don’t exist in the project their importing it to this means they have to import the dataset on the main project in order for those call functions, in addition to that it also references id tag calls to UI element which may also not exist in the new project that was created, it’s better off being passed as an argument if you have ran through these already feel free to give me a project with one of the libraries implemented with the dataset so i can further debug

Varrience

Hello!

Thank you for that information! I’ll pass this on to my students and see if that will make sense and work for them :slight_smile:

I appreciate your time and assistance! I’m not a real CS teacher, so a lot of this doesn’t make sense to me.