alpha du modul studenteval
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user