TORONTO KIDS COMPUTER CLUB | PMCA Saturday 18:30 Python Homework 20.11.28.
18809
post-template-default,single,single-post,postid-18809,single-format-standard,ajax_fade,page_not_loaded,,no_animation_on_touch,qode-theme-ver-7.6.2,wpb-js-composer js-comp-ver-6.10.0,vc_responsive

PMCA Saturday 18:30 Python Homework 20.11.28.

03 Dec PMCA Saturday 18:30 Python Homework 20.11.28.

Question:
In the previous class, we started building a quiz application. In the last class, we built the frame to add a question to the file storage. In this homework, you will build the tkinter frame/window for displaying the quiz questions to play the game. The example of the window is as below:


Make sure when you click the Play Button on the main application, it should open the quiz questions game.

Here is the link to the code.
https://paste.ubuntu.com/p/vZpKnQbD5d/

Make sure to add the code to the class as below:

class PlayQuizFrame(Frame):
    # Please write the code for the play quiz frame here
    # homework code 2nd December 2020
    pass
No Comments

Sorry, the comment form is closed at this time.