ILIAS
release_8 Revision v8.19
|
Test peer reviews. More...
Public Member Functions | |
testDistributionNumberOfPeers () | |
Test if each rater has $num_assignments peers. More... | |
testDistributionNumberOfRaters () | |
Test if each peer is assigned to $num_assignments raters. More... | |
testDistributionNoSelfAssignment () | |
Test if raters are not assigned as peers to themselves. More... | |
Protected Member Functions | |
tearDown () | |
getDistribution ($user_ids, $num_assignments) | |
Test peer reviews.
Definition at line 26 of file ExcPeerReviewTest.php.
|
protected |
Definition at line 32 of file ExcPeerReviewTest.php.
Referenced by testDistributionNoSelfAssignment(), testDistributionNumberOfPeers(), and testDistributionNumberOfRaters().
|
protected |
Definition at line 28 of file ExcPeerReviewTest.php.
ExcPeerReviewTest::testDistributionNoSelfAssignment | ( | ) |
Test if raters are not assigned as peers to themselves.
Definition at line 79 of file ExcPeerReviewTest.php.
References getDistribution().
ExcPeerReviewTest::testDistributionNumberOfPeers | ( | ) |
Test if each rater has $num_assignments peers.
Definition at line 40 of file ExcPeerReviewTest.php.
References getDistribution().
ExcPeerReviewTest::testDistributionNumberOfRaters | ( | ) |
Test if each peer is assigned to $num_assignments raters.
Definition at line 55 of file ExcPeerReviewTest.php.
References getDistribution().