cse522summer2019 / project

0 stars 0 forks source link

Store score in the database #16

Closed apellechia closed 5 years ago

apellechia commented 5 years ago

Create a table to save the scores from the students evaluation in the database

lingbohu commented 5 years ago

Task Test:

  1. Login in to the database
  2. There should be a table named Evaluationdata, open it
  3. There should be 8 columns in this table: id(the primary key), studentid(foreign key to Logininfo), Evaluator, role, leadership, participation, professionalism, quality. All the columns are integer