publishScore
publishScore(
deps,args):Promise<void>
Defined in: packages/core/src/ags.ts:336
High-level grade passback (mirrors TeachSim runGradePassback, minus the
app/DB concerns). Resolves the line item (scoring an existing one, or lazily
creating one from the container), mints exactly the scope it needs, and posts
the score. Throws AgsError on any service failure.
Parameters
Section titled “Parameters”Returns
Section titled “Returns”Promise<void>