autolabEvaluation Module

The module has been created to incorporate and use it in the autolabJS ,therefore two implementations are made for the same :

  • an exportableModule has been made which can be imported and used to do the evaluation
    This is present in the Exportable module branch
  • To temporarily see how the module functions before incorporating in autolab
    a cli version has been made

CLI version

  • To use this :
    • use node app.js id_no_of_Submitter
    • to check the changes have been made in the table view the table_evaluation table
  • Database model used is:
    • database name : details
    • table names: (present in the config.json)
      • table_team
      • table_evaluation

Exportable version

  • To use this refer to its README file