We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89d60cb commit 452b413Copy full SHA for 452b413
Frontend/src/Components/LandingPage/Attempt.jsx
@@ -4,7 +4,7 @@ import Utility from "../../Utility/Utility";
4
5
6
export const Attempt = ({i, attempt, setSelectedAttempt, setIsList}) => {
7
- let tagClass = Utility.setDifficultyTag("user-q-tag", question.complexity);
+ let tagClass = Utility.setDifficultyTag("user-q-tag", attempt.questionComplexity);
8
9
return (
10
<div
0 commit comments