TypeScript client
import { TxAgentKitClient } from '@tx-agent-kit/sdk'
const client = new TxAgentKitClient({
token: process.env.TX_AGENT_KIT_TOKEN
})
const response = await client.traceLearn.getTraceLearnDiagnosticRuntime(){
"id": "<string>",
"questionCount": 123,
"completedCount": 123,
"timeLimitSeconds": 123,
"questions": [
{
"id": "<string>",
"questionVersionId": "<string>",
"subjectName": "<string>",
"topicId": "<string>",
"topicName": "<string>",
"prompt": "<string>",
"options": [
"<string>"
],
"expectedTimeSeconds": 123,
"passage": "<string>",
"clozeTemplate": "<string>",
"clozeBlanks": [
{
"id": "<string>",
"options": [
"<string>"
]
}
],
"matchingLeftLabel": "<string>",
"matchingRightLabel": "<string>",
"matchingLeftItems": [
"<string>"
],
"matchingRightOptions": [
"<string>"
],
"sequenceChips": [
{
"id": "<string>",
"label": "<string>"
}
],
"stimulus": {
"kind": "analogy-grid",
"a": "<string>",
"b": "<string>",
"c": "<string>",
"visualTerms": {
"a": {
"kind": "l-shape-dot",
"description": "<string>"
},
"b": {
"kind": "l-shape-dot",
"description": "<string>"
},
"c": {
"kind": "l-shape-dot",
"description": "<string>"
}
},
"visualOptions": [
{
"kind": "l-shape-dot",
"description": "<string>"
}
]
}
}
]
}Trace Learn
Trace learn diagnostic runtime
GET
/
v1
/
trace-learn
/
diagnostic
/
runtime
TypeScript client
import { TxAgentKitClient } from '@tx-agent-kit/sdk'
const client = new TxAgentKitClient({
token: process.env.TX_AGENT_KIT_TOKEN
})
const response = await client.traceLearn.getTraceLearnDiagnosticRuntime(){
"id": "<string>",
"questionCount": 123,
"completedCount": 123,
"timeLimitSeconds": 123,
"questions": [
{
"id": "<string>",
"questionVersionId": "<string>",
"subjectName": "<string>",
"topicId": "<string>",
"topicName": "<string>",
"prompt": "<string>",
"options": [
"<string>"
],
"expectedTimeSeconds": 123,
"passage": "<string>",
"clozeTemplate": "<string>",
"clozeBlanks": [
{
"id": "<string>",
"options": [
"<string>"
]
}
],
"matchingLeftLabel": "<string>",
"matchingRightLabel": "<string>",
"matchingLeftItems": [
"<string>"
],
"matchingRightOptions": [
"<string>"
],
"sequenceChips": [
{
"id": "<string>",
"label": "<string>"
}
],
"stimulus": {
"kind": "analogy-grid",
"a": "<string>",
"b": "<string>",
"c": "<string>",
"visualTerms": {
"a": {
"kind": "l-shape-dot",
"description": "<string>"
},
"b": {
"kind": "l-shape-dot",
"description": "<string>"
},
"c": {
"kind": "l-shape-dot",
"description": "<string>"
}
},
"visualOptions": [
{
"kind": "l-shape-dot",
"description": "<string>"
}
]
}
}
]
}Response
Success
a string at most 128 character(s) long
Required string length:
1 - 128Available options:
not-started, in-progress, completed Show child attributes
Show child attributes
⌘I