Neo Jing Xuan's Project Portfolio Page
Project: SmartNUS
SmartNUS is a revision tool for students. It allows students to create their own question bank and quiz themselves. It is written in Java, and has about 17 kLoC.
Given below are my contributions to the project.
- New Feature: Added Short Answer Questions (SAQs) (#98)
- What it does: Allows users to add SAQs and quiz themselves on SAQs.
- Justification: Provides users with additional flexibility when creating and answering questions. Users do not have to come up with multiple choices or phrase their questions as True/False questions. During a quiz, users can input any answer when answering an SAQ, rather than choosing from fixed options. This feature also helps users prepare for examinations that include SAQs.
- Highlights: Since users can input any answer, rather than selecting fixed choices, it is more difficult to determine if a user’s answer is correct. The current implementation, checking for keywords and not a whole answer, was chosen by considering integration with the existing features and convenience and usefulness to the user.
-
Code contributed: RepoSense link
- Enhancements to existing features:
- Documentation:
- Team-Based Tasks:
- Morphed AB3 into SmartNUS question bank, refactored AB3’s Person into abstract Question class from which all new Question types extend (#8, #25, #28)
- Managed releases
v1.1andv1.2on GitHub - PRs reviewed (with non-trivial review comments): #36, #30
- Reported bugs and suggestions for other teams (PED)