The question items are using the difficulty stored on the Question model. It is using the term difficulty as that is what is used in adaptive testing.
The filter is using the term difficulty but it is referring to the percentage of students who answered the question correctly.
These should align. We likely want to change the difficulty shown on the question to be selection_frequency as that is what we are expecting profs to be uploading. If we do not have that then maybe we default back to difficulty.
Regardless, these two values should not have the same name.
The question items are using the difficulty stored on the Question model. It is using the term difficulty as that is what is used in adaptive testing.
The filter is using the term difficulty but it is referring to the percentage of students who answered the question correctly.
These should align. We likely want to change the difficulty shown on the question to be selection_frequency as that is what we are expecting profs to be uploading. If we do not have that then maybe we default back to difficulty.
Regardless, these two values should not have the same name.