{"id":25725551,"url":"https://github.com/umar221b/attendancerecord-xblock","last_synced_at":"2026-06-15T17:31:43.807Z","repository":{"id":204783020,"uuid":"712652562","full_name":"umar221b/attendancerecord-xblock","owner":"umar221b","description":"An Xblock for OpenEdx that allows recording Attendance for Hybrid courses.","archived":false,"fork":false,"pushed_at":"2023-10-31T22:53:51.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-25T22:38:11.841Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/umar221b.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-31T22:51:13.000Z","updated_at":"2023-10-31T22:51:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"609c9314-00e5-4200-8e3b-fb0e81d7144a","html_url":"https://github.com/umar221b/attendancerecord-xblock","commit_stats":null,"previous_names":["umar221b/attendancerecord-xblock"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/umar221b/attendancerecord-xblock","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umar221b%2Fattendancerecord-xblock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umar221b%2Fattendancerecord-xblock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umar221b%2Fattendancerecord-xblock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umar221b%2Fattendancerecord-xblock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/umar221b","download_url":"https://codeload.github.com/umar221b/attendancerecord-xblock/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umar221b%2Fattendancerecord-xblock/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34374146,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-02-25T22:30:40.711Z","updated_at":"2026-06-15T17:31:43.794Z","avatar_url":"https://github.com/umar221b.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Installation\n\nInstall the Xblock into your OpenEdx Instance, then add it to a course in the Advanced Module List in Advanced Settings (add `\"attendancerecord\"`).\n\n# Studio Setup Examples\n\nThe module supports up to 3 levels of nesting. The last level will contain the IDs and names of the sessions. The ID of a session can be any string, but it must be unique. Options also have a unique ID and a name each. The first option is the default option. Make sure you include a \"not recorded\" option.\n\n\n```json\n{\n    \"nesting\": 1,\n    \"sessions\": [\n        [\"sun\", \"Sunday\"],\n        [\"mon\", \"Monday\"],\n        [\"wed\", \"Wednesday\"]\n    ]\n}\n```\n\n```json\n{\n    \"nesting\": 2,\n    \"sessions\": {\n        \"Week 1\": [\n            [\"week1-sun\", \"Sunday\"],\n            [\"week2-mon\", \"Monday\"],\n        ],\n        \"Week 2\": [\n            [\"week2-sun\", \"Sunday\"],\n            [\"week2-wed\", \"Wednesday\"]\n        ],\n    }\n}\n```\n\n```json\n{\n    \"nesting\": 3,\n    \"sessions\": {\n        \"Week 1\": {\n            \"Sunday\": [\n                [\"week1-sun-morning\", \"Morning Session\"], \n                [\"week1-sun-evening\", \"Evening Session\"]\n            ],\n            \"Monday\": [\n                [\"week1-mon-morning\", \"Morning Session\"],\n                [\"week1-mon-evening\", \"Evening Session\"]\n            ]\n        },\n        \"Week 2\": {\n            \"Sunday\": [\n                [\"week2-sun-morning\", \"Morning Session\"],\n                [\"week2-sun-afternoon\", \"Afternoon Session\"]\n            ],\n            \"Wednesday\": [\n                [\"week2-wed-afternoon\", \"Afternoon Session\"],\n                [\"week2-wed-evening\", \"Evening Session\"]\n            ]\n        }\n    }\n}\n```\n\nAttendance options are specified in a different field but in a similar manner:\n\n```json\n[\n    [\"not-recorded\", \"Not recorded\"],\n    [\"attended\", \"attended\"],\n    [\"late\", \"late\"],\n    [\"absent\", \"absent\"]\n]\n```\n\n# Support\nFuture work should make creating sessions more user-friendly, right now it works by specifiying a JSON object.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumar221b%2Fattendancerecord-xblock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fumar221b%2Fattendancerecord-xblock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumar221b%2Fattendancerecord-xblock/lists"}