Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 655 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 655 Bytes

IFCAT

Immediate-Feedback Collaborative Assessment Tool is a collaborative quiz application for the classroom, based on immediate feedback assessment technique.

Transpiling front-end components

After changes in JSX files, the code needs to be transpiled. This is specifically for React-based front-end components in:

  1. views/student/quiz - the student-side quiz is implemented using React.
  2. views/admin/pages/previewQuestion - quiz components re-used for admin-side previewing.

Transpile front-end components by running webpack at the respective path (on node >=6.11.0).