Skip to content
Snippets Groups Projects
Commit 432ed3f3 authored by Christoph Thelen's avatar Christoph Thelen
Browse files

Exchange 'iff' with 'if and only if'

parent 673af5e1
No related merge requests found
......@@ -22,8 +22,8 @@ import de.thm.arsnova.entities.User;
import de.thm.arsnova.entities.transport.LearningProgressValues;
/**
* Calculates learning progress based on overall correctness of an answer. A question is answered correctly iff the
* maximum question value possible has been achieved.
* Calculates learning progress based on overall correctness of an answer. A question is answered correctly if and
* only if the maximum question value possible has been achieved.
*/
public class QuestionBasedLearningProgress extends VariantLearningProgress {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment