Skip to content

Instantly share code, notes, and snippets.

View Cvmcosta's full-sized avatar
:octocat:
Open source developer

CVM Costa Cvmcosta

:octocat:
Open source developer
View GitHub Profile
@Cvmcosta
Cvmcosta / grade.js
Last active June 27, 2025 09:45
LTIJS Send grade method example
const lti = require('ltijs').Provider
/**
* sendGrade
*/
lti.app.post('/grade', async (req, res) => {
try {
const idtoken = res.locals.token // IdToken
const score = req.body.grade // User numeric score sent in the body
// Creating Grade object