Dark mode toggle
Platform
Centris modules
Centris AI
Centris One
Centris Bridge
Centris Drive
Features
Centralised Storage
Create & Edit Documents
Document Workflows
Advanced Search
Very Helpful
Access Controls
Version Control
Calendar Events & Notifications
New
Integrations
Microsoft 365
Google
Resources
Calculate Your Document Chaos
Blogs
Company
About Us
Careers
Contact Us
Partners
Know your pathways
Book A Demo
Platform
Centris modules
Centris AI
Centris One
Centris Bridge
Centris Drive
Features
Centralised Storage
Create & Edit Documents
Document Workflow
Advanced Search
Access Control
Version Control
Calendar Events & Notifications
Integrations
M365 Integration
Google Integration
Resources
Case Studies
Blogs
Company
About
Career
Contact Us
Partners
Know your pathways
Privacy Policy, Terms of Use and Cookie Notice
Digital Office IQ Check - Centris
Question 1 of 7
`; const w=window.open('','_blank'); if(!w){alert('Please allow pop-ups to download the PDF.');return;} w.document.write(html);w.document.close();w.focus(); } // โโ ROUTER โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ function render(){ const {step}=STATE; document.getElementById('panel').scrollIntoView({behavior:'smooth',block:'start'}); document.getElementById('content').innerHTML=''; if(step===STEP_RESULT&&STATE.scores){renderResult();return;} if(step===STEP_ANALYSE&&STATE.scores){renderAnalyse();return;} if(step===STEP_SCORE&&STATE.scores){renderScore();return;} if(step===STEP_LEAD&&STATE.scores){renderScore();return;} if(step>=STEP_Q_START&&step<=STEP_Q_END){renderQuestion(step-STEP_Q_START);return;} if(step===STEP_INDUSTRY){renderIndustry();return;} renderEntry(); } // Ctrl+K shortcu // Bootstrap render();