We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The UI could be improved but for starters it would be cool if it could be like
#-------Name---------Score 1------Person1 1️⃣--------90 2------Person2-----------88 3------Person3 1️⃣--------87
Ideally the code would look like (snippet is based from here)
<div class="">{{ enrollment.has_passed_attempt1|yesno:"1️⃣,(empty string here)" }}</div>
if there was a attempt1 property on the class
I'd like to somehow hook up this class here
<li>Status: {{ submission.passed|yesno:"Passed,Failed" }}</li>
but I am not sure how leaderboard html would differentiate submission 1 from 2 without changing or adding some db data. Thank you
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The UI could be improved but for starters it would be cool if it could be like
#-------Name---------Score
1------Person1 1️⃣--------90
2------Person2-----------88
3------Person3 1️⃣--------87
Ideally the code would look like (snippet is based from here)
if there was a attempt1 property on the class
I'd like to somehow hook up this class here
but I am not sure how leaderboard html would differentiate submission 1 from 2 without changing or adding some db data. Thank you
The text was updated successfully, but these errors were encountered: