Search found 2 matches

by kakocer
Thu Nov 21, 2024 5:18 pm
Forum: Talking LiveCode
Topic: Checking user answer in a quiz
Replies: 13
Views: 16425

Re: Checking user answer in a quiz

I am unable to write the code for it. If you are a real person and encountering genuine issues with livecode script, please post the code you've tried. <html> < body> <div class="start"> <h1> Welcome to Livecode </h1> <a class="btn" href="#"> Get Started </a> </div> <div class="quiz"> <input type="...
by kakocer
Thu Nov 21, 2024 2:53 pm
Forum: Talking LiveCode
Topic: Checking user answer in a quiz
Replies: 13
Views: 16425

Re: Checking user answer in a quiz

According to your suggestions I have made some corrections in my codes of Livecode. Now I am having only one problem that the quiz summary is not showing the correct score. It is showing the score equal to total number of questions each time. I am unable to write the code for it.