Society for the Discontinuation of Game On
- samlan16
- Member
- Posts: 528
- Joined: December 30th, 2013, 2:54 pm
- Division: Grad
- State: GA
- Has thanked: 0
- Been thanked: 5 times
- Contact:
Society for the Discontinuation of Game On
As an extension to this petition http://scioly.org/phpBB3/viewtopic.php?f=4&t=6616, discuss here why Fermi would be better in SciOly next year than Game On.
Old fart who sort of did things sort of for some schools.
- Unome
- Moderator
- Posts: 4321
- Joined: January 26th, 2014, 12:48 pm
- Division: Grad
- State: GA
- Has thanked: 228 times
- Been thanked: 82 times
Re: Society for the Discontinuation of Game On
Or the opposing viewpoint (this doesn't necessarily imply that I support said opposing viewpoint).samlan16 wrote:As an extension to this petition http://scioly.org/phpBB3/viewtopic.php?f=4&t=6616, discuss here why Fermi would be better in SciOly next year than Game On.
Also, since it hasn't actually been run yet, would "discontinuation" be the right word?
-
- Exalted Member
- Posts: 1597
- Joined: January 18th, 2015, 7:42 am
- Division: C
- State: PA
- Has thanked: 6 times
- Been thanked: 15 times
Re: Society for the Stopping of the Plan for "Game On"
I agree with Unome, and I corrected the title (although it doesn't automatically correct itself).Unome wrote:Also, since it hasn't actually been run yet, would "discontinuation" be the right word?
However, since I am in B Division, as in Unome, but I guess he has more experience and can speak for himself, I will back out of this and will not support or go against the SSPGO.
On a side note, after listening to moderators and administrators, I am noticing that I am starting to speak more and more formally.
- Unome
- Moderator
- Posts: 4321
- Joined: January 26th, 2014, 12:48 pm
- Division: Grad
- State: GA
- Has thanked: 228 times
- Been thanked: 82 times
Re: Society for the Stopping of the Plan for "Game On"
The only reason I can still speak informally was that I learned to speak formally online before joining scioly.orgUTF-8 U+6211 U+662F wrote:I agree with Unome, and I corrected the title (although it doesn't automatically correct itself).Unome wrote:Also, since it hasn't actually been run yet, would "discontinuation" be the right word?
However, since I am in B Division, as in Unome, but I guess he has more experience and can speak for himself, I will back out of this and will not support or go against the SSPGO.
On a side note, after listening to moderators and administrators, I am noticing that I am starting to speak more and more formally.
- samlan16
- Member
- Posts: 528
- Joined: December 30th, 2013, 2:54 pm
- Division: Grad
- State: GA
- Has thanked: 0
- Been thanked: 5 times
- Contact:
Re: Society for the Stopping of the Plan for "Game On"
Technically, we are trying to get the event discontinued because they are running it as a trial event in a few states. Also, a better name would be "Society for the Termination of the Provisional Addition of Game On," if you want to stay on those lines.Unome wrote:The only reason I can still speak informally was that I learned to speak formally online before joining scioly.orgUTF-8 U+6211 U+662F wrote:I agree with Unome, and I corrected the title (although it doesn't automatically correct itself).Unome wrote:Also, since it hasn't actually been run yet, would "discontinuation" be the right word?
However, since I am in B Division, as in Unome, but I guess he has more experience and can speak for himself, I will back out of this and will not support or go against the SSPGO.
On a side note, after listening to moderators and administrators, I am noticing that I am starting to speak more and more formally.
Old fart who sort of did things sort of for some schools.
-
- Member
- Posts: 24
- Joined: May 18th, 2013, 9:10 pm
- Division: C
- State: TX
- Has thanked: 0
- Been thanked: 0
Re: Society for the Discontinuation of Game On
I'm going to post what I said on the forums last year, about Game On being a national trial event. Many of my points still stand.
I would like to offer some feedback about the tentative national trial event Game On.
I am glad to see that Science Olympiad is finally in the process of creating a computer science event. As someone who regularly programs, creates and distributes products in my free time, a computer science event seems like a great step forward into making Science Olympiad keep up with future areas of science.
However, I have some criticism of and alternate suggestions for how I feel Game On should be run. I and nearly every other programmer I have talked to agrees that Game On is not a correct way to run a computer science event.
I do not think that the creation of a computer game via Scratch is an accurate and objective evaluation of a person's computer science knowledge and ability. While Scratch is an excellent tool for introduction and teaching of basic Computer Science concepts, it is in my opinion certainly not the tool to use for competition due to its drag and drop, pseudo-but-not-completely-programming nature. Algorithmic challenges cannot be run well with scratch (see below). Instead, a classical programming language should be used (I recommend Python - it is commonly used and is very powerful, yet is one of the easiest languages to pick up). In addition, designing the event to use what I feel is a commercially and scientifically used programming language would be right in step closer to the goal of Science Olympiad - to prepare students for a future of science.
In addition (and what I consider more important), the greatest flaw is that the very objective of the event is to create a game. I do not think that this is a good way to evaluate programming ability. I foresee difficulty in distinguishing between two subjective products (especially at the national level). I also think that 50 minutes is not enough time to create a game that will meet the requirements enough to differentiate between teams. The true science of computer science is solving problems. In my opinion, what differentiates between how programmers can "think" is their ability to solve algorithmic problems. I would suggest looking at USACO (http://usaco.org/) and Hackerrank (https://www.hackerrank.com/) as examples of and inspiration for some of these problems.
My proposal for improving the event is to model it after a UIL Computer Science or USACO competition. The basics are as follows:
-Use a classical programming language like Python or Java
-Instead of a game, give teams 50 minutes to solve a collection of problems like these (http://www.cs.utexas.edu/~scottm/uil/20 ... s_2014.pdf). Each problem has multiple test cases. Teams would be ranked by how many problems they can solve that work with the test cases
-There can also be a written test in addition to the hands on programming. The written test would be similar to this: http://www.cs.utexas.edu/~scottm/uil/20 ... ritten.pdf
In short, I do not feel that the current implementation of Game On is the correct way to implement a computer science event. Instead, I would recommend a USACO or UIL type programming competition of objective algorithmic nature. A written test could also be added.
I speak for nearly all of my fellow Science Olympiad competitors who program when I say that we think this would be the ideal way to run a computer science event in Science Olympiad.
I would like to offer some feedback about the tentative national trial event Game On.
I am glad to see that Science Olympiad is finally in the process of creating a computer science event. As someone who regularly programs, creates and distributes products in my free time, a computer science event seems like a great step forward into making Science Olympiad keep up with future areas of science.
However, I have some criticism of and alternate suggestions for how I feel Game On should be run. I and nearly every other programmer I have talked to agrees that Game On is not a correct way to run a computer science event.
I do not think that the creation of a computer game via Scratch is an accurate and objective evaluation of a person's computer science knowledge and ability. While Scratch is an excellent tool for introduction and teaching of basic Computer Science concepts, it is in my opinion certainly not the tool to use for competition due to its drag and drop, pseudo-but-not-completely-programming nature. Algorithmic challenges cannot be run well with scratch (see below). Instead, a classical programming language should be used (I recommend Python - it is commonly used and is very powerful, yet is one of the easiest languages to pick up). In addition, designing the event to use what I feel is a commercially and scientifically used programming language would be right in step closer to the goal of Science Olympiad - to prepare students for a future of science.
In addition (and what I consider more important), the greatest flaw is that the very objective of the event is to create a game. I do not think that this is a good way to evaluate programming ability. I foresee difficulty in distinguishing between two subjective products (especially at the national level). I also think that 50 minutes is not enough time to create a game that will meet the requirements enough to differentiate between teams. The true science of computer science is solving problems. In my opinion, what differentiates between how programmers can "think" is their ability to solve algorithmic problems. I would suggest looking at USACO (http://usaco.org/) and Hackerrank (https://www.hackerrank.com/) as examples of and inspiration for some of these problems.
My proposal for improving the event is to model it after a UIL Computer Science or USACO competition. The basics are as follows:
-Use a classical programming language like Python or Java
-Instead of a game, give teams 50 minutes to solve a collection of problems like these (http://www.cs.utexas.edu/~scottm/uil/20 ... s_2014.pdf). Each problem has multiple test cases. Teams would be ranked by how many problems they can solve that work with the test cases
-There can also be a written test in addition to the hands on programming. The written test would be similar to this: http://www.cs.utexas.edu/~scottm/uil/20 ... ritten.pdf
In short, I do not feel that the current implementation of Game On is the correct way to implement a computer science event. Instead, I would recommend a USACO or UIL type programming competition of objective algorithmic nature. A written test could also be added.
I speak for nearly all of my fellow Science Olympiad competitors who program when I say that we think this would be the ideal way to run a computer science event in Science Olympiad.
- Unome
- Moderator
- Posts: 4321
- Joined: January 26th, 2014, 12:48 pm
- Division: Grad
- State: GA
- Has thanked: 228 times
- Been thanked: 82 times
Re: Society for the Discontinuation of Game On
That sort of makes sense to me.patil215 wrote:I'm going to post what I said on the forums last year, about Game On being a national trial event. Many of my points still stand.
I would like to offer some feedback about the tentative national trial event Game On.
I am glad to see that Science Olympiad is finally in the process of creating a computer science event. As someone who regularly programs, creates and distributes products in my free time, a computer science event seems like a great step forward into making Science Olympiad keep up with future areas of science.
However, I have some criticism of and alternate suggestions for how I feel Game On should be run. I and nearly every other programmer I have talked to agrees that Game On is not a correct way to run a computer science event.
I do not think that the creation of a computer game via Scratch is an accurate and objective evaluation of a person's computer science knowledge and ability. While Scratch is an excellent tool for introduction and teaching of basic Computer Science concepts, it is in my opinion certainly not the tool to use for competition due to its drag and drop, pseudo-but-not-completely-programming nature. Algorithmic challenges cannot be run well with scratch (see below). Instead, a classical programming language should be used (I recommend Python - it is commonly used and is very powerful, yet is one of the easiest languages to pick up). In addition, designing the event to use what I feel is a commercially and scientifically used programming language would be right in step closer to the goal of Science Olympiad - to prepare students for a future of science.
In addition (and what I consider more important), the greatest flaw is that the very objective of the event is to create a game. I do not think that this is a good way to evaluate programming ability. I foresee difficulty in distinguishing between two subjective products (especially at the national level). I also think that 50 minutes is not enough time to create a game that will meet the requirements enough to differentiate between teams. The true science of computer science is solving problems. In my opinion, what differentiates between how programmers can "think" is their ability to solve algorithmic problems. I would suggest looking at USACO (http://usaco.org/) and Hackerrank (https://www.hackerrank.com/) as examples of and inspiration for some of these problems.
My proposal for improving the event is to model it after a UIL Computer Science or USACO competition. The basics are as follows:
-Use a classical programming language like Python or Java
-Instead of a game, give teams 50 minutes to solve a collection of problems like these (http://www.cs.utexas.edu/~scottm/uil/20 ... s_2014.pdf). Each problem has multiple test cases. Teams would be ranked by how many problems they can solve that work with the test cases
-There can also be a written test in addition to the hands on programming. The written test would be similar to this: http://www.cs.utexas.edu/~scottm/uil/20 ... ritten.pdf
In short, I do not feel that the current implementation of Game On is the correct way to implement a computer science event. Instead, I would recommend a USACO or UIL type programming competition of objective algorithmic nature. A written test could also be added.
I speak for nearly all of my fellow Science Olympiad competitors who program when I say that we think this would be the ideal way to run a computer science event in Science Olympiad.
-
- Exalted Member
- Posts: 1597
- Joined: January 18th, 2015, 7:42 am
- Division: C
- State: PA
- Has thanked: 6 times
- Been thanked: 15 times
Re: Society for the Termination of the Provisional Addition of Game On
I just want to confirm the name. Is this the correct name?
ST-PAGO, or St. Pago.
ST-PAGO, or St. Pago.
- Magikarpmaster629
- Exalted Member
- Posts: 578
- Joined: October 7th, 2014, 3:03 pm
- Division: Grad
- State: MA
- Has thanked: 0
- Been thanked: 1 time
Re: Game-Off
UTF-8 U+6211 U+662F wrote:I just want to confirm the name. Is this the correct name?
ST-PAGO, or St. Pago.
I think "Game-Off" would work.
Ladue Science Olympiad (2014ish-2017)
A wild goose flies over a pond, leaving behind a voice in the wind.
A man passes through this world, leaving behind a name.
A wild goose flies over a pond, leaving behind a voice in the wind.
A man passes through this world, leaving behind a name.
-
- Exalted Member
- Posts: 1597
- Joined: January 18th, 2015, 7:42 am
- Division: C
- State: PA
- Has thanked: 6 times
- Been thanked: 15 times
Who is online
Users browsing this forum: No registered users and 1 guest