The quiz empties itself
-
The quiz empties itself if I try to put HTML code in the question. It also does so if I copy-paste code(Python, Scala,..) from elsewhere
Q. What does the following code output?
<!DOCTYPE html> <html> <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.9/angular.min.js"></script> <body> <div ng-app> <p>Result: {{ 2 + 2 }}</p> </div> </body> </html>
The page I need help with: [log in to see the link]
- The topic ‘The quiz empties itself’ is closed to new replies.