Building Plio (https://plio.in) | Engineer, Lifelong Learner
-
Plio
- Bengaluru, India
- www.amandalmia.com
- @dalmiaman
Highlights
- Pro
Block or Report
Block or report dalmia
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
-
Attempting to make the Deep Learning Book easier to understand.
-
Resources for the study group in IIT Guwahati focused on learning Artificial Intelligence.
-
Notes for the Reinforcement Learning course by David Silver along with implementation of various algorithms.
2,416 contributions in the last year
Contribution activity
May 2022
Created 113 commits in 2 repositories
Created a pull request in avantifellows/quiz-frontend that received 18 comments
Add support for assessment type quizzes
Fixes #36
Linked to: avantifellows/quiz-backend#33
Mockup here.
Summary
new interface for quizType = assessment
updated the general font of the app
…
+1,231
−183
•
18
comments
Opened 7 other pull requests in 2 repositories
avantifellows/quiz-frontend
4
merged
avantifellows/quiz-backend
3
merged
Reviewed 12 pull requests in 2 repositories
avantifellows/quiz-backend
7 pull requests
Opened 15 issues in 2 repositories
avantifellows/quiz-frontend
3
open
5
closed
- Once I clear an existing answer, the clear button should get disabled
- Support different marking schemes
-
Change quiz route to include
/quizin the route - Add support for question palette
- Scorecard Progress Bar overflows with 100%
- Remove the gray background upon clicking Clear as well
- Support internationalisation
- Support assessment type quizzes
avantifellows/quiz-backend
7
closed
- Add support for question palette
- Add field to track if question has been visited
- Deployment through CI halts while in progress
- Add string as a valid type for the answer in a session answer
- Add error check if wrong session_answer_id has been passed
- Add API to update sessions
- Add a field to signify when the assessment quiz has been ended