How To Create Multiple Corret Answers

Apr 12, 2010

I created a quiz which detects if your answer is correct or incorrect in javascript, however, if have a question like what color is the sky and the user types in "light blue" it code will see that as wrong and the right answer should just be blue.. Is their anyway for this code to be changed so that the user gets the the correct answer if the word blue was entered, even if their are other words as well? For example all these answers should be accepted as the right anwer.

What color is the sky?
blue
light blue
dark blue
a blue color

[Code]...

View 2 Replies


ADVERTISEMENT

Slider With Multiple Handles To Create Multiple Ranges?

Jul 20, 2010

Does anyone know of a Javascript slider that can function like Adobe's gradient creator?I'm not actually making gradients, I just need similar slider capabilities.I have a defined date range, let's say it's January 1 to Januaray 31. I want to make a slider that allows my user to split this date range into multiple ranges. So one person can do:

Jan 1 to Jan 5, Jan 6 to Jan 12, Jan 13 to Jan 31 Another person can do: Jan 1 to Jan 21, Jan 22 to Jan 31. How many regions they create doesn't matter to me. The goal is to pull it off with a Javascript slider that works similar to Adobe's gradient creator. Handle's can be added by clicking and removed by pulling it away from the slider. Handle's can also slide around fairly liberally.

View 1 Replies View Related

Add The List Of Answers To Html In .js?

Apr 2, 2010

My code goes through the answer function (below) and it determines if you answered green. If you answered green a popup says correct other wise incorrect. How can I modify my code so that I can add multiple answers for different questions.Example q1.html what color is the grass? q2.htm what color is the sky? now in my javascript every question is going to go through the answer function and think the answer is green. that would be correct for q1.html but what if i am on q20.html and it goes through the answer function. It will think the answer is green. So how can i change the code so q1.html knows that the answer is green. q2.html knows the answer is blue?

[Code]...

View 1 Replies View Related

Randomize A Pushed Array With Questions And Answers Together

Feb 13, 2011

I know how to randomize an array but how do I randomize the array below and keep the questions and answers together.

Code:

View 14 Replies View Related

Creating Array With 3 Answers And Match Fields In Form?

Aug 17, 2009

I need to create a form that has three questions, but the answers have to match my answers...what is the best way to do this (without DB). I was thinking create an array with the 3 answers then match the fields with the answers in my array.

View 16 Replies View Related

Quiz Results - Scored Answers Are Displayed In The New Window - There Are No Spaces

Apr 18, 2011

My client wants a simple quiz with the correct answers displayed if they get them wrong. I used code from somewhere on this site, but this is the first time I have ever wrote javascript. My problem is: When the scored answers are displayed in the new window, there are no spaces. How do I format the script to display text with breaks between each answer?

[Code]...

View 13 Replies View Related

Making Simple Quiz Using HTML / Showing Answers By Clicking Button

Apr 1, 2010

I'm working on a simple website in which I'm required to use two types of forms input on a webpage. I have decided to make a simple quiz which will be designed.Is this possible in a simple way? Sounds quite straight-forward.Is it possible to design a radio button which, depending on the choice, the related-text will appear underneath on the same page? So if they select 'A' then paragraph 'A' will show, if they select 'C' then paragraph 'C' will appear (with the rest hiding)..

View 6 Replies View Related

Create Multiple Instances Using JS Dynamically?

Oct 27, 2009

I have written a code below:

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "(URL address blocked: See forum rules)">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Insert title here</title>

[Code]...

Basically, what I want to do is to dynamically create 5 instances of "emailRow" onto the web page making use of Javascript DOM. But have no success in getting it to work.

View 3 Replies View Related

How To Create Multiple Instances Using JS Dynamically

Oct 29, 2009

I have written a code below:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<script type="text/javascript">
function emailRowContent(isSelected, emailAddress, severity)

[Code]...

View 11 Replies View Related

Create Multiple Corresponding Text Rollovers

Dec 8, 2009

i am creating a header for a webpage. the header has two text menus (no images). the first menu (menu A) is like this: link 1a / link 2a / link 3a

the second menu (menu B) is like this:

link 1b
link 2b
link 3b

