Copy link to clipboard
Copied
Wonder if anyone has any advice. My clients users are primarily using IE 11 and lower and for some reason when they view this simple responsive quiz course we created, the text looks very small in IE - but looks great in Chrome. Is there something I can change to make the text look better in IE?
IE
Chrome
Copy link to clipboard
Copied
Check the display percentage set for the browser. It might be set to less than 100%. In your screenshots not only does the text look smaller in IE but so does the stage size. So it could be that you're not really comparing apples for apples.
Copy link to clipboard
Copied
Thanks for the feedback. I checked and both browsers were set to 100%- so its not the browser in this case.
Copy link to clipboard
Copied
Also, is there a way to make those icons go away? They are pretty useless, considering we can see the text.
Copy link to clipboard
Copied
To hide the icons, you can try the following:
open the Developer Tools in your browser, right-click each icon, inspect element, and note the IDs for each one. Then execute JavaScript as follows for each one:
cp.hide("theID");
Copy link to clipboard
Copied
Will the users have to do this? To remove the icons? Problem is, the users are using all different devices and the old computers are using IE. There is nothing that can be done about that.
Copy link to clipboard
Copied
You would do this in the Captivate file on the slide that you want to remove the icons.
Copy link to clipboard
Copied
One issue that comes to mind is the obsolescence of Internet Explorer 11. You should strongly encourage that they deploy a newer browser. HTML5 is a newer standard and there are scores associated with how well each browser handles HTML5 commands and coding. IE11 scores very low. The current version of Chrome gets a score of 528 while IE11 is the lowest currently tested at 312.
https://html5test.com/results/desktop.html