Menu

Webservice Commit Log


Commit Date  
[r617] by raab

Raab

Implemented a new Design of the Scorer (LinearScoringPolicy),
with two Unittests, which proves the Running of it.

Modified Files:
src/java/de/fhworms/ztt/ox/gradingwizard/LevelPolicy.java
src/java/de/fhworms/ztt/ox/gradingwizard/MSSLevelPolicy.java
src/java/de/fhworms/ztt/ox/gradingwizard/POFHWormsLevelPolicy.java
Added Files:
src/java/de/fhworms/ztt/ox/gradingwizard/LinearScoringPolicy.java
src/java/de/fhworms/ztt/ox/gradingwizard/Scorer.java
src/java/de/fhworms/ztt/ox/gradingwizard/ScoringPolicy.java
src_test/java/unit/de/fhworms/ztt/ox/gradingwizard/LinearScoringPolicyMSSTest.java
src_test/java/unit/de/fhworms/ztt/ox/gradingwizard/LinearScoringPolicyPOFHWormsTest.java

2003-03-05 13:33:02 Tree
[r616] by orth

Orth

splitted Problem in MasterSolutionProblem and StudentSolutionProblem

Modified Files:
ox/src/java/de/fhworms/ztt/ox/core/Answer.java
ox/src/java/de/fhworms/ztt/ox/core/Exam.java
ox/src/java/de/fhworms/ztt/ox/core/ListFactory.java
ox/src/java/de/fhworms/ztt/ox/core/Problem.java
ox/src/java/de/fhworms/ztt/ox/examadministrationclient/ExamWizardProblemPane.java
ox/src/java/de/fhworms/ztt/ox/examadministrationclient/ProblemCatalogController.java
ox/src/java/de/fhworms/ztt/ox/examadministrationclient/ProblemModel.java
ox/src/java/de/fhworms/ztt/ox/examclient/ExamClientModel.java
ox/src/java/de/fhworms/ztt/ox/examrepository/ProblemCatalog.java
ox/src/java/de/fhworms/ztt/ox/examserver/RemoteExam.java
ox/src/java/de/fhworms/ztt/ox/repositoryserver/RemoteProblemCatalog.java
ox/src/java/de/fhworms/ztt/ox/repositoryserver/RemoteProblemCatalogImpl.java
ox/src_test/java/unit/de/fhworms/ztt/ox/core/AnswerTest.java
ox/src_test/java/unit/de/fhworms/ztt/ox/core/ExamTest.java
ox/src_test/java/unit/de/fhworms/ztt/ox/core/ListFactoryTest.java
ox/src_test/java/unit/de/fhworms/ztt/ox/core/ProblemTest.java
ox/src_test/java/unit/de/fhworms/ztt/ox/examadministrationclient/ProblemModelTest.java
ox/src_test/java/unit/de/fhworms/ztt/ox/examclient/ExamClientModelTest.java
ox/src_test/java/unit/de/fhworms/ztt/ox/examrepository/ProblemCatalogTest.java
ox/src_test/java/unit/de/fhworms/ztt/ox/examserver/RemoteExamTest.java
Added Files:
ox/src/java/de/fhworms/ztt/ox/core/MasterSolutionProblem.java
ox/src/java/de/fhworms/ztt/ox/core/StudentSolutionProblem.java

2003-03-05 13:15:55 Tree
[r615] by orth

orth
removed errors (compile) in the code

Modified Files:
src/java/de/fhworms/ztt/ox/gradingwizard/GradingAgent.java

2003-03-05 10:14:57 Tree
[r614] by raab

Raab

Added the RoundPolicy-Classes RoundDown and RoundAverage and implements units,
which tests them with the two different LevelPolicys(POFHWorms, MSS);

Modified Files:
src/java/de/fhworms/ztt/ox/gradingwizard/RoundUpPolicy.java
src_test/java/unit/de/fhworms/ztt/ox/gradingwizard/RoundUpPOFHWormsPolicyTest.java
Added Files:
src/java/de/fhworms/ztt/ox/gradingwizard/RoundAveragePolicy.java
src/java/de/fhworms/ztt/ox/gradingwizard/RoundDownPolicy.java
src_test/java/unit/de/fhworms/ztt/ox/gradingwizard/RoundAverageMSSPolicyTest.java
src_test/java/unit/de/fhworms/ztt/ox/gradingwizard/RoundAveragePOFHWormsPolicyTest.java
src_test/java/unit/de/fhworms/ztt/ox/gradingwizard/RoundDownMSSPolicyTest.java
src_test/java/unit/de/fhworms/ztt/ox/gradingwizard/RoundDownPOFHWormsPolicyTest.java
Removed Files:
src/java/de/fhworms/ztt/ox/gradingwizard/FifteenToZeroMarkLevel.java
src/java/de/fhworms/ztt/ox/gradingwizard/OneToFiveMarkLevel.java
src/java/de/fhworms/ztt/ox/gradingwizard/RoundValue.java
src_test/java/unit/de/fhworms/ztt/ox/gradingwizard/FifteenToZeroMarkLevelTest.java
src_test/java/unit/de/fhworms/ztt/ox/gradingwizard/OneToFiveMarkLevelTest.java

2003-03-04 15:39:12 Tree
[r613] by orth

Raab, Orth
added a new LevelPolicy and generated a unit test for RoundUpMSSPolicy

