Calling student procedure from inside a setProperty block

I have a question about the Create PT. For question 3Cii, a student is calling their function from within a ‘set Property’. Is this acceptable?
Thank you!

If you mean a call like below, it absolutely works for points on the CT.

3Cii is graded as part of row 4 on the rubric.

1 Like

Great, thanks for the help Jeff. Here is the actual code and it is called in the set property. Hopefully that’s OK. -John

onEvent(“doneButton”, “click”, function () {

setProperty (“resultsText”, “text”, compareLists (userOneList, userTwoList));
});