i would like to use javascript/css to do the following: when you rollover link 1a, three things happen: link 1a changes color, link 1b changes color, and and link 1b adds a line of text (so it reads: link 1b : text 1b)

i would also like- and this is where i am having trouble- for the following to happen: when you rollover link 1b, link 1b changes color and adds the additional text, as well as link 1a changes color.

View 8 Replies View Related

Create Multiple Floating Divs?

Jan 15, 2010

I found code on this site for creating popup divs, and got one such popup working fine. Trouble is, I can't figure out how to create multiple popups. I've tried duplicating the CSS piece, calling it layer2, and referencing it from the link piece, but nothing happens. Do I need to create a new javascript file for each layer?

View 3 Replies View Related

JQuery :: Create Paragraphs With Multiple Classes

Sep 7, 2011

It works fine when I give the paragraph a single class name, but when I attempt to create multiple class names the 2nd class name is not created.This is the (erroneous) markup that is created :<p class="class1" class2= "">test</p>How do I instead create (eg) <p class="class1 class2">test</p>.I know that multiple appends are not efficient but it is just a working example.

View 4 Replies View Related

How To Create Multiple Slideshows On Single Page

Aug 17, 2011

I am having trouble creating two slideshows on a single page. I know that there is a problem of one slideshow overriding the other, but I can't figure out what to change or where in order to make both functional. I've seen other posts related to this, but those I've tried don't work for me. Here's my partial code...I only included the parts I think are necessary.

<script language="JavaScript1.1">
var slideimages=new Array()
var slidelinks=new Array()
function slideshowimages(){
for (i=0;i<slideshowimages.arguments.length;i++){
slideimages[i]=new Image()
slideimages[i].src=slideshowimages.arguments[i]
} } .....

View 1 Replies View Related

Jquery :: Adding Rows And Matching Functionality - "Number Of Answers" Button Doesn't Do Anything

Feb 15, 2012

What I want to do which I can't achieve is that I want the functionality of the Option Type, Number of Answers and Answer buttons within each row to match the functionality on top. The problem is that under the "Answer" column within the new row it does not allow the user to select a button and the textbox under the "Number of Answers" button doesn't do anything but just display a number within the textbox.

Step 1: Open the fiddle and you see an options and answers section on top. Open the grid and select option 8. Buttons A to H would appear.

Step 2: Type in 2 in the Number of Answers Textbox.

Step 3: Select buttons A and D, you will find out that those buttons would turn green to show they are selected. Now as you entered in 2 in the Number of answers textbox (step 2), it won't let you select more than 2 buttons, if you do an alert would apear stating you are beyond limit please deselect a button to choose another button.

Step 4. Click "Add Question", a new row is added in the table.

Step 5: In the new row you just created, lets say that oh no I made a mistake, there should be 4 answers not 2 answers and within the table row you just added you changed the number of answers textbox from 2 to 4. My question is how can I get it so that it allows the user to select the buttons (turn buttons green) and deselect (turn buttons white) under the "Answer" column within in the row and that if the user has selected 4 buttons but tries to select a 5th button, it will come up with same error as in Step 3?

View 1 Replies View Related

JQuery :: How To Create Multiple Dialog With DIV By Click Event

Aug 6, 2011

I am making website for online T-shirt designing and I do not know how to dynamically create dialog box so that I can give options related editing shirt to user.

View 1 Replies View Related

JQuery :: Create Multiple Instances Of Vertical Menus?

Nov 11, 2010

I wanted to create multiple instances of vertical menus..i copied module but i dont know how change css for other module.

View 1 Replies View Related

JQuery :: Syntax: Create And Add Multiple Elements To Page?

Feb 4, 2011

Is there a cleaner way of creating a mixture of different elements and adding them to a page e.g.

[URL]

View 1 Replies View Related

Selections From Drop-Down Box Automaticly Create Multiple Tables?

Jul 10, 2009

Wonder if there is a way to have my Drop-Down box selections create individule single row/dual colume tables for each item that was selected from the drop-down box. An example would be:

1: I selected 3 items from my drop-down box at one time (my drop-down box allows multiple selections).

2: I click a button call "Create Template" and three new single row/dual colume tables are created with the names if the items.

