Hi,

I need online quiz script written in php with full source code for my course project.
Please help me.

Thanks

Recommended Answers

All 5 Replies

Member Avatar for diafol

Google not work for you? There are many out there.
This is for your coursework? Won't they be expecting you to write your own?

Anyway, it depends on the types of questions/answers that you need. Are they to be marked automatically or manually? Do you want multiple choice | true/false | written answers. Include images in questions and/or answers?

You need to be specific.

Thank you for reply.
I need multiple choice question with images in question.
I searched in google and found this good script on this website www.savsoftquiz.com but price is not in my budget.
i contacted to website for discount for student.
i will update here about it.

Thanks

Member Avatar for diafol

Can you not write your own? A simple MCQ setup could be like the one below:

students

sid
firstname
surname
email (etc)

tests

tid
testname
created
description
status

questions

qid
tid
num
question
answer1
answer2
answer3
answer4
answer5
correct

results

rid
qid
sid
ans_num

stud_record

(not normalized)
stid
sid
tid
result
grade
date_taken

what is neccecity of php?

Great!
Thank you for database structure. it helps to make basic quiz application.
Actually i want to implement in our institute so need some more features.
i checked demos of two software Savsoft Quiz ( www.savsoftquiz.com ) and iGive test ( www.igivetest.com )
scripts are fine but iGive test not providing full source code.
Now selected "Savsoft Quiz" in best price.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.