alpha du modul studenteval

This commit is contained in:
Ambulance Clerc
2023-08-11 19:20:59 +02:00
parent a4b8f41851
commit 0cbb72dfa2
6 changed files with 90 additions and 18 deletions

View File

@@ -1,3 +1,7 @@
from django.http import HttpResponse
from django.shortcuts import render
# Create your views here.
def student(request, sStudent):
response = "You're looking at the results of question %s."
return HttpResponse(response % question_id)