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
  • THEME
    Classic Boost
Site-wide search Close
Toggle search input
You are not logged in. (Log in)

Course information

  1. Home
  2. Courses
  3. Forum
  4. שאלות כלליות
  5. Summary

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


Blocks

Skip Navigation

Navigation

  • Home

    • My courses

    • Search

    • ForumSite news

    • QuizSummative Quiz

    • My courses

    • Courses

      • Forum

        • Lounge

        • שאלות כלליות

      • Miscellaneous

Supplementary blocks

Contact site support
You are not logged in. (Log in)
שאלות כלליות
  • THEME
    • Classic
    • Boost
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); }