assessment - How to enforce asp.net page to full screen view? -
i developing assessment website (general mcq based) in asp.net. how can open assessment window/page in full page view , don’t allow user minimize etc. until test finishes?
note: intention full page view not allow user in machine or in other site.
there not way achieve want browser on user's machine.
you can request browser go "full screen" user prompt - how make window full screen javascript (stretching on screen)
what can't cover screens user has - dual monitor configurations not rare or expensive, if 1 wants see during "test" opening information on other screen easy. ignoring cases of separate devices phones/tablets lookup information.
you need have full control of machines can force browser full screen time or have dedicated tool open pages (i.e. basic winform browser control).
Comments
Post a Comment