17 comments found.
Hi, I want to buy this. But, initially to set it up I may need some support. Is that possible ??
ok
is this like hqtrivia app?
NO just simple online quiz apps
do you have any updated version of this
No this only we have. Last Update 21 October 15
can u share demo link
we don’t have demo only video preview.
Nice Work, GLWS
thanks.
Hi, is there an actual website I can test out? What is your last update on this? How flexible is the script?
Currently we have no web link. you can find screen shot that is updated version.
Hi I want to buy this but I have following questions :
1: When did you last updated this ? 2: Can you send me the actual link not the video one ? 3: Can we put html in questions or answers text? 4: which type of questions we can create ?
is it responsive ?
Refunded to you
thanks
thanks
Hi, can I set different score for each response with final total quiz score?
Currently 1 point for every correct ans and zero for wrong ans.
hello the time second starting from 99 how can change it to 59 second per minite
Thanks for your comment.
Please go to StartQuizaspx.cs in Timer1_Tick Event Remove if condition and add those code in Timer1_Tick
if (0 > DateTime.Compare(DateTime.Now, DateTime.Parse(Session["timeout"].ToString())))
{
string minute = ((Int32)DateTime.Parse(Session["timeout"].ToString()).Subtract(DateTime.Now).TotalMinutes).ToString();
// int mins = (((Int32)DateTime.Parse(Session["timeout"].ToString()).Subtract(DateTime.Now).TotalSeconds)) % 60;
int seconds = (((Int32)DateTime.Parse(Session["timeout"].ToString()).Subtract(DateTime.Now).TotalSeconds)) % 60;
int dt = Convert.ToInt32(minute);
lbTime.Text = dt.ToString() +"." + seconds.ToString(); // Math.Round(dt, 2).ToString("00:00");
}
For Comprehensive Quiz Please go to Comprehensive_StartQuiz.cs and Do same thing.
Its working so fine.
Hope to hear from your soon.
thanks for your replay this code working fine, but have another problem, on refreshing page the time is reset to quiz time I thing it make a problem in quiz and time not need if time reset after refreshing
No problem on that. If user answered one question. And cleverly refreshing page the time is reset but he don’t continue the quiz.
Just in first question user can be refreshing page and reset the time.
Very Bad !!!
Please sir Check your mail
Hi
Good news. I could execute this coding using MSSQL server 2012 and Visual studio 2013.
My website is www.darwinquiz.com
Thanks for the support. Regarding the crystal report generation, I have some queries which I send to your email.
Thanks
Darwin. D
Please check your email …
Hi, I recently bought your script. As a new learner of Asp.net I have a doubt while running the program to launch it in website.
1) Is this “Default.aspx” default file in asp.net? (usually for html and php we use default page as “index.html” or “index.php”)
2) How and where to use of web.config file
3) Running the script using default.aspx via IIS 7 i got that error messages as seen below:
HTTP Error 404.17 – Not Found The requested content appears to be script and will not be served by the static file handler. Most likely causes: The request matched a wildcard mime map. Things you can try: If you want to serve this content as a static file, add an explicit MIME map.
Thanks.
1. Please Follow This Link to Setup IIS-7 on windows 7 – >
http://iamsrijon.wordpress.com/2010/01/25/how-to-install-internet-information-services-iis-7-on-windows-7-ultimate/
and
2 . Reinstall .NET FrameWorks 4.0.
3. Follow this link to publish website on iis or follow user manual
http://www.brainbrushups.com/2013/05/how-to-deploy-or-publish-aspnet-website.html
I’m sure you already know how to Run (source code) project using Visual Studio 2010.
Regards,
dynamicsoft
Thanks for the earlier reply. I still have more doubts and need your suggestion.
1. While running the project the output first page shows username, password submit button. But after filling the details and clicking the submit button the page showed error in con.open(); line36. As I am new to .Net and SQL database I fully rely on the documentation file given by you. If the documentation is detail enough it would be more helpful for the beginners like me. I doubt the error might have occurred while establishing database connection or by not creating tables appropriately by passing required parameters. Could you guide me in detail to successfully run all the pages and myself host the website.
2. I am confused with what was mentioned in the user manual last point which asks to right click – select new query. Like to know what will be the next procedure in detail.
3. Do I need to create tables, If then what will be the table names i need to give to be compatible with your given code. Please help me detail documentation to host into my website.
4. Where can I put the sql query file(Onlinequiz_database_script.sql)?
Thanks in advance Darwin
Ok no problem as beginner i am ready for help
Please Contact via email citkar@live.com.
Q.2 Ans
2.Create New Database in your SQL Server 2008 DB Name is = “Quiz_New”
right click on Quiz_New Database – >
select new query and Paste
Onlinequiz_database_script.sql files Script
or
Please Contact via email citkar@live.com.
Hi, i posted the error message to your email. Actually I was working the coding using Microsoft visual studio express 2013 for web. Any idea that the error may arise as a result of it? Thanks.
I was using IIS8 in windows 8.1.
works perfect greetings
Thanks
Please provide demo link or contact me i can provide you free hosting for your script ) Email : mr.eanandrao@gmail.com
http://goo.gl/Tmw6U2
Thank you
MVC?
OOP ASP.NET – C# Using SQL server 2008 with Store Procedure
Looks nice. Please share demo link.
Thanks.
http://goo.gl/Tmw6U2
Demo?