Modified Files:
src/java/de/fhworms/ztt/ox/gradingwizard/GradingAgent.java
src/java/de/fhworms/ztt/ox/gradingwizard/LevelPolicy.java
src/java/de/fhworms/ztt/ox/gradingwizard/POFHWormsLevelPolicy.java
src/java/de/fhworms/ztt/ox/gradingwizard/RoundUpPolicy.java
src/java/de/fhworms/ztt/ox/gradingwizard/RoundValue.java
Added Files:
src/java/de/fhworms/ztt/ox/gradingwizard/MSSLevelPolicy.java
src_test/java/unit/de/fhworms/ztt/ox/gradingwizard/RoundUpMSSPolicyTest.java
src_test/java/unit/de/fhworms/ztt/ox/gradingwizard/RoundUpPOFHWormsPolicyTest.java
Removed Files:
src_test/java/unit/de/fhworms/ztt/ox/gradingwizard/RoundingPolicyTest.java

2003-03-04 12:37:49 Tree
[r612] by conner

Added JNLP support, removed dynamic RMI class downloading, added fixed port
communication

Modified Files:
build.xml src/java/de/fhworms/ztt/zfunc/ClientRunner.java
src/java/de/fhworms/ztt/zfunc/ConnectionImpl.java
src/java/de/fhworms/ztt/zfunc/FunctionalTest.java
src/java/de/fhworms/ztt/zfunc/HTMLReportFilter.java
src/java/de/fhworms/ztt/zfunc/RMISSLClientSocketFactory.java
src/java/de/fhworms/ztt/zfunc/RMISSLServerSocketFactory.java
src/java/de/fhworms/ztt/zfunc/ReportGenerator.java
src/java/de/fhworms/ztt/zfunc/Reporter.java
src/java/de/fhworms/ztt/zfunc/ServerRunner.java
src/java/de/fhworms/ztt/zfunc/XMLReportGenerator.java
src/java/de/fhworms/ztt/zfunc/ZFuncServerImpl.java
src/script/zfuncclient.sh src/script/zfuncserver.sh
test/src/java/functional/FTSTTest1.java
test/src/java/functional/foo/FTSTTest2.java
Added Files:
src/script/zfuncclient.jnlp

2003-03-03 18:36:36 Tree
[r611] by keidel

Implemented a new design for the Quantifier-Policy. This includes the
POFHWormsLevelPolicy instead of OneToFiveMarkLevel. We diveded the class
RoundValue in three classes (task not finished).

Conner, Raab, Orth, Keidel

Modified Files:
src/java/de/fhworms/ztt/ox/gradingwizard/GradingAgent.java
src/java/de/fhworms/ztt/ox/gradingwizard/OneToFiveMarkLevel.java
src_test/java/unit/de/fhworms/ztt/ox/gradingwizard/OneToFiveMarkLevelTest.java
Added Files:
src/java/de/fhworms/ztt/ox/gradingwizard/LevelPolicy.java
src/java/de/fhworms/ztt/ox/gradingwizard/POFHWormsLevelPolicy.java
src/java/de/fhworms/ztt/ox/gradingwizard/PipeElement.java
src/java/de/fhworms/ztt/ox/gradingwizard/Quantifier.java
src/java/de/fhworms/ztt/ox/gradingwizard/RoundUpPolicy.java
src/java/de/fhworms/ztt/ox/gradingwizard/RoundingPolicy.java
src_test/java/unit/de/fhworms/ztt/ox/gradingwizard/RoundingPolicyTest.java
----------------------------------------------------------------------

2003-03-03 17:26:32 Tree
[r610] by orth

keidel,orth

added a logging mechanism to the GradingAgent

Modified Files:
src/java/de/fhworms/ztt/ox/gradingwizard/GradingAgent.java
Added Files:
resource/de/fhworms/ztt/ox/gradingwizard/logging.properties

2003-02-28 16:20:17 Tree
[r609] by wolf

Modified Files:
src/java/de/fhworms/ztt/mepros/Data.java
src/java/de/fhworms/ztt/mepros/DataMath.java
src/java/de/fhworms/ztt/mepros/DoubleMath.java
src/java/de/fhworms/ztt/mepros/MakesNoSenseException.java
test/src/java/unit/de/fhworms/ztt/mepros/DataTest.java
test/src/java/unit/de/fhworms/ztt/mepros/DoubleMathTest.java
Added Files:
test/src/java/unit/de/fhworms/ztt/mepros/DataMathTest.java

refactored Data.java, DataTest.java, DoubleMath.java, DoubleMathTest.java

MakesNoSenseException added constructor @param String

DataMath.java : created method createSetBigsToMean

DataMathTest.java : implied unittests for DataMath-methods

2003-02-28 13:13:22 Tree
[r608] by raab

Raab, Nena

Some changes with regard to javadoc, and a small change in OneToFiveMarkLevelTest.Thats it.

Modified Files:
src/java/de/fhworms/ztt/ox/gradingwizard/FifteenToZeroMarkLevel.java
src/java/de/fhworms/ztt/ox/gradingwizard/GradingAgent.java
src/java/de/fhworms/ztt/ox/gradingwizard/OneToFiveMarkLevel.java
src/java/de/fhworms/ztt/ox/gradingwizard/RoundValue.java
src_test/java/unit/de/fhworms/ztt/ox/gradingwizard/OneToFiveMarkLevelTest.java

2003-02-28 11:11:59 Tree
Older >
MongoDB Logo MongoDB