{"id":20090896,"url":"https://github.com/raehik/teststore","last_synced_at":"2026-06-19T01:31:50.873Z","repository":{"id":20774638,"uuid":"24059463","full_name":"raehik/testStore","owner":"raehik","description":"A program to store \u0026 display students, tests, and student test results.","archived":false,"fork":false,"pushed_at":"2014-11-20T13:11:55.000Z","size":360,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-13T02:47:23.569Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/raehik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-09-15T14:26:29.000Z","updated_at":"2014-11-20T13:15:49.000Z","dependencies_parsed_at":"2022-08-29T10:11:22.128Z","dependency_job_id":null,"html_url":"https://github.com/raehik/testStore","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raehik%2FtestStore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raehik%2FtestStore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raehik%2FtestStore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raehik%2FtestStore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raehik","download_url":"https://codeload.github.com/raehik/testStore/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241526511,"owners_count":19976950,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T16:27:00.669Z","updated_at":"2026-06-19T01:31:50.854Z","avatar_url":"https://github.com/raehik.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"testStore\n=========\n\n`testStore` is a set of Java classes designed for storing, accessing and\ndisplaying student test results. Students and tests can be added, edited and\nremoved at will. Tests can be searched for by name or date set, and you can\ndisplay any number of tests of any number of students.\n\n\nAPI\n---\n\n### TestDatabase\n\n    void setStudentResult(int sId, int tId, int percent)\nSet a student's test result to `percent`. If `percent` is not between 0-100, an\n`IndexOutOfBoundsException` is thrown.\n\n    Integer[] getAllStudentIds()\nReturn an iterable Integer[] array of all active student IDs.\n\n    Integer[] getAllTestIds()\nReturn an iterable Integer[] array of all active test IDs.\n\n    Integer[] getTestIdsInRage(String date1, Stringdate2)\nReturn an iterable Integer[] array of all the tests between (TODO: inclusive???\ntwo dates in `dd/mm/yy` format.\n\n    String toGrade(int percent)\nReturn the string representing the grade the percent is mapped to.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraehik%2Fteststore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraehik%2Fteststore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraehik%2Fteststore/lists"}