Kahoot! Slide sync: How to sync slides from Microsoft PowerPoint to your kahoot

Updated

2 comments

  • quero criar um questionario

     

    Avatar
    silenfmed
    0
  • Hey silenfmed!

    Thank you for your question. If you would like to create a kahoot quiz on your account, please feel free to get familiar with our Help Center article on How to make a kahoot. Thank you!

    Avatar
    Marcin
    0

Please sign in to leave a comment.

function startChat(field) { if (window.kindlyChat.open == false) { window.kindlyChat.openChat(); } setTimeout(function() { const message = document.getElementById(field); window.kindlyChat.sendMessage(message.value, {sender: "user"}); message.value = ''; }, 1000); } const chatBars = document.getElementsByClassName("chatbot-input"); for (let i = 0; i < chatBars.length; i++) { chatBars[i].addEventListener('keydown', function (event) { if (event.key === 'Enter') { startChat(chatBars[i].id); } }); }