Click here to Skip to main content
15,886,798 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have to create dynamic question paper dynamically I have to add questions and answers. that answer user selected answers should compare and correct values has to display which code I have to use for this plz.... plz... help me
Posted

To make a web page dynamic you need JavaScript (JS) and/or server-side processing for example with C# ASP.Net, Python, PHP etc.
If you use JavaScript only the questions and answers will need to be hard-coded or randomly generated since JS cannot access files and databases except via Ajax which talks to a web service/server.
 
Share this answer
 
You will have to learn web development. This is essentially a web application with front-end technologies like HTML, CSS, JavaScript, and back-ends like server-side scripting and databases. Learn more:
1. http://www.w3schools.com/[^]
2. http://www.asp.net/get-started[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900