If someone is willing to alter or edit THIS code, it would be much appreciated. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 26

If someone is willing to alter or edit THIS code, it would be much appreciated.

Here is code, https://code.sololearn.com/WfwzTolPOyuF/# The end goal is to have a more Interactive page, that allows you to add new students to the existing array/table (Grade Sheet). Also allow the newly added students to be graded and there scores to be calculated into the Total Class GPA as well. Again, simply looking for someone to alter/edit the CODE I LINKED. Just really would like to see end result. Thank you

5th Jun 2018, 5:10 AM
Sushi_Theif
Sushi_Theif - avatar
56 Answers
+ 20
welcome back Blaine P i added comments to this edited code hope it's all make sense 😅 https://code.sololearn.com/WBT1E11HTlyS/?ref=app
5th Jun 2018, 6:13 AM
Burey
Burey - avatar
+ 13
Blaine P those are template literals of ES6 very easy to work with and there is a lesson for it https://www.sololearn.com/learn/516/?ref=app
5th Jun 2018, 7:06 AM
Burey
Burey - avatar
+ 7
😅😅😅 nice to see you back after so long ^_^ ask away anything
5th Jun 2018, 6:47 AM
Burey
Burey - avatar
+ 7
..just added some features and optimizations inline with Burey's suggestion. https://code.sololearn.com/WZk9JnRC87EY/?ref=app
7th Jun 2018, 4:01 AM
Nomeh Uchenna Gabriel
Nomeh Uchenna Gabriel - avatar
+ 6
($)_($)
6th Jun 2018, 6:00 AM
Burey
Burey - avatar
+ 5
seem i cause some confusion with the string literal $ sign 😅 good to see it's all cleared out
6th Jun 2018, 5:34 AM
Burey
Burey - avatar
+ 4
I did some user testing issue: Entered 93 for quiz grade resulted in zero GPA box
5th Jun 2018, 3:21 PM
ODLNT
ODLNT - avatar
+ 4
Arvind Tarpasa GPA is Grade Point Average
6th Jun 2018, 1:12 AM
🐺Michael🐺
🐺Michael🐺 - avatar
+ 4
Soumen Mahata thanks for your feedback! it's fixed now.👍
7th Jun 2018, 7:35 AM
Nomeh Uchenna Gabriel
Nomeh Uchenna Gabriel - avatar
+ 3
Wow! I am glad to cross paths with you again Burey! Thank you, it has been awhile! I am going to look over your genius work and see if i can make sense of it :) I am sure i will have questions lol Thank you so much, man!
5th Jun 2018, 6:43 AM
Sushi_Theif
Sushi_Theif - avatar
+ 3
alright I am going to get some sleep and take a look at those template literals tomorrow. Thank you my friend :)
5th Jun 2018, 7:14 AM
Sushi_Theif
Sushi_Theif - avatar
+ 3
cool
5th Jun 2018, 3:16 PM
nathamael simbolon
nathamael simbolon - avatar
+ 2
I am probably going to be looking into making sure the newly added (Injected) student rows are following the same even/odd color scheme as the rest of the table. But, this looks awesome Burey. You cracked that out in no time. I really appreciate this. also I noticed at the very end of the javaScript where you "injected" the new table row as a string, you enclosed the row with these (`) symbols. I have never seen that symbol used. what does it do?
5th Jun 2018, 7:04 AM
Sushi_Theif
Sushi_Theif - avatar
+ 2
Okay, Template literals are not a part of jQuery. I'm sorry if caused any confusion. "Template literals are string literals allowing embedded expressions. You can use multi-line strings and string interpolation features with them. They were called "template strings" in prior editions of the ES2015 specification" https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals
6th Jun 2018, 4:04 AM
ODLNT
ODLNT - avatar
+ 2
Burey I wouldn't call it confusion on your part, but will call it being blinded by the mighty 💰 on my part😵
6th Jun 2018, 5:57 AM
ODLNT
ODLNT - avatar
7th Jun 2018, 4:21 AM
Sanjaykrishna Hegade 🇮🇳
Sanjaykrishna Hegade 🇮🇳 - avatar
+ 1
ODLNT, 93 wasn't producing a proper GPA because I forgot to put a " >= " in my if statement that converts 93 AND greater to a 4.0. SO, there was basically no conversion for 93, just anything above 93. I updated code and it should work now. updated code here. https://code.sololearn.com/WfwzTolPOyuF/#
5th Jun 2018, 4:29 PM
Sushi_Theif
Sushi_Theif - avatar
+ 1
https://code.sololearn.com/W5Cebtu4mtAx/?ref=app Now buttons looks better also you cant input nothing . And textbox clears after touching button
5th Jun 2018, 7:26 PM
ivankoshan
ivankoshan - avatar
+ 1
GPA = grade point average
5th Jun 2018, 10:04 PM
Sushi_Theif
Sushi_Theif - avatar
+ 1
maybe someone can help to alter the table color scheme. The newly added student rows all come out white, instead of following the even/odd color scheme (white/grey) of the other students. still wondering about "
#x27;s", also? "The dude abides."
6th Jun 2018, 2:10 AM
Sushi_Theif
Sushi_Theif - avatar