473,386 Members | 1,763 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Skill Testing Question Exploder

Has anyone written this one? Seen such a thing? Please send me a link:

Skill Testing Question Exploder
---------------------------------------------

Basically the plan is to create the javascript powered form one can
surf to to bypass cheating via Window calculator for Skill Testing
Question tests.

One simply copys the Skill Testing Question from the Contest Webpage
and pastes it into the Javascript form.
Click next the button.
The final answer appears in the box beside the showing of how the
question was a string "exploded" to identify the parts and confirm two
different ways the answer.
It shows the order of operations and gives reference to "exploding
strings" on others parts of the javascript archive.

A string such as:
"Skill-Testing Question: (2225/5) x 2 - 680 ="
or
"(2225/5) x 2 - 680 ="
is separated into component numbers and operations, the operands and
brackets identified to suggest which order such as multiplication and
division are to be done, and the equation is solved.
Eventually it becomes, for those contest addicted, an optional right
click function.

First signs prior joining the mafia practically?

Nov 19 '06 #1
1 2125
go*****@eastontario.com said the following on 11/19/2006 12:31 PM:
Has anyone written this one? Seen such a thing? Please send me a link:

Skill Testing Question Exploder
---------------------------------------------

Basically the plan is to create the javascript powered form one can
surf to to bypass cheating via Window calculator for Skill Testing
Question tests.

One simply copys the Skill Testing Question from the Contest Webpage
and pastes it into the Javascript form.
Click next the button.
The final answer appears in the box beside the showing of how the
question was a string "exploded" to identify the parts and confirm two
different ways the answer.
It shows the order of operations and gives reference to "exploding
strings" on others parts of the javascript archive.

A string such as:
"Skill-Testing Question: (2225/5) x 2 - 680 ="
or
"(2225/5) x 2 - 680 ="
is separated into component numbers and operations, the operands and
brackets identified to suggest which order such as multiplication and
division are to be done, and the equation is solved.
Eventually it becomes, for those contest addicted, an optional right
click function.

First signs prior joining the mafia practically?
The answer is trivial to get. If the question is always followed by a :
and it doesn't appear anywhere else, then you split the string on : get
the second element of the resulting array, remove the = and eval the
string. There's your answer.

In IE, you could write a bookmarklet (and probably other browsers)
whereby you highlighted the text, click a bookmarklet that will read the
highlighted text, eval it, and place the answer in the clipboard. You
simply paste it then.

Do you have *this* much trouble with your Math homework that you have to
cheat at it?

--
Randy
Chance Favors The Prepared Mind
comp.lang.javascript FAQ - http://jibbering.com/faq
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Nov 19 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: NickName | last post by:
I'm wondering if someone has thought about this, one desires to enhance his/her sql skills proactively vs. skills gained over a period of time merely because of work experience. SQL skill here...
32
by: Fresh Air Rider | last post by:
Hi I understand that ASP.net 2.0 (Whidbey) is going to reduce coding by 70%. Surely this is going to de-skill or dumb down the developer's task and open up the task of web development to less...
1
by: marklinehan | last post by:
Hi, my name is Mark Linehan. About 20 years ago or so I started learning how to program on the Commodore 64 computer (anyone remember those?) heheheh. I taught myself basic on this little machine...
16
by: weidongtom | last post by:
Hi, I have just finished reading some tutorials on C, I am wondering how I could improve my skill. Is there any advice? Is reading others' codes the best way? If so, what type of codes are...
18
by: Linny | last post by:
Hi, Came across this article in the ComputerWorld website which has included C in the top ten dying languages. The top 10 dead (or dying) computer skills...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.