File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,8 @@ function (item_criterion::UrryItemCriterion)(tracked_responses::TrackedResponses
126
126
end
127
127
128
128
# TODO : Should have Variants for point ability versus distribution ability
129
- struct InformationItemCriterion{AbilityEstimatorT <: PointAbilityEstimator , F} <: ItemCriterion
129
+ struct InformationItemCriterion{AbilityEstimatorT <: PointAbilityEstimator , F} < :
130
+ ItemCriterion
130
131
ability_estimator:: AbilityEstimatorT
131
132
expected_item_information:: F
132
133
end
@@ -141,4 +142,4 @@ function (item_criterion::InformationItemCriterion)(tracked_responses::TrackedRe
141
142
item_criterion. ability_estimator)
142
143
ir = ItemResponse (tracked_responses. item_bank, item_idx)
143
144
return - item_criterion. expected_item_information (ir, ability)
144
- end
145
+ end
You can’t perform that action at this time.
0 commit comments