{"id":20360337,"url":"https://github.com/elogy/feedbackscript","last_synced_at":"2025-04-12T03:41:46.077Z","repository":{"id":185318243,"uuid":"109157745","full_name":"elogy/feedbackscript","owner":"elogy","description":"php script providing anonymous feedback for students","archived":false,"fork":false,"pushed_at":"2019-11-01T13:28:39.000Z","size":362,"stargazers_count":2,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T23:15:16.975Z","etag":null,"topics":["feedback","students","tutor"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elogy.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}},"created_at":"2017-11-01T16:51:21.000Z","updated_at":"2022-04-28T15:32:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"73cae29a-cbcc-46c8-b61a-4c70807c13bf","html_url":"https://github.com/elogy/feedbackscript","commit_stats":null,"previous_names":["elogy/feedbackscript"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elogy%2Ffeedbackscript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elogy%2Ffeedbackscript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elogy%2Ffeedbackscript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elogy%2Ffeedbackscript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elogy","download_url":"https://codeload.github.com/elogy/feedbackscript/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248514221,"owners_count":21116899,"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":["feedback","students","tutor"],"created_at":"2024-11-14T23:40:50.743Z","updated_at":"2025-04-12T03:41:46.056Z","avatar_url":"https://github.com/elogy.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Feedback-Script\nThis script based on PHP and the PHPMailer class gives students the opportunity to anonymously provide feedback to lectures, tutorial sessions etc. Once a new entry is received, an email is sent to the address specified. Additionally, the entries are recorded to a MySQL database. \nEach feedback entry is recorded with a timestamp, and a pseudonym (if the student chose to provide one). Other than this, the script does not perform any logging. \n\n## Installation\n### SMTP server\n- put in the credentials to your mail server into the `settings.php` file:\n```\n$mail_server = \"\u003curl to smtp server\u003e\";\n$mail_user = \"username\";\n$mail_port = \"25\";\n$mail_pw = \"\u003cmail password\u003e\";\n```\nNote: If you upload this to a server inside the University of Tübingen, you can simply use \"smtpserv.uni-tuebingen.de\" with an arbitrary username and an empty password.\n\n### Mail headers\n- Specify the recipient and sender of the mail as well as the subject line inside the `settings.php`:\n```\n$sender_friendlyname = \"Feedback-Mail\";\n$sender_mail = \"\";\n$recipient_mail = \"\";\n$mail_subject = \"[Feedback] neuer Eintrag\";\n```\n\n### MySQL credentials\n- also inside the `settings.php` file, put the credentials to your MySQL database:\n```\n$sql_server = \"localhost\";\n$sql_user = \"\u003cusername\u003e\";\n$sql_db = \"\u003cdatabase\u003e\";\n$sql_pw = \"\u003cpassword\u003e\";\n```\n\n### DB Initialization\n- Upload everything to a PHP-enabled directory of your choice and navigate your browser to the `_initdb.php` file.\n- Once the table is set up, you can (and probably should) delete this file.\n\n## Usage\n- Use the link to the `index.html` file to give your students the opportunity to leave constructive feedback.\n- Once a new entry is received, it is recorded to the MySQL database, along with a timestamp and a pseudonym, if the student chose one.\n- Also, you will receive an e-mail once there is a new entry.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felogy%2Ffeedbackscript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felogy%2Ffeedbackscript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felogy%2Ffeedbackscript/lists"}