#Screencast and Standup Meetings Folder: https://drive.google.com/drive/folders/1dC4ti3y-Ltq44uMlIFgaN9lYybP_iNTA
This project is part of CSE 360 at Arizona State University, implementing a peer review system with instructor moderation capabilities for phase 4, adding onto a Student Forum Java application. The system allows students to submit work, provide peer reviews, and enables instructors to monitor and moderate the review process.
-
Peer Review Management
- Student submission handling
- Review assignment and tracking
- Feedback collection and distribution
-
Instructor Tools
- Review moderation interface
- Student performance monitoring
- Quality control mechanisms
- Contact Admin
-
Database Integration
- Persistent storage of submissions
- Review history tracking
- User data management
├── src/ # Source code files
├── bin/ # Compiled class files
├── databasePart1/ # Database implementation
├── application/ # Main application logic
├── resource-files/ # Resource and configuration files
├── script-files/ # Utility scripts
└── legal/ # License and legal documents- Clone the repository
git clone https://github.com/Americana808/role-based-qa-platform.git-
Set up your development environment:
- Install Java Development Kit (JDK)
- Configure your preferred IDE (Eclipse recommended)
- Import the project as a Java project
-
Build and run:
- Import required dependencies
- Build the project
- Run the main application
- Java JDK 8 or higher
- Eclipse IDE (recommended)
- Git version control
- Database system (as specified in databasePart1)
Detailed documentation is available in the following formats:
- JavaDoc HTML documentation
- API documentation in
help-doc.html - Class index in
allclasses-index.html
- Marco Portillo
- Anubhav Adhikari
- Suhaib Siddiqui
- Ilkin Mirzayev