👋 WELCOME to HypeXAPI
How are we doing it?
1min
the integration of xapi into hype takes the form of an extension sometimes other applications may call it a plugin, but max ziebell calls his work extensions, which is more appropriate it opens up the functionality of hype into other worlds currently we are using three methods to organise the xapi statement before it's sent to a learning record store(lrs) method 1 you load an export script into hype that give you taylored options in the 'actions' panel to create your xapi statement we will show you how to do this later method 2 you use the html attributes panel in the 'information' tab to organise your xapi statements more about this later method 3 the third method of sending a statement is with a function a function can be trigered anywhere in a hype project in a timeline, or in the actons tab of hype it can look something like this 	 	hypexapi sendstatementbyconfig({ 	 verb 'attempted', 	 object 'solo hang gliding', 	 result 'knowledge check 1' , 	 context 'strategy101', 	}); before we show you how to actually export a statement, we need to show you how to organise your xapi data