Skip to content

jackie-ak/artful-coding-grading-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

artful coding grading backend

This is a simple script to allow students gather their grade breakdown through a frontend (or any other means to do a POST request) with their student ID and an associated secret key.

The script was developed for the course Artful Coding: Web-based Game Development at the University of Applied Arts Vienna. The grading scheme this was developed for, is described in the Session plan for session 1.

Setup

In order to protect personal information, make sure to only put this on PHP-enabled web roots, so that .php files will never be sent as source.

Copy the grades-sample.php file to grades.php and enter the student data.

Make sure to use good key values in the ids array. Use e.g. something at least as good as pwgen -s 16 to generate keys.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages