Skip to main content
If you continue browsing this website, you agree to our policies:
  • Cookie statement
  • Rules for guests
Continue
x
Moodle QA Testing Site
  • Home
  • THEME
    Classic Boost
  • More
Site-wide search Close
Toggle search input
Log in
Moodle QA Testing Site
Home THEME Collapse Expand
Classic Boost

    Course information

    קבוצת דיון - שאלות כלליות


    Contact site support
    You are not logged in. (Log in)
    Data retention summary
    Policies
    Get the mobile app
    window.onload = () => { let demoresetcountdown = document.createElement('div'); document.getElementById('page-footer').appendChild(demoresetcountdown); demoresetcountdown.textContent = ''; demoresetcountdown.style.cssText = 'z-index:99999999;position:fixed;bottom:0rem;right:1rem;padding:1px 0.5rem;'; setInterval(() => { let now = Math.floor(new Date().getTime() / 1000); let nextWholeHour = now - (now % 3600) + 3600; let display = new Date(1970, 0, 1); let remainingSecs = nextWholeHour - now; display.setSeconds(remainingSecs); let secs = display.getSeconds(); let mins = display.getMinutes(); let hours = Math.floor((remainingSecs - mins * 3600 - secs * 60) / 60 / 60); let text = 'This site will be reset in '; if (hours > 0) { text += ('0' + hours).slice(-2) + ' hours '; } text += ('0' + mins).slice(-2) + ' mins ' + ('0' + secs).slice(-2) + ' secs'; demoresetcountdown.textContent = text; if (remainingSecs < 300) { demoresetcountdown.style.cssText += 'background-color:red;color:white;font-weight:bold'; } else { demoresetcountdown.style.cssText += 'background-color:black;color:white;font-weight:normal'; } }, 1000); }
    Powered by Moodle