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)