From Classroom to Research Lab! Developing Testable Questions

var exampleCallback = function() { console.log('Order complete!'); }; window.EBWidgets.createWidget({ // Required widgetType: 'checkout', eventId: '1020557614297', iframeContainerId: 'eventbrite-widget-container-1020557614297', // Optional iframeContainerHeight: 425, // Widget height in pixels. Defaults to a minimum of 425px if not provided onOrderComplete: exampleCallback // Method called when an...

Classroom Research Workshop – Inquiry Diagnostic with Project Plans

var exampleCallback = function() { console.log('Order complete!'); }; window.EBWidgets.createWidget({ // Required widgetType: 'checkout', eventId: '1020558998437', iframeContainerId: 'eventbrite-widget-container-1020558998437', // Optional iframeContainerHeight: 425, // Widget height in pixels. Defaults to a minimum of 425px if not provided onOrderComplete: exampleCallback // Method called when an...