[💯] Grade System in GKC

imagine you want to make a school in the game, and you want grades in the game.
imagine, if you will, you wanted to do it in only one property and a game overlay?


materials

-property
-game overlay


place 'em down


property settings

name: grade
type: number
default value: 100
scope: player
when value changes: grade.change


overlay settings

type: text
content scope: player
visibility scope: player

go to blocks menu, make a new block
it will be used when receiving on grade.change

grab an if/when block, click the gear, drag in seven else/if blocks

format the block like so:

if - get property "grade" ≥ 95
do - set text: "grade: a+"

else if - get property "grade" ≥ 89
do - set text: "grade: a-"

else if - get property "grade" ≥ 84
do - set text: "grade: b+"

else if - get property "grade" ≥ 80
do - set text: "grade: b-"

else if - get property "grade" ≥ 75
do - set text: "grade: c+"

else if - get property "grade" ≥ 70
do - set text: "grade: c-"

else if - get property "grade" ≥ 65
do - set text: "grade: d+"

else if - get property "grade" ≤ 50
do - set text: "grade: f-"


image


what did i just do?

-if you don’t know what this means, this makes a property that starts at 100
-if you choose to use a counter to manage the property like i did, then the overview works
-if the inside block was done as i did it, then the overview will change with the property
-if the properties change work, then the grade will change along with the property number
-it’s not that difficult to get, i have a gpa of like one point six seven lock in


end notes

well, that’s definitely something. there you have it.
a working grading system that displays a grade dependent on a property.
to change the properties, simply use a device that change a property.
i’d like to thank the academy, my wife, and wonderful producers for this achievement.

what would you rank this guide?
  • scholarship
  • bologna sandwich
  • ornette coleman
  • dropout
  • 1.2 gpa activities
  • gerald leslie ford
0 voters
who is ornette coleman?

i have been requested to add an image:
he was a jazz saxophonist and famous avant-garde post-bop performer
his distinguished career put him at odds with many other musicians
notable among them was miles davis, the jazz trumpeter
his distinct style has made him famous enough to become a pallbearer in louis armstrong’s funeral and he was longtime friends with the great sonny rollins

11 Likes

great guide and welcome back @gimguy!

however, one suggestion I have: add at least one more image!

yourlocalgimuser_0

nah broski I just find it funny that you’re liking all my posts gimmy
that’s my nickname for u now

guys
gimguy knows how to use dropdowns, he has been here since Nov '23. He also used them twice in his guide.
don’t flag for no reason

6 Likes

This is a cool guide! Too smart for me… :nerd_face: :brain:

3 Likes

You could also add dropdowns because it seems crowded in some parts:

Dropdown

You probably already know how to do this…

kormorat

@Kormorant Bruh, I just agree with your posts… Don’t want me to like them anymore? NOooOOOoo. I WILL NOT BE CALLED GIMMY-

I said in some parts, where he has a long list of block codes, where he might want to add dropdowns.

5 Likes

welcome back and haii gimguy :D

Anyways, very nice guide. I like the fact you, unlike most guides now, actually provided an explanation on what the system is actually doing, and educating the reader on the code, and is partnered with it’s appealing and pretty formatting. Great work! I don’t think there’s any changes needed on the surface.

:o

I read your bio @Spades and noticed your issue with the Canva link. Since you cannot have the word "Canva in your bio because its blocked, put your gallery as a website link, found if you scroll further down in your profile preferences (where your bio customization is).

Also, extra kudos for adding a description on Ornette. He’s an amazing saxophonist, so I respect your taste greatly.

Gimguy has always been a (in my opinion) prestigious figure of taste, so it comes to no surprise.

7 Likes

Wait THIS IS ACTUALLY A GOOD GUIDE IN AGES

10/10 MOST DEFINITELY

2 Likes

Good guide. Definitely useful

1 Like

How to make grade to GPA?

(Percent/100)*4 is the simplest way

@bigbodybenz @Anythinger please stay on topic

1 Like

Straight to the point :+1:

4 Likes