Rubric Program compiles and runs when copied and pasted dir…
Rubric Program compiles and runs when copied and pasted directly from student submission (1pt) Creation of function get_user_info() (3pts) Inputs taken correctly (1pt) create_user_id() called correctly (2pts) Creation of function create_user_id() (8pts) First letter of first name is included (1.5pts) First letter of first name is lowercase (1.25pts) Full last name is included (0.5pts) Full last name is lowercase (1.25pts) First three letters of the genre are included (1.5pts) “123” is included (1pt) print_user_id() is called correctly (1pt) Creation of function print_userID() (2pts) Function takes an argument (1pt) Function prints user ID correctly (1pt) Creation of function get_book_info() (3pts) Inputs taken correctly (2pts) print_book_info() called correctly (1pt) Creation of function print_book_info() (3pts) Function takes correct arguments (1.5pts) Function prints book information correctly (1.5pts)