MichalGoly / QuizTool

Audience response system enabling lecturers to embed interactive quizzes in lecture slides and broadcast them to students in real time - MEAN - Socket.io - AWS - Angular - Express - Docker - docker-compose - CircleCI - Multicontainer Elasticbeanstalk - Selenium Grid
GNU General Public License v2.0
5 stars 1 forks source link

Create an interface for students to view slides in real time #33

Closed MichalGoly closed 6 years ago

MichalGoly commented 6 years ago

The front-end itself should be relatively easy to implement. This will however tie to the back-end session provision functionality which has to be implemented as well.

MichalGoly commented 6 years ago

Created a functional LectureComponent which enables students to view slides sent to them via socket in real time. Currently, the interface is very simplistic and the CSS has to be improved.

This involved refactoring of the NavbarComponent to behave differently depending on whether it's embedded in a DashboardComponent or the LectureComponent.