9

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.

ziganotschka
  • 25,866
  • 2
  • 16
  • 33
user1680859
  • 1,160
  • 2
  • 24
  • 40

1 Answers1

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
  • 2
    Definitely 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
  • 2
    I hoped that there could be some Add On about this, surprised that there is none – user1680859 Nov 04 '19 at 16:58
  • 1
    Sad, still no such add-on after a full year. – T_T Nov 10 '20 at 09:58