I want to make a quiz for students regarding basic programming using Google Forms. The challenge is that I can not find any Add On how add code snippets to the questions, like it is here in Stack Overflow, pressing Ctrl+K.
Asked
Active
Viewed 4,949 times
1 Answers
2
You can take a screenshot of the code, so that you can also get syntax highlighting, and publish it along with your question. Otherwise, link your code to other code-hosting websites such as pastebin.

carlesgg97
- 4,184
- 1
- 8
- 24
-
2Definitely not. At the moment, there is no option to do such a thing, sadly. Another alternative would be to create a WebApp instead of a Form, where you could use code syntax highlighting libraries. However, this would take a considerably higher amount of time... – carlesgg97 Nov 04 '19 at 16:51
-
2I hoped that there could be some Add On about this, surprised that there is none – user1680859 Nov 04 '19 at 16:58
-
1Sad, still no such add-on after a full year. – T_T Nov 10 '20 at 09:58