Wednesday, June 25, 2025
31.6 C
Singapore

96% of Singaporeans want harsher punishments for MPs who sleep in parliament

According to an online survey, to which more than 1,500 netizens responded, 96 per cent of them voted that Members of Parliament (MPs) who sleep on the job should receive harsher punishments.

https://www.facebook.com/wakeupSG/posts/1220870014745288?__xts__[0]=68.ARBjmc6eOt0UXk0A-MAadw5nfGJ4-wvGSbe69jRPIc5zRjF7t7IkuRrRsf8f6FNuRF9UuE97pEsVV22vEil_CWL0avXHqUfVBUJiGUoaomsyetPFbgFE6-l59R6kRJ4t0Maa7WWiW9Ed1y715p5ANeWTzIibr6gauYggU_a9tfY3C2itgKSnrFcCMyrPHRKVDiDUmt8fl3IE9OjizjrYTJE4TvGm8N_y9SzaCHr4osT_lwcrpJKMZQIhcSgk83EE1eUbO3YdTufvSpKX6XUUlKbUfrofywS-3rNru1xI80auXLwXg6-3igVgsNKll7Cw8gLlrz3QI4rfptuAjoCDKA5Qen95A1gR-A&__tn__=-R

The survey, published on Facebook page ‘Wake up, Singapore’, asked, ‘Should MPs and Ministers who sleep on the job face tougher punishments?’.

Out of those polled, 1,400 agreed that MPs should face harsher punishments for sleeping on the job, while 57 disagreed.

The poll came after more stringent conditions imposed on private security officers who slack off, sleep on the job or come to work drunk. They face tougher punishment as the police strengthen penalties for errant behavior. From January 1, officers who display “errant behavior” can be punished by a fine not exceeding $2,000 or imprisonment for a term not exceeding three months or both.

Netizens had much to say about the issue, and they had a whole array of responses.

See also  Why is MP giving out face masks at hawker centre during circuit breaker period?

________________________________________________________________________

[email protected]

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });