Student's surveys and correction tool https://lessons.nemunai.re/
This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Renovate Bot d7d7bfa103
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Update golang.org/x/oauth2 commit hash to d3ed0bb
2021-12-01 16:03:17 +00:00
htdocs Fix typo 2021-11-18 12:13:47 +01:00
.drone-manifest.yml Add CI/CD 2020-11-20 16:02:28 +01:00
.drone.yml Use go embed 2021-12-01 16:24:59 +01:00
.gitignore Becoming go module 2020-11-20 15:55:54 +01:00
assets-dev.go Use go embed 2021-12-01 16:24:59 +01:00
assets.go Use go embed 2021-12-01 16:24:59 +01:00
auth_krb5.go Add fallback authentication through Kerberos 2021-09-22 17:05:05 +02:00
auth_oidc.go Handle student groups 2021-09-16 01:05:02 +02:00
auth.go Truncate groups to 255 chargs max 2021-09-28 16:27:48 +02:00
corrections.go Add correction steps 2020-09-13 19:12:09 +02:00
db.go Handle student groups 2021-09-16 01:05:02 +02:00
Dockerfile Add CI/CD 2020-11-20 16:02:28 +01:00
flag.go Add fallback authentication through Kerberos 2021-09-22 17:05:05 +02:00
go.mod Update golang.org/x/oauth2 commit hash to d3ed0bb 2021-12-01 16:03:17 +00:00
go.sum Update golang.org/x/oauth2 commit hash to d3ed0bb 2021-12-01 16:03:17 +00:00
grades.go Readd function to display survey mean 2020-11-30 09:28:37 +01:00
handler.go v1 done 2020-03-08 02:17:18 +01:00
main.go Add fallback authentication through Kerberos 2021-09-22 17:05:05 +02:00
proposals.go Implement MCQ 2020-03-21 00:02:18 +01:00
questions.go Becoming go module 2020-11-20 15:55:54 +01:00
renovate.json Add renovate.json 2021-08-12 01:22:50 +00:00
responses.go Check that surveys are open before accepting a response 2021-12-01 16:24:59 +01:00
session.go Initial commit 2020-03-04 12:07:12 +01:00
static.go Use go embed 2021-12-01 16:24:59 +01:00
surveys.go Sort surveys by promo first, then start_date 2021-03-01 18:50:39 +01:00
users.go Handle student groups 2021-09-16 01:05:02 +02:00