Helping the students of UH study
View the Project on GitHub thesoftwaredevelopers/thesoftwaredevelopers.github.io
The problem: ICS students often spend more time than they need on their homework and don’t learn the material as effectively as they could, because they study alone and do not leverage the power of face-to-face study groups with peer mentors.
The solution: ICStudy is an application for UHM ICS students to self-organize face-to-face study groups around a course and/or specific homework or project topic.
To use ICStudy, a student must login and set up their profile. The profile enables each student to list courses they have taken and for which they are willing to attempt to provide help (sensei), and courses they are currently taking and for which they might need help (grasshopper). Thus, all students are sensei in some courses and grasshoppers in other courses. Each student must also provide a head shot so that they can be visually identified.
Another section of the site lists all of the ICS courses. Within each course, it is possible to see the grasshoppers and the senseis. A grasshopper can propose a study session around a topic currently being covered in their course (for example, “Write my essay on configuration management”, and a time to meet within ICSpace (i.e. 8:30-9:30pm tonight)). This proposal generates a notification to all of the grasshoppers and senseis, and they can respond by saying they intend to come at some point during the time period.
There is an online calendar that shows all of the study sessions and who is attending.
There are two styles of use for ICStudy:
ICStudy seems great in theory, but there is a significant barrier to adoption: students are naturally inhibited about asking for or offering help. This might be overcome through the use of well-designed game mechanics.
Part of the design of ICStudy should be some kind of point system, or “levels”, or some other game mechanic to reward students for participating.
In addition, you can solicit gift cards or other kinds of rewards from the ICS Department or UH Manoa to reward the “best” sensei and grasshoppers in a given week, month, or semester. The challenge is to design the point system so that students cannot “game” the system to obtain points without actually helping others. You also want to prevent a “hui” of students from simply pretending to work together to get the most points and then split the prize without actually helping each other.
There must also be admins who monitor the site and who users can contact if they suspect inappropriate behavior.
Important design goals for ICStudy are:
There are other mechanisms (Slack, Piazza) for asynchronous, online help and support. ICStudy is designed to facilitate live, real-world help using ICSpace.
Some mockup pages include:
Whether or not the following bullet points list all pages or not, the completed use case should show an end-to-end scenario of using the system.
After implementing the basic functionality, here are ideas for more advanced features:
Diagrams which show the layout of the mockups for Milestone One
Below are up to date screenshots of the current build
Landing Page
Find Session Page | Here you can find a session to join!
Profile Page | View your own profile!
My Sessions | View and manage your sessions!
Leaderboard | View the leaderboard for all users!
Create Session | Create a new study session!
Calendar | View a calendar which shows all of your sessions!
Edit Profile | Edit your profile however you like!
Submit Feedback | Submit Feedback to the Admins!
Admin Feedback | Admins can view the feedback you send!
Manage Users | Admins can ban users from here!
Banned | Banned users cannot access the site. Period.
Admin Manage Sessions | Admins can delete sessions deemed inapropriate.
npm install
.env
file (From AWS keys and NeonDB environment variables)npm run dev
, site running on localhostUpon asking five peers within the UH system for feedback on one of the versions of our deployments, the findings were generally that the app, although (mostly) functional at the time, needed more visual flare. They all liked the look of the landing page and suggested that we change the rest of the site to have a similar style.
Upon asking them to use the application, there were some bugs and inconsistencies that they discovered, which opened our eyes to many of the minor problems present. This feedback allowed us to modify the site further and address those issues.
The feedback process, although short and simple, has been instrumental in refining the functionality and user experience of the ICStudy platform.