Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.09 KB

README.md

File metadata and controls

40 lines (34 loc) · 1.09 KB

Testing in Move

<details> <summary>Для тестирования в языке Move используйте следующий пример функции:</summary>
<iframe 
    data-tally-src="https://tally.so/embed/w7WgrL?alignLeft=1&hideTitle=1&transparentBackground=1&dynamicHeight=1" 
    loading="lazy" 
    width="100%" 
    height="352" 
    frameborder="0" 
    marginheight="0" 
    marginwidth="0" 
    title="Movement Hack Chapter 4 Quiz">
</iframe>

<script>
    var d = document, w = "https://tally.so/widgets/embed.js", v = function() {
        if (typeof Tally !== "undefined") {
            Tally.loadEmbeds();
        } else {
            d.querySelectorAll("iframe[data-tally-src]:not([src])").forEach(function(e) {
                e.src = e.dataset.tallySrc;
            });
        }
    };
    
    if (typeof Tally !== "undefined") {
        v();
    } else if (d.querySelector('script[src="'+ w +'"]') == null) {
        var s = d.createElement("script");
        s.src = w;
        s.onload = v;
        s.onerror = v;
        d.body.appendChild(s);
    }
</script>
</details>