Menu

Commit [r622]  Maximize  Restore  History

Orth, Raab

Splitted ProblemTest into MaterSolutionProblemTest and StudentSolutionTest.
Added the PipeElements Adder and Corrector.
Outsourced Adder and Corrector with their funktions out of the GradingAgent.
Added XML-Tag "Points" in StudentSolutionProblem,
XML-Tag "Mark" in ExamParticipant.
Aligned the UnitTests with the changed Classes.
Overworked the comments.

Modified Files:
src/java/de/fhworms/ztt/ox/core/Exam.java
src/java/de/fhworms/ztt/ox/core/ExamParticipant.java
src/java/de/fhworms/ztt/ox/core/MasterSolutionProblem.java
src/java/de/fhworms/ztt/ox/core/Problem.java
src/java/de/fhworms/ztt/ox/core/StudentSolutionProblem.java
src/java/de/fhworms/ztt/ox/examrepository/ProblemCatalog.java
src/java/de/fhworms/ztt/ox/examserver/RemoteExam.java
src/java/de/fhworms/ztt/ox/gradingwizard/AddPolicy.java
src/java/de/fhworms/ztt/ox/gradingwizard/DefaultAddPolicy.java
src/java/de/fhworms/ztt/ox/gradingwizard/DefaultTruthTable.java
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/LinearScoringPolicy.java
src/java/de/fhworms/ztt/ox/gradingwizard/MSSLevelPolicy.java
src/java/de/fhworms/ztt/ox/gradingwizard/NoNegativeAddPolicy.java
src/java/de/fhworms/ztt/ox/gradingwizard/OriginalTruthTable.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/RoundAveragePolicy.java
src/java/de/fhworms/ztt/ox/gradingwizard/Scorer.java
src/java/de/fhworms/ztt/ox/gradingwizard/ScoringPolicy.java
src/java/de/fhworms/ztt/ox/gradingwizard/TruthTable.java
src_test/java/unit/de/fhworms/ztt/ox/core/ExamParticipantTest.java
src_test/java/unit/de/fhworms/ztt/ox/core/ExamTest.java
src_test/java/unit/de/fhworms/ztt/ox/core/ListFactoryTest.java
Added Files:
src/java/de/fhworms/ztt/ox/gradingwizard/Adder.java
src/java/de/fhworms/ztt/ox/gradingwizard/Corrector.java
src_test/java/unit/de/fhworms/ztt/ox/core/MasterSolutionProblemTest.java
src_test/java/unit/de/fhworms/ztt/ox/core/StudentSolutionProblemTest.java
Removed Files:
src_test/java/unit/de/fhworms/ztt/ox/core/ProblemTest.java

orth 2003-03-10

MongoDB Logo MongoDB