Found this content helpful? Log in or sign up to leave a like!
			
				
					
						
							How to Call Custom Javascript Functions within Pages/Quizzes?
						
					
					
				
			
		
	
		
	
	
	
	
	
	
	
	
			
					
				
		
	
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
			
    
	
		
		
		05-21-2025
	
		
		11:25 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
	
	
Canvas allows for custom javascript to be uploaded, but the main way I can see online for tutorials regarding custom scripts is to use the <button> tag or the <a onclick="function()> which are both banned by canvas.
How do you call on your javascript functions from within a page?
The current goal is to make up for the lack of the immersive reader by calling on the WebReader API within quiz questions and answers when a "Read This" is clicked by students
