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

Added Timer in the Quiz #90

Closed Ashsenior closed 2 years ago

Ashsenior commented 2 years ago

Please do not create a Pull Request without creating an issue first.

Related Issue or bug

Fixes: #49

Describe the changes you've made

A clear and concise description of what you have done to successfully close your assigned issue. Any new files? or anything you feel to let us know!

Type of change

Please delete options that are not relevant.

Checklist:

Screenshots

Screenshot (90) Screenshot (91)

coding-geek21 commented 2 years ago

there is a small bug when we create multiple tests the duration remains the same as the previous one. There should be a separate Duration for each quiz right.. Here the same duration is visible for every quiz that we create..

Please check this..

image image

Ashsenior commented 2 years ago

No problem I'll fix that

coding-geek21 commented 2 years ago

@Ashsenior Also, can you check this I'm getting like this when clicking on update/Responses/Delete in teachers assignment section image

Ashsenior commented 2 years ago

I was having the same problem but i had fixed it in those previous commits and it is currently working fine in my desktop.

coding-geek21 commented 2 years ago

Looks good now.. I'm merging this issue now do the rest in the next issue @Ashsenior Can you take this to next level? For now, the counter is starting from the first when we leave the quiz and start again.. We must change that to it must start from where it left. And then when we keep some questions without selecting the answer.. user won't be able to submit the quiz ( so make the answer fields as not required )

coding-geek21 commented 2 years ago

Also when i update this branch in my local pc image it shows like this when trying to save the answer for one question

C:\Users\dell\Downloads\My projects\flipr\classDeck-develop\classDeck\classDeck\classroom\views\students.py, line 197, in take_quiz question = quiz_questions[qno - 1]

image also every question is already marked as green I want you to fiz this @Ashsenior fix these bug in another issue