When a learner finishes a scenario launched via LTI, Exec posts the score back to your LMS gradebook automatically. No manual export, no CSV uploads. The mechanism is the LTI Assignment and Grade Services 2.0 (AGS) standard.Documentation Index
Fetch the complete documentation index at: https://docs.exec.com/llms.txt
Use this file to discover all available pages before exploring further.
How it works
Best-of-N
Exec only sends a score if it’s higher than the previous one sent to that activity. If a learner scores 60% on their first attempt and 80% on a retake, the LMS gradebook will show 60% then 80%. If the third attempt drops to 70%, no update is sent — the gradebook stays at 80%. This matches how most learners and managers expect retakes to work: the gradebook reflects the learner’s best effort, not the most recent attempt.Score scale
Exec roleplays produce a score on a 0–100 percentage scale. When the LMS lineitem has a differentscoreMaximum (e.g., the activity is worth 10 points), Exec scales the percentage to the LMS’s maximum before posting:
| Roleplay percentage | Activity worth in LMS | Posted to gradebook |
|---|---|---|
| 80% | 100 points | 80 |
| 80% | 10 points | 8 |
| 80% | 1 point | 0.8 |
What gets posted
Each grade post tells the LMS:- The score on the activity’s scale.
- Activity progress: Completed — the learner finished the activity.
- Grading progress: FullyGraded — the score is final, not pending review.
- A timestamp.
FullyGraded shows up directly in the column; one marked otherwise might show as “needs review”.
Set up grade passback
Grade passback works automatically as long as two things are true:- The LMS activity is configured as graded.
- The LMS granted Exec the AGS score scope when registering the tool.
Make the activity graded
In your LMS, when adding the Exec LTI activity to a course, mark it as graded and assign a maximum score. This causes the LMS to create a gradebook column (a “lineitem” in LTI terms) and pass its URL to Exec on every launch. The exact toggle varies by LMS — look for an option like “Accept grades from the tool”, “Graded unit”, or a “Points possible” field on the activity. If the activity isn’t graded, Exec simply skips passback — there’s nowhere to send the score.Confirm the AGS scope is granted
When Exec is registered in your LMS, the LMS chooses which AGS scopes (read scores, write scores, manage lineitems) to grant. Exec uses three scopes:https://purl.imsglobal.org/spec/lti-ags/scope/score— required for passbackhttps://purl.imsglobal.org/spec/lti-ags/scope/result.readonlyhttps://purl.imsglobal.org/spec/lti-ags/scope/lineitem.readonly
Verify it works
The fastest way to verify grade passback is end-to-end with a test learner:Launch and complete the scenario
Click the activity in the LMS, run through the roleplay, and let it grade.
What’s not supported
- Two-way comments — Exec doesn’t push the AI coach’s qualitative feedback into the LMS gradebook. Learners view feedback in Exec; the LMS only stores the numeric score.
- Pending / partial grades — Exec only posts when a session is fully graded. Sessions that are still being processed don’t show up in the LMS gradebook.
- Manual override from the LMS — Edits to the score made directly in the LMS gradebook stay in the LMS. Subsequent passes from Exec will overwrite them only if the new Exec score is higher than the last value Exec posted.