sidharthkmishra / Peer-Evaluation-System

Software Engineering Concepts Course at UB
0 stars 1 forks source link

populating evaluation forms using database #99

Closed kira2839 closed 5 years ago

kira2839 commented 5 years ago

Write a PHP script which populates the choices the students can make on the evaluation by accessing the database, this makes it easy to modify the choices in the future.

kira2839 commented 5 years ago

Test: Login to the phpMyAdmin and enter all the values required in the 'evaluation_meaning' table in the common database at https://www-student.cse.buffalo.edu/tools/db/phpmyadmin/db_structure.php?server=2&db=cse442_542_2019_summer_teama_db&token=9528712872e50fe64a5c1f515173a31d . After the tables are filled go to start_evaluation.php page and check if the options are populated in the corresponding drop downs.