swsnu / swppfall2021

Learning Software Engineering By Building Web Services
28 stars 19 forks source link

Question about final exam #156

Open Queist opened 2 years ago

Queist commented 2 years ago
  1. Is it correct that materials for all classes, including lab classes, are provided through the Internet? (So don't i need to print it out?)
  2. It's probably impossible, but I'm asking because there is no mention of the data stored on the laptop. Is it possible to refer to my previously written code (hw3 or hw4 or etc.) or memo stored on the laptop?
  3. Is it ok to use TypeScript and third party libraries in my exams?
kdh0102 commented 2 years ago
  1. Yes.
  2. You cannot refer to codes from your laptop. We will soon announce the list of allowed materials during the exam; all the other materials will not be allowed.
  3. It’s okay to use TypeScript but please keep in mind that the skeleton codes of the exam are Javascript based. And you are NOT allowed to install any new packages. (i.e. no pip or yarn add). All the packages and modules needed for each problems are already installed.