Here is what I have so far, but need a little help. Notice I have added the three tables in to show how it should look but this is for information only as these should be created automaticaly.

[Code]...

View 1 Replies View Related

Create A For To Enumerate Various Fields, Which Perform Multiple Operations?

Oct 10, 2011

In Classic ASP, create a For to enumerate various fields, which perform multiple operations in a JavaScript script, my question is:According to the line that the user selected, run this script

Code:
function pagodir(renglon)
{

[code]....

View 2 Replies View Related

Jquery :: Loop To Create Dynamic-multiple Vars?

Nov 4, 2010

I am not sure if this is possible, but I want to create a multiple vars dynamically, for instance, these are the vars I create manually,

Code JavaScript:
var left_1 = $('.column-global.left .item-global').eq(0);
var left_2 = $('.column-global.left .item-global').eq(1);
var left_3 = $('.column-global.left .item-global').eq(2);

but the problem is I only need two or one vars above sometimes. but three is the max.

so I am thinking of passing a parameter into the function to tell the code to create either 2 or 3 vars,

Code JavaScript:
// I declare empty vars first
var left_1;
var left_2;

[Code].....

View 2 Replies View Related

Create Multiple Google Maps On One Page With Advanced Directions?

Sep 22, 2010

I am trying to create multiple google maps with multiple directions that load on one page. I have tried duplicating the var and function names but I haven't been able to get it to work.code...

View 1 Replies View Related

Create A Single Report From Multiple Forms On Separate Pages

May 18, 2011

I have made a site with 5 pages, each page contains a form. Each form is a checklist with a dropdown to choose an answer for each individual item.

Here is a same of the form code:

I am trying to write a script that will be called with onclick event from the "Next" button. This script will collect all the "notOK" option value/names and send them to a document, concatenating the info from the next forms until a single report is created with a list of all the "notOK" values. One the user gets to the end of the last form, there will be a submit button which sends the entire report to a specific email address.

Here is the script I have so far, which pulls the "notOK" values for each page:

This piece of code works great for an individual page, but I need to expand it to send the data to a report instead of window.alert, and I need to add some way of concatenating the data from each form to a single page, doc, etc.

View 4 Replies View Related

Create Multiple Clocks On Site Based On The Client Location

Feb 9, 2009

I need to create multiple JavaScript clocks on my site based on the client location (I.e. Los Angeles, Houston, Orlando, etc). Nothing complicated... just text clocks to show the current time. With due credit to this site , I used their code as a starting point.

[Code]...

View 2 Replies View Related

Ajax :: Create A Multiple Select Menu Where Can Select Several Different Items

Oct 10, 2010

We have a list of items that each has a different quantity available. So I am going to create a multiple select menu, where they can select several different items. So, how can I make it that when they leave the field it sends all the different ones to the ajax program to build all the appropriate quantity forms?

[Code]...

View 1 Replies View Related

JQuery :: Create Copy Of File On Server Change It And Create Download Link On Page?

Dec 16, 2011

I have files on the server: .txt, .xml, .config, and "no extension" - all editable with notepad.

User will write some input, it will be added to file in specific place.

I need an ability to change element value in file (in one of them - depends what user choose) (or it even can be some trigger word it-self like CHANGE_ME for not to use attributes)

Create a temporary copy of edited file and create a unique temporary link to it.

I don't know what to start from.... For now I know how to make XHR, but what to do with other extensions?

Have no idea how to save the NEW file (a copy of original file) on server , and create a UNIQUE link ,and delete the file right after it was downloaded.

I can find a specific word in xml file, but how to change it?[code]...

View 3 Replies View Related

JQuery :: Multiple Select Lists In Multiple Rows That Have Been Dynamically Added?

Mar 7, 2010

I've been stumped. I'm usually good at figuring this stuff out, but I'm completely confounded here.I have a form with tables in it to add items to a series. The rows are being added dynamically by Jquery on the click event.

$('#add_hybrid').click(function(){
$('#hybrid tr:last').after('<tr><td width="15%"><?=brands('hybrid');?><input name="clubtypes[]" value="6" type="hidden" /></td><td width="25%"><?

[code]....

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved