javaquiz-developers Mailing List for Java Quiz (Page 2)
Status: Beta
Brought to you by:
caverdude
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(6) |
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(1) |
Sep
(1) |
Oct
(3) |
Nov
(1) |
Dec
(1) |
2015 |
Jan
(1) |
Feb
|
Mar
(1) |
Apr
|
May
(5) |
Jun
|
Jul
|
Aug
|
Sep
(5) |
Oct
(4) |
Nov
(5) |
Dec
|
From: larry g. <lg...@co...> - 2003-12-08 17:16:50
|
I have added many //TODO: comments, look for these using some search tool, windows file finder, or an IDE search tool. vi editor will also search many files at once. Remember to update, commit often when you begin work, that way if two people begin to work on the same method, you will know it, cvs will give a merge error. Then you must cooridnate with other person trying to edit that method. There may be a way with cvs to lock a file, but not aware of it right now. I know you can track a file, so that if someone commits something you get an email saying that file had been edited. This is the most expediant method I have right now for creating work for programmers to do. thanks. |
From: larry g. <lg...@co...> - 2003-11-14 20:27:43
|
----- Original Message ----- From: "larry gray" <lg...@co...> To: "Dennis Lee" <den...@ho...> Sent: Friday, November 14, 2003 2:19 PM Subject: Re: Developers needed > ----- Original Message ----- > From: "Dennis Lee" <den...@ho...> > To: <lg...@co...> > Sent: Friday, November 14, 2003 2:57 AM > Subject: Re: Developers needed > > > > Could you elaborate on the project? I know that it is a multiple-choice > > quiz delivered on the web, using Java applets. > well its developing the code base for testing in applets. For starters we > will get the 4 answer multiple choice with only one mode of answering and > scoring. Later we will add more advanced multiple choice questions, other > types of questions, i.e. true false, fill in the blank, short answer, and > even essay after we add database connectivity. Users will be able to review > the test and wrong questions if that option is set by the person who post > the test and the applet. Initially we'll hard code a few test, then we will > have the applet load the test from a web resource, a .txt file. Later we > might have the applet load from a database with the help of a servlet. > > > > >From: "larry gray" <lg...@co...> > > >To: "Dennis Lee" <den...@ho...> > > >Subject: Re: Developers needed > > >Date: Thu, 13 Nov 2003 13:19:04 -0600 > > > > > >ok it may be tonight or tomorrow before I add you, and you can read > > >previous > > >mailing list post at the web site. Thanks > > >----- Original Message ----- > > >From: "Dennis Lee" <den...@ho...> > > >To: <lg...@co...> > > >Sent: Thursday, November 13, 2003 1:16 PM > > >Subject: Re: Developers needed > > > > > > > > > > Hello Larry, > > > > > > > > Thanks for letting me join. I have added myself to the mailing list. > > > > Yes, my sf ID is sourcedan, please add me to the developer list. > > > > > > > > Regards, > > > > Dennis (@ sourcedan) > > > > Email: den...@ho... > > > > > > > > >From: "larry gray" <lg...@co...> > > > > >To: "Dennis Lee" <sou...@us...> > > > > >Subject: Re: Developers needed > > > > >Date: Thu, 13 Nov 2003 12:40:45 -0600 > > > > > > > > > >no its open source, not comercial. I take it your sf ID is sourcedan? > > >I'll > > > > >add you to javaquiz as soon as I get a chance thanks. And please join > > >the > > > > >developers mailing list asap. its under LISTS on the project summary > > >page > > > > >----- Original Message ----- > > > > >From: "Dennis Lee" <sou...@us...> > > > > >To: <cav...@us...> > > > > >Sent: Wednesday, November 12, 2003 10:21 PM > > > > >Subject: RE: Developers needed > > > > > > > > > > > > > > > > Hi > > > > > > > > > > > > > > > > > > > > > > > > I read your position vacancy with interest > > > > > > > > > > > > as a programmer. > > > > > > > > > > > > > > > > > > > > > > > > I am familiar with both OO and Java. > > > > > > > > > > > > > > > > > > > > > > > > BTW, is JavaQuiz a commercial development? > > > > > > > > > > > > > > > > > > > > > > > > Thanks for your reply, > > > > > > > > > > > > Dennis (@ sourcedan) > > > > > > > > > > > > Email: den...@ho... > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > _________________________________________________________________ > > > > Hot chart ringtones and polyphonics. Go to > > > > http://ninemsn.com.au/mobilemania/default.asp > > > > > > > > > > > > > > > > > > _________________________________________________________________ > > Hot chart ringtones and polyphonics. Go to > > http://ninemsn.com.au/mobilemania/default.asp > > > > > |
From: larry g. <lg...@co...> - 2003-11-13 18:50:23
|
I'm looking into a way that we can use what is called the Strategy pattern and possibly the builder pattern to build various types of questions with various types of scoring and grading. This will add a little complexity as far as the design goes, but should reduce our need for so many subclasses that clutter up the packages. I may build a case test to prove the design before we implement it on the project. |
From: larry g. <lg...@co...> - 2003-11-11 20:03:38
|
I now have a working test for the MultipleChoiceUI class. Next we will work on a test for the ExamUI. I hard coded a couple of test questions, the answer to the first one is "gray", 2nd one is "behind a steering wheel" |
From: larry g. <lg...@co...> - 2003-11-10 16:53:00
|
Hello, When I began this project I wanted an exam applet that would administer a multiple choice exam much like the SUN exams. I originally wanted 4 kinds of question scoring, and wanted the code base to be abstracted so that any kind of test or test question might be build up from it. I have had to cut back to sometime much simpler. Right now I simply want a 4 answer multiple choice test. The first test can even be hard coded. But for version 1.0 we need the applet reading the test from a web resource somewhere somehow. I mean from a url, not from a database connection. If we get that done, that is version 1.0, we can then dream of more elaborate stuff. |
From: Larry G. <lg...@co...> - 2003-11-07 08:12:49
|
test |
From: Larry G. <lg...@co...> - 2003-11-07 06:50:34
|
test |