Files
xiao/assets/json/final-grade-calculator.json
T
Daniel Odendahl Jr 44c4d3496f Final grade calculator
2017-12-14 22:24:18 +00:00

38 lines
983 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"above100": [
"Maybe theres extra credit?",
"On the bright side, grades dont really matter anyway.",
"Try aiming a little lower.",
"Is that even possible to get?",
"Better luck next time!"
],
"above92": [
"Dont give up! You can do it!",
"Good luck!",
"Dont give up! I believe in you!",
"But Ive never known you to shy away from a challenge.",
"But whats life without a challenge?",
"Start studying!"
],
"above88": [
"On the bright side, it could be a lot worse.",
"I think youll do just fine!",
"Relax, you can do it!",
"Good luck!",
"Show them what youve got!"
],
"above80": [
"Dont worry, itll be a piece of cake.",
"You can do it, no problem!",
"Good luck!"
],
"below80": [
"You dont even need to bother studying.",
"Have fun (doing other things)!",
"Maybe you can just draw a flower on the test or something.",
"Congratulations!",
"Nice job! You earned it.",
"Try aiming higher!"
]
}