If x is a terminating branch (has only leaves as children), then evaluate those children, apply operator, and return value. Otherwise, recursively evaluate any children that are branches, then evaluate children that are leaves, apply operator, and return value.
1 | eval_condition(x, pointer, user.id, course.id)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.