{ "settings": [ { "element": document.getElementById( "takumi-bubble" ), "text": "Static text!" }, { "element": document.getElementById( "takumi-bubble" ), "text": function( e ) { return "Accuracy=" + Math.round( e.detail.score * 100 ); } }, { "element": document.getElementById( "takumi-bubble" ), "text": function( e ) { return "Time=" + Math.round( e.detail.duration ) + "sec"; } }, { "element": document.getElementById( "takumi-bubble" ), "text": "4" }, { "element": document.getElementById( "takumi-bubble" ), "text": "5" }, { "element": document.getElementById( "takumi-bubble" ), "text": "6" }, { "element": document.getElementById( "takumi-bubble" ), "text": "7" }, { "element": document.getElementById( "takumi-bubble" ), "text": "8" }, { "element": document.getElementById( "takumi-bubble" ), "text": "9" }, { "element": document.getElementById( "takumi-bubble" ), "text": "10" }, { "element": document.getElementById( "takumi-bubble" ), "text": "11" }, { "element": document.getElementById( "takumi-bubble" ), "text": "12" }, { "element": document.getElementById( "takumi-bubble" ), "text": "13" }, { "element": document.getElementById( "takumi-bubble" ), "text": "14" }, { "element": document.getElementById( "takumi-bubble" ), "text": "15" } ] }