Picture of Gareth Walker
No javascript fall back
by Gareth Walker - Monday, 14 September 2015, 11:51 AM
 

Hi --

Does anyone have any experience of implementing, for an Adapt course, a fallback message when javascript isn't enabled in the browser?

It's a requirement for a course I'm working on, and I wanted to check if there was either a built-in and/or tested solution before I started fiddling around.

Thanks.

Picture of Matt Leathes
Re: No javascript fall back
by Matt Leathes - Monday, 14 September 2015, 12:33 PM
 

I would just put a <noscript> tag into index.html

Most courses are launched from an LMS, in which case you wouldn't even be able to get as far as the course if you had JavaScript disabled.

Picture of Gareth Walker
Re: No javascript fall back
by Gareth Walker - Monday, 14 September 2015, 2:05 PM
 

Thanks Matt - I'll give that a go!

Picture of logan mollar
problem with js file
by logan mollar - Saturday, 31 October 2015, 2:25 PM
 

Hello , can any here help me in JS file of my project , iam having this problem in java and i am new with java so can't understand . my file preview is not working .

Picture of Simon Hedges
Re: problem with js file
by Simon Hedges - Saturday, 31 October 2015, 4:11 PM
 

It might be worth getting up to speed with js here https://www.codecademy.com/learn/javascript or here http://www.w3schools.com/jsref/ if you just want a language reference.