Search for notes by fellow students, in your own course and all over the country.

Browse our notes for titles which look like what you need, you can preview any of the notes via a sample of the contents. After you're happy these are the notes you're after simply pop them into your shopping cart.

My Basket

You have nothing in your shopping cart yet.

Title: notepad code of quiz game(with instruction)
Description: In this note i have given the code of quiz game with full instructions.

Document Preview

Extracts from the notes are below, to see the PDF you'll receive please use the links above


Hey guys!!!
In this note i will tell you guys how to make a quiz in notepad
...

step 2) copy the material down vvv
@echo off
title QUIZ
echo ------------------echo SURYA Games present's
echo ------------------echo
...

pause
cls
:one
color 7
echo WeLcOmE
echo
...

echo
...

echo
...

echo
...

echo 1)no cheating
echo
...

echo
...

echo
...

echo
...

set /p num=COMMAND:
if %num%== 1 goto two
goto quit

:two
cls
color f
echo Are you ready to play
...

pause
cls
echo 1)who is the african gandhi ?
echo
...

set/p ans=ANSWER:
if %ans%== 1 goto fourth
if %ans%== 2 goto wrong
if %ans%== 3 goto wrong
if %ans%== 4 goto wrong
goto quit
:wrong
cls
color 4
echo SORRY!! you have given wrong answer
...

echo CONGRATULATION
...

pause
cls
echo 1)where is fifa world cup will held ?
echo
...

set/p ans=ANSWER:
if %ans%== 1 goto wrong
if %ans%== 2 goto wrong
if %ans%== 3 goto wrong
if %ans%== 4 goto fourth
goto quit
:wrong
cls
color 7
echo SORRY!! you have given wrong answer
...

echo CONGRATULATION
...

pause
cls
cls
echo 4) which contry is the largest producer of spices in the world ?
echo
...
S
...

set/p ans=ANSWER:
if %ans%== 1 goto wrong
if %ans%== 2 goto wrong
if %ans%== 3 goto seventh
if %ans%== 4 goto wrong
goto quit
:seventh
cls
echo
...

echo
...

echo
...

echo
...

echo
...

echo 1)11
echo 2)6
echo 3)9
echo 4)10
echo
...

echo
...

echo Game made by surya goswami
echo For any details email me on 'suryansh
...
com'
echo
...

pause

goto quit
step 3) After copying it paste it in notepad and click on file option the
top right corner and then click save as then
choose desktop as save location and type what ever name you want after
name type
...
bat
now, you will see a new file on your desktop just open it and play it and
enjoy!!!

-by surya


Title: notepad code of quiz game(with instruction)
Description: In this note i have given the code of quiz game with full instructions.