Home | Replit Code | Notes/Tasks | Create Task | Practice Tests |
SEE REVIEW TICKET FOR FINAL CREATE TASK:
https://github.com/Gaurish-Gaur/gaurishgaur-tri3/issues/36
Individual/Pair Evaluation on Create Task Project- Gaurish :)
- Wiki/Jekyll page with design ideas and usage
- Create Performance Task PBL feature
- Final committed program code showing algorithms written in JS/Python
- Written responses to all the prompts in the performance task
- 1 min video that meets CB create task requirements
Overview of the CB “Create Performance Task”
- Students (us) will design and implement a program that has a goal to solve a problem, enable innovation, or express creativity.
- Our submission will include the elements listed below.
- PDF file that contains the code
- a video
- written response
-
We will be working in teams of two: Athena and Gaurish. We will work together on the program.
-
General Requirements of Create Task
- Code Requirements
- submitted in PDF file
- Include comments or acknowledgments for any part of the submitted program code that is not written by the students
- include inputs from one of the following: the user (including user actions that trigger events), a device, an online data stream, a file
- use a list or other collection type
- use at least one procedure that includes: procedure name, return type, multiple parameters. the procedure has to be called
- include an algorithm that includes sequencing, selection, and iteration
- output based on input
- Video Requirements
- video that demonstrates the program
- no collaboration
- must demonstrate in the video: input to program,aAt least one aspect of the functionality of program, output produced by your program
- video may not contain: any distinguishing information about yourself, Voice narration
- video must be: .mp4, .wmv, .avi, or .mov, lest than 1 min, less than 30 MB
Description and outline of our Create Task
- My Project
- I want to do something that creates like a random art piece
- no collaboration
- Able to choose color, will randomly draw shapes to create a masterpiece
- lots of customizability, colors, shapes, etc, to give the user a lot of control
- create a way to like save certain drawings, maybe by like using crud?
- Would tie to our project and be a way for people like me, not artisitc, to create digital art through random shape placements, etc.