{"id":20325683,"url":"https://github.com/lamdav/lectry","last_synced_at":"2025-07-13T16:05:47.404Z","repository":{"id":71873807,"uuid":"64577964","full_name":"lamdav/lectry","owner":"lamdav","description":"A lecture tool to display Youtube videos with questions","archived":false,"fork":false,"pushed_at":"2016-07-31T19:08:18.000Z","size":2048,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-06T21:44:55.585Z","etag":null,"topics":["education","hackathon","youtube"],"latest_commit_sha":null,"homepage":"https://lectry.herokuapp.com/#/","language":"JavaScript","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/lamdav.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-07-31T05:10:29.000Z","updated_at":"2016-07-31T19:22:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"ad394902-49c6-4e6c-b711-d925f56d666b","html_url":"https://github.com/lamdav/lectry","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lamdav/lectry","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lamdav%2Flectry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lamdav%2Flectry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lamdav%2Flectry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lamdav%2Flectry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lamdav","download_url":"https://codeload.github.com/lamdav/lectry/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lamdav%2Flectry/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265167476,"owners_count":23721450,"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":["education","hackathon","youtube"],"created_at":"2024-11-14T19:41:09.773Z","updated_at":"2025-07-13T16:05:47.388Z","avatar_url":"https://github.com/lamdav.png","language":"JavaScript","readme":"# Lectry\n**Lect**ure **R**eact **Y**outube is a tool to couple lecture questions with a lecture video hosted on Youtube.  \nThis won 3rd place at the Xtern 2016 Hackathon.  \n[Demo](https://lectry.herokuapp.com/#/)\n\n# How to Format Questions:\n\n```javascript\n  {\n    type: \"multiple choice\",                            // format of the question\n    question: \"What is a good example of a function?\",  // question text\n    qid: 1,                                             // a unique identifier for the question\n    answers: [\n      \"Only adding 1 + 1\",\n      \"Returning 1 when called\", \n      \"Adding some numbers 'a' and 'b'\", \n      \"Functions are useless\"\n    ],                                                   // options for a particular question\n    time: 43                                             // time in seconds that the quesiton will appear\n  }\n```\nQuestions are formatted are expected to come in as an array of objects shown above. Currently supported is multiple choice; however, adding more question types is as easy as adding a case statement to [QuestionPanel](https://github.com/lamdaV/lectry/blob/master/src/components/QuestionPanel.jsx) and create the appropriate component (see [MultiQuestion](https://github.com/lamdaV/lectry/blob/master/src/components/MultiQuestion.jsx) for an example). \n\n# Known Bugs:\nReact Keys, despite using a node package to uniquely generate keys, still warns that keys are potentially unique.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flamdav%2Flectry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flamdav%2Flectry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flamdav%2Flectry/lists"}