Scratch+final+Project+Rubric
.docx
keyboard_arrow_up
School
New York University *
*We aren’t endorsed by this school
Course
1133
Subject
Computer Science
Date
Feb 20, 2024
Type
docx
Pages
1
Uploaded by MinisterCrownJellyfish107
Beginning Developing
Proficient
Exceptional
Functionality
User is unclear on
how to start and stop
the game.
User has to start and
stop a game within the
Scripts tab.
User has a clear way to start and stop the game.
Clear Instructions on how to play the game are included in in the first stage
Graphics
Used default Cat
Sprite
Did not incorporate a
background.
Only used an existing
Sprite from the Scratch
library.
Did not incorporate a
background.
Modified an existing Sprite
from the Scratch library.
Imported a background from the Scratch Library.
Create your own sprite for the game.
Created your own
background using Paint or
imported art.
Programming
Program is missing
two or more of the
program features as
detailed in the
Proficient description.
Program is missing one
of the program features
as detailed in the
proficient description.
Programming includes the
following:
o Motion
o Sound
o Includes a loop (forever
or repeat)
o Conditional statement
(“if” statement)
Programming includes
everything listed for
“Proficient” and the
following:
Data blocks
Operators
More blocks
Game needs to reset automatically
Purpose
The starting and
ending points are
undeterminable.
Program matches
aspects of the Story
Board.
Program may lack a
clear starting or ending
point.
Program matches all aspects of the Story Board.
Engaging for the user. Program has clear starting and ending points.
Story Board is complete and outlines the programming features.
Program is engaging, challenging and
original.
Scratch Final Project Rubric
Discover more documents: Sign up today!
Unlock a world of knowledge! Explore tailored content for a richer learning experience. Here's what you'll get:
- Access to all documents
- Unlimited textbook solutions
- 24/7 expert homework help
Related Questions
Please create a random quote generator Java GUI. Please attach all code snippets
Your Java GUI should include:
● A text window to show the random quote
● Randomize button to generate quote
● Authorbutton to show who said the quote
● Exit button to exit the program
arrow_forward
Create a GUI error message that pops up if the user enters invalid information into the GUI
arrow_forward
PROBLEM DESCRIPTION
The Tax Processing program needs to be modernized. A GUI (Graphical User Interface) is now
required. Radio buttons and text boxes are needed for input and output purposes. A button will be
used for processing data.
You are required to create a webpage to implement the interface required using the JavaScript
programming language. The illustration below displays the format of the GUI screen yequired.
Tax Processing
Earnings: S
Pensioner:
Yes O No
Investments in Renewable Energy: S
Donations to Charities: S
Process
Tax Amount Owed: $
Note: Choose a background color and a text color of your preference.
arrow_forward
Lab Tasks:
You are going to develop a simple application which has two screens:
• Screen1 contain four controls: TextView show "Enter your email address and
password", Edittext1 to get email address and Edittext2 to get password from
the user and Button to take user to next screen
Screen2 contains only one control – TextView which displays greet message
arrow_forward
LabVIEW Activity: GPA Calculator
Create a VI that allows you to enter Course grade (on the 4 point scale) and the number of credits and calculate your semester GPA. Enter your grade by a drop down letter grade and have the block diagram convert it to a numeric value.
arrow_forward
dreamweaver creates a library folder in the _____ panel automatically when you set up the library
arrow_forward
Please create a random quote generator Java GUI. It should include:
1. A button to perform randomizing function
2. A text area to display the quote.
arrow_forward
Implement the using Windows form App(.NET Framework) c# :
1- creat a Form titled “ Students ”
2- Add text box with max 100 letter, where student can enter his name
3- Add Grade combobox where student can select his grade (A-B-C-D-E-F)
4- Add button “Add”, when clicked the name and grade are added to the data view5- Add button “Stat” when clicked another form appears6- A data grid appears with grade vs count statistic (ex : A ,3 )
(please respond with screenshots )
arrow_forward
Topic: GUI interface for Grading System
You are required to prepare a user friendly GUI interface for our Grading System. The interface
should have provision to enter the marks for TEST1, TEST2, FEXM, FLAB, HWAC1, HWAC2,
HWAC3, LBRPT1, LBRPT2 and ICPC. You are free to add any additional features according to your
wish.
Moreover, it should have a provision for grade calculation. The formula for the same is:
Grade = TEST1 * 0.10 + TEST2 *0.10 + (HWAC1 + HWAC2 + HWAC3) / 3 * 0.10 + (LBRPT1 +
LBRPT2) /2 * 0.10 + FEXM * 0.25 + FLAB * 0.20 + ICPC * 0.15.
After the grade calculation, display it along with the name of the student. |
Submit the interface screen shots, program code and a video presentation explaining the working
of the interface, and the components used in the interface to make it user friendly. You will be graded
according to the innovation and friendliness in the interface design.
arrow_forward
MFC
In the second part of your project, you need to develop a mathematical worksheet graphical interface for elementary school students. The worksheet consists of 10 questions of operations between two random numbers. The operations are defined randomly from the set {+, -, *, /}. The GUI uses a text field to enter the maximum value of random numbers. A button with the caption "Check Answers" should be added to the GUI, and when clicked, a correct icon () should appear in front of the correct answer and an incorrect icon
arrow_forward
Assignment on GUI
Create a Java Swing Application named CarShowRoom. You have to first design the UI using swing package and then write event handling code as per the following specifications.
Tasks:
Use Flow Layout
Create a combobox containing the brands of different cars such as Audi, BMW etc. Use 5 brands as per your choice in the combobox.
Create a button “show”
Create a TextArea which will initially be empty. When an item is selected from the combobox and the button “show” is pressed, that TextArea will show the number of cars of that model available, price of each car, colors available and some unique features of that car.
Every time an item is selected from the combobox, the details of this item will be appended to the previous information already showed in the textarea. The TextArea will not be refreshed.
Create another TextField which will be invisible till a car is booked (after clicking the button “book”).
Create another button “book”. When this button is clicked, the…
arrow_forward
The majority of controls have attributes that determine how visible they are throughout the runtime, and the majority of controls have these properties.
arrow_forward
Application: SnowmanCreate a window application named Snowman that displays a snowman as shown below.Application: Snowman2Write a revised version of the Snowman application named Snowman2 with the followingmodifications:- Add two buttons to the upper torso (any color but white, of course)- Move the sun to the upper-right corner of the picture.- Display your name in the upper-left corner of the picture.- Shift the entire snowman 20 pixels to the right.
arrow_forward
SEE MORE QUESTIONS
Recommended textbooks for you
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:9781337102124
Author:Diane Zak
Publisher:Cengage Learning
Microsoft Visual C#
Computer Science
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Cengage Learning,
Programming Logic & Design Comprehensive
Computer Science
ISBN:9781337669405
Author:FARRELL
Publisher:Cengage
Related Questions
- Please create a random quote generator Java GUI. Please attach all code snippets Your Java GUI should include: ● A text window to show the random quote ● Randomize button to generate quote ● Authorbutton to show who said the quote ● Exit button to exit the programarrow_forwardCreate a GUI error message that pops up if the user enters invalid information into the GUIarrow_forwardPROBLEM DESCRIPTION The Tax Processing program needs to be modernized. A GUI (Graphical User Interface) is now required. Radio buttons and text boxes are needed for input and output purposes. A button will be used for processing data. You are required to create a webpage to implement the interface required using the JavaScript programming language. The illustration below displays the format of the GUI screen yequired. Tax Processing Earnings: S Pensioner: Yes O No Investments in Renewable Energy: S Donations to Charities: S Process Tax Amount Owed: $ Note: Choose a background color and a text color of your preference.arrow_forward
- Lab Tasks: You are going to develop a simple application which has two screens: • Screen1 contain four controls: TextView show "Enter your email address and password", Edittext1 to get email address and Edittext2 to get password from the user and Button to take user to next screen Screen2 contains only one control – TextView which displays greet messagearrow_forwardLabVIEW Activity: GPA Calculator Create a VI that allows you to enter Course grade (on the 4 point scale) and the number of credits and calculate your semester GPA. Enter your grade by a drop down letter grade and have the block diagram convert it to a numeric value.arrow_forwarddreamweaver creates a library folder in the _____ panel automatically when you set up the libraryarrow_forward
- Please create a random quote generator Java GUI. It should include: 1. A button to perform randomizing function 2. A text area to display the quote.arrow_forwardImplement the using Windows form App(.NET Framework) c# : 1- creat a Form titled “ Students ” 2- Add text box with max 100 letter, where student can enter his name 3- Add Grade combobox where student can select his grade (A-B-C-D-E-F) 4- Add button “Add”, when clicked the name and grade are added to the data view5- Add button “Stat” when clicked another form appears6- A data grid appears with grade vs count statistic (ex : A ,3 ) (please respond with screenshots )arrow_forwardTopic: GUI interface for Grading System You are required to prepare a user friendly GUI interface for our Grading System. The interface should have provision to enter the marks for TEST1, TEST2, FEXM, FLAB, HWAC1, HWAC2, HWAC3, LBRPT1, LBRPT2 and ICPC. You are free to add any additional features according to your wish. Moreover, it should have a provision for grade calculation. The formula for the same is: Grade = TEST1 * 0.10 + TEST2 *0.10 + (HWAC1 + HWAC2 + HWAC3) / 3 * 0.10 + (LBRPT1 + LBRPT2) /2 * 0.10 + FEXM * 0.25 + FLAB * 0.20 + ICPC * 0.15. After the grade calculation, display it along with the name of the student. | Submit the interface screen shots, program code and a video presentation explaining the working of the interface, and the components used in the interface to make it user friendly. You will be graded according to the innovation and friendliness in the interface design.arrow_forward
- MFC In the second part of your project, you need to develop a mathematical worksheet graphical interface for elementary school students. The worksheet consists of 10 questions of operations between two random numbers. The operations are defined randomly from the set {+, -, *, /}. The GUI uses a text field to enter the maximum value of random numbers. A button with the caption "Check Answers" should be added to the GUI, and when clicked, a correct icon () should appear in front of the correct answer and an incorrect iconarrow_forwardAssignment on GUI Create a Java Swing Application named CarShowRoom. You have to first design the UI using swing package and then write event handling code as per the following specifications. Tasks: Use Flow Layout Create a combobox containing the brands of different cars such as Audi, BMW etc. Use 5 brands as per your choice in the combobox. Create a button “show” Create a TextArea which will initially be empty. When an item is selected from the combobox and the button “show” is pressed, that TextArea will show the number of cars of that model available, price of each car, colors available and some unique features of that car. Every time an item is selected from the combobox, the details of this item will be appended to the previous information already showed in the textarea. The TextArea will not be refreshed. Create another TextField which will be invisible till a car is booked (after clicking the button “book”). Create another button “book”. When this button is clicked, the…arrow_forwardThe majority of controls have attributes that determine how visible they are throughout the runtime, and the majority of controls have these properties.arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Programming with Microsoft Visual Basic 2017Computer ScienceISBN:9781337102124Author:Diane ZakPublisher:Cengage LearningMicrosoft Visual C#Computer ScienceISBN:9781337102100Author:Joyce, Farrell.Publisher:Cengage Learning,Programming Logic & Design ComprehensiveComputer ScienceISBN:9781337669405Author:FARRELLPublisher:Cengage
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:9781337102124
Author:Diane Zak
Publisher:Cengage Learning
Microsoft Visual C#
Computer Science
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Cengage Learning,
Programming Logic & Design Comprehensive
Computer Science
ISBN:9781337669405
Author:FARRELL
Publisher:Cengage