473,320 Members | 1,862 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,320 software developers and data experts.

Need advice about a new .net practice test site

Hi

I am in progress of developing my own developers community site for
practise tests. I would just like any type of feedback or opinions

site is http://www.quiznetonline.com

Thanks in advance
Mark

Jan 17 '07 #1
6 1224
And the point of it is?

BTW. Your 'correct' answer for C# question 3 is wrong.
"Mark C" <Ma*************@gmail.comwrote in message
news:11*********************@q2g2000cwa.googlegrou ps.com...
Hi

I am in progress of developing my own developers community site for
practise tests. I would just like any type of feedback or opinions

site is http://www.quiznetonline.com

Thanks in advance
Mark

Jan 17 '07 #2
what is the default access specifier for a Class?
Should be internal, not public.

byte a, b, c;
a = 255;
b = 122;
c = (byte)(a & b);

The result should be 122, not 255.

Davey

=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Beer is part of the life.
http://www.lovebeers.com
=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Mark C wrote:
Hi

I am in progress of developing my own developers community site for
practise tests. I would just like any type of feedback or opinions

site is http://www.quiznetonline.com

Thanks in advance
Mark
Jan 17 '07 #3
Hi,
It seems there are some errors in the site. I got an error while
browsing.

Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code.

Exception Details: System.IndexOutOfRangeException: Value

Source Error:
Line 112: }
Line 113:
Line 114: foreach (Answer _answer in _question.Answers)
Line 115: {
Line 116: //Get the position of the correct answer
Stack Trace:
[IndexOutOfRangeException: Value]


Stephany Young wrote:
And the point of it is?

BTW. Your 'correct' answer for C# question 3 is wrong.
"Mark C" <Ma*************@gmail.comwrote in message
news:11*********************@q2g2000cwa.googlegrou ps.com...
Hi

I am in progress of developing my own developers community site for
practise tests. I would just like any type of feedback or opinions

site is http://www.quiznetonline.com

Thanks in advance
Mark
Jan 17 '07 #4
Hello Mark,
I am in progress of developing my own developers community site for
practise tests. I would just like any type of feedback or opinions
I had a quick look at the first few questions of the C#. Your understanding
of English Grammar is woeful I'm afraid - you really need an editor to clean
it up.

Also one of the questions went something like:

"Which class is under System.Windows.Forms" (or something , can't
remember now)

Afaik, there is no technical meaning for a class being "under" another
class. If you meant "Which class inherits from ...." then you that is what
you should say.

In trying to remember what the above line actually was, I went back to your
site and tried to reopen the test, only to be confronted with a Server Error
:

System.IndexOutOfRangeException: TopicCode

All in all, at this stage I'd give it a "D-, could do better". <wink>

gary.

PS - I oftent think that they only way such tests could be made to measure
anything really meaningful would be to have the answers come back as
compilable code snippets. You give the candidate the context that the
snippet will be compiled/executed in, and instructions as to what the
result/effect should be. Simple multiple choice questions (particularly
those will only a single answer) will just never cut it (imho of course)
--
http://www.oxide.net.au
>
site is http://www.quiznetonline.com

Thanks in advance
Mark

Jan 17 '07 #5
Thanks for all the feedback, I will fix the issues as stated in the
responses.

Mark

Gary Stephenson wrote:
Hello Mark,
I am in progress of developing my own developers community site for
practise tests. I would just like any type of feedback or opinions

I had a quick look at the first few questions of the C#. Your understanding
of English Grammar is woeful I'm afraid - you really need an editor to clean
it up.

Also one of the questions went something like:

"Which class is under System.Windows.Forms" (or something , can't
remember now)

Afaik, there is no technical meaning for a class being "under" another
class. If you meant "Which class inherits from ...." then you that is what
you should say.

In trying to remember what the above line actually was, I went back to your
site and tried to reopen the test, only to be confronted with a Server Error
:

System.IndexOutOfRangeException: TopicCode

All in all, at this stage I'd give it a "D-, could do better". <wink>

gary.

PS - I oftent think that they only way such tests could be made to measure
anything really meaningful would be to have the answers come back as
compilable code snippets. You give the candidate the context that the
snippet will be compiled/executed in, and instructions as to what the
result/effect should be. Simple multiple choice questions (particularly
those will only a single answer) will just never cut it (imho of course)
--
http://www.oxide.net.au

site is http://www.quiznetonline.com

Thanks in advance
Mark
Jan 17 '07 #6
>what is the default access specifier for a Class?
>Should be internal, not public.
private if the class is nested.
Mattias

--
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
Jan 17 '07 #7

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

Similar topics

8
by: Johnny Knoxville | last post by:
I've added a favicon to my site (http://lazyape.filetap.com/) which works fine if you add the site to favourites the normal way, but I have some JavaScript code on a couple of pages with a link,...
5
by: John Flynn | last post by:
hi all i'm going to be quick i have an assignment due which i have no idea how to do. i work full time so i dont have the time to learn it and its due date has crept up on me .. As follows:...
32
by: Alan Silver | last post by:
Hello, I shamefully admit to be an old web designer, from before the days of CSS. In those heady days, tables were king and were used for every possible kind of alignment. When CSS came along,...
2
by: Felipe Bahiana Almeida | last post by:
Hi everybody, My concern is about exams. I'm majoring in comp sci, i'm a year of my graduate and this year i'd like to take a certification with my diploma. I want you to tell me what to do about...
13
by: Alan Silver | last post by:
Hello, MSDN (amongst other places) is full of helpful advice on ways to do data access, but they all seem geared to wards enterprise applications. Maybe I'm in a minority, but I don't have those...
4
by: jim | last post by:
So I've had my knuckles rapped by a pro who can offer only vauge advice. I need to reduce the size of one of my tables. Here is the scene: I'm trying to track lots of test scores for individual...
0
by: Mark C | last post by:
Hi I am in progress of developing my own developers community site for practise tests. I would just like any type of feedback or opinions site is http://www.quiznetonline.com Thanks in...
3
by: anthonykallay | last post by:
Hi there, I am building a website for a group that has 4 companies under it. The sites are fairly similar so i want to be able to use the same set of code in the App_Code folder.. I also want to...
9
by: Ronny | last post by:
Ok, I did spend tons of time now (as a beginner in css stylecoding) (but making html pags for many years), to get this right. But I am overseeing something. At this link you find a drawing of...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.