• Publicity: Public Only All

lti-procs.tcl

LTI procs - Basic interface classes for integrating LTI based tools

This file defines the following Objects and Classes: ::xo::lti::LTI[i], ::xo::lti::BBB[i], ::xo::lti::Jupyter[i], ::xo::lti::Zoom[i]

Location:
packages/xooauth/tcl/lti-procs.tcl
Authors:
Guenter Ernst
Gustaf Neumann
Michael Aram

Procedures in this file

Detailed information

Class ::xo::lti::BBB (public)

 ::nx::Class ::xo::lti::BBB[i]

LTI Class for BigBlueButton

See Also:

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.

Class ::xo::lti::Jupyter (public)

 ::nx::Class ::xo::lti::Jupyter[i]

LTI Class for Jupyter Notebook

See Also:

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.

Class ::xo::lti::LTI (public)

 ::nx::Class ::xo::lti::LTI[i]

Common Parameter

Partial Call Graph (max 5 caller/called nodes):
%3 acs_user::get acs_user::get (public) ad_conn ad_conn (public) dom dom html::div html::div html::form html::form Class ::xo::lti::LTI Class ::xo::lti::LTI Class ::xo::lti::LTI->acs_user::get Class ::xo::lti::LTI->ad_conn Class ::xo::lti::LTI->dom Class ::xo::lti::LTI->html::div Class ::xo::lti::LTI->html::form

Testcases:
No testcase defined.

Class ::xo::lti::Zoom (public)

 ::nx::Class ::xo::lti::Zoom[i]

LTI Class for Zoom

See Also:

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.

xo::lti::LTI method form_render (public)

 <instance of xo::lti::LTI[i]> form_render [ -height height ] \
    [ -sandbox sandbox ] [ -style style ] \
    [ -auto_launch_p auto_launch_p ]

Set per-call parameters

Switches:
-height
(defaults to "700") (optional)
-sandbox
(defaults to "allow-same-origin allow-scripts allow-forms allow-top-navigation allow-popups allow-popups-to-escape-sandbox allow-downloads") (optional)
-style
(defaults to "min-width:100%;width:100%;min-height:100%;") (optional)
-auto_launch_p
(defaults to "0") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 dom dom html::div html::div html::form html::form html::iframe html::iframe html::input html::input xo::lti::LTI instproc form_render xo::lti::LTI instproc form_render xo::lti::LTI instproc form_render->dom xo::lti::LTI instproc form_render->html::div xo::lti::LTI instproc form_render->html::form xo::lti::LTI instproc form_render->html::iframe xo::lti::LTI instproc form_render->html::input

Testcases:
No testcase defined.
[ show source ]