Just searching for some creative ideas here.
I have a note called Essays, with 4 child notes, each child describing a scoring category for the essay, with a single user attribute, “score.” Typical structure would like like this:
Essay on birds
Creativity
Length
Accuracy
Examples
I want to loop through the child notes of the essay, calculating the average score values for Creativity and Length, and for Accuracy and Examples. Then store those average score values in attributes of the Essay parent note.
Ultimately I want to do this exercise for lots of different Essays, but all with the same child note titles.
Any pointers as I head to write action code?
Thanks in advance …