Finished Quiz Console
This commit is contained in:
		@@ -25,7 +25,7 @@ $('form[name=form-quiz-start]').submit(function(event) {
 | 
			
		||||
        success: function(response) {
 | 
			
		||||
            var id = response.id
 | 
			
		||||
            window.localStorage.setItem('id', id);
 | 
			
		||||
            window.location.href = `/test/`;
 | 
			
		||||
            window.location.href = `/quiz/`;
 | 
			
		||||
        },
 | 
			
		||||
        error: function(response) {
 | 
			
		||||
            error_response(response);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user