Flask Quiz

Quiz
•
Computers
•
9th - 12th Grade
•
Hard
Joseph Maxwell
Used 14+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is the proper decorator for a route in Flask?
@approute("/")
approute@("/")
@pp.route('/')
@app.route("/")
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
How is it possible to pass values from Python to HTML templates?
render_template("file.html", item=value)
rendertemplate(item=value, "file.html")
render_template("file.html", item:value)
render_template("file.html", item, value)
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How is it possible to use a passed variable in an HTML template?
{ var_name }
{{ var_name }}
{[ var_name ]}
{% var_name %}
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which of the following will properly route a function for url.repl.co/go
@app.route(go/)
@app.route("go")
@app.route("/go")
@app.route("go/"
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which of the following is a proper link to a function with route @app.route("/this-page")?
<a href="this-page">This</a>
<a href="/this_page">This</a>
<a href="/this-page">This</a>
<a>/this-page</a>
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Template HTML files must be placed in which folder?
static
html
main
templates
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
CSS files must be placed in which file?
static
templates
main
style
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following properly imports the basic necessary Flask libraries?
from Flask import flask, render_template
from flask import Flask, render_template
import Flask from flask, render_template
import Flask
Similar Resources on Wayground
10 questions
HTML & CSS Skill#6

Quiz
•
12th Grade
10 questions
Y9 HTML CSS JS

Quiz
•
9th Grade
13 questions
Ôn tập Wix

Quiz
•
9th Grade
10 questions
QUIZ PEMOGRAMAN WEB

Quiz
•
11th Grade - University
10 questions
How Much You Know ?

Quiz
•
11th Grade - Professi...
9 questions
CodeHS HTML Review/Retake

Quiz
•
9th - 12th Grade
10 questions
Pengenalan Aplikasi App Inventor

Quiz
•
9th Grade - University
10 questions
HTML W3schools deel 1

Quiz
•
8th - 12th Grade
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade
Discover more resources for Computers
50 questions
Trivia 7/25

Quiz
•
12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade
6 questions
RL.10.1 Cite Evidence

Quiz
•
10th Grade
10 questions
Characteristics of Life

Quiz
•
9th - 10th Grade
14 questions
Algebra 1 SOL Review #1

Quiz
•
9th Grade