coding-geek21 / classDeck

ClassDeck Online Classroom for students and teachers. ClassDeck aims to create an all in one online classroom platform where Students can attend exams view results, view assignments, submit assignments and do more. Teachers can post tests and view the results as well as post assignments and videos etc.
https://classdeck.herokuapp.com/
MIT License
13 stars 52 forks source link

Switching to questions on clicking the question no in quiz page #60

Closed coding-geek21 closed 2 years ago

coding-geek21 commented 2 years ago

Is your feature request related to a problem? Please describe.

Currently in our quiz page we can only move to next question after finishing the current question but what if the student want to attend or switch to some other question?

Describe the solution you'd like...

we should create a grid with all question number, when the student clicks on the question number it should automatically switch to that question

Screenshots Or Video

this would be the sample video of how this feature should look like

https://www.awesomescreenshot.com/video/7789747?key=821e495a63c271c074a1cb352a30473c

neelam4 commented 2 years ago

Hi, I'm interested in resolving this issue. Can I please be assigned this? @coding-geek21

coding-geek21 commented 2 years ago

@neelam4 any updates?

neelam4 commented 2 years ago

Currently working on it, I'm having an issue in the setup with "Setting up SECRET_KEY environment variable". Can you please help me out?

coding-geek21 commented 2 years ago

Can you show me the error you are getting? @neelam4

Did you change the env_template to env file as said in README ?

neelam4 commented 2 years ago

I'm having problem in logging in as student in local system, it is showing invalid credentials. Because of this, I'm unable to see the UI after changing the HTML code in taken_quiz_form.html . Please help me with this.

coding-geek21 commented 2 years ago

Did you signup and confirm your authentication mail? for student account @neelam4

neelam4 commented 2 years ago

I'm not getting any authentication mail, while running the webapp locally for student account.

coding-geek21 commented 2 years ago

You should be getting it @neelam4 did you change the env_template to .env file ? And also enter a valid existing mail id

coding-geek21 commented 2 years ago

Also check the comment in #23 issue you would get idea