Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
{
2
  "@context" : ["http://purl.imsglobal.org/ctx/lti/v2/Profile"],
3
  "@type" : "ToolConsumerProfile",
4
  "lti_version" : "LTI-2p0",
5
  "@id" : "http://alpha.university.edu/resource/ToolConsumerProfile/12434",
6
  "guid" : "b6ffa601-ce1d-4549-9ccf-145670a964d4",
7
  "product_instance" : {  },
8
  "service_offered" : [
9
    {
10
      "@type" : "RestService",
11
      "@id" : "http://www.example.com/moodle/lti/resource/ToolConsumerProfile/12434#Result.item",
12
      "endpoint" : "http://www.example.com/moodle/enpoint.php",
13
      "format" : ["application/vnd.ims.lti.v2.toolproxy+json"],
14
      "action" : ["POST"]
15
    }
16
  ],
17
  "capability_offered" : [
18
    "Person.name.given",
19
    "Person.name.family",
20
    "Person.email.primary",
21
    "User.image",
22
    "Result.sourcedId",
23
    "basic-lti-launch-request",
24
    "Result.autocreate",
25
    "Result.url"
26
  ]
27
}