Note: You are currently viewing documentation for Moodle 2.8. Up-to-date documentation for the latest stable version of Moodle may be available here: Game Logic in Moodle Overview Advanced Editor Research.

Game Logic in Moodle Overview Advanced Editor Research

From MoodleDocs
Revision as of 11:03, 3 February 2015 by ryan sanders (talk | contribs) (Created page with "Most of the bigger games out there. have some sort of application / tool that allows you to customize and create your own maps, units, characters, quests, skills, and more....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Most of the bigger games out there. have some sort of application / tool that allows you to customize and create your own maps, units, characters, quests, skills, and more.

Examples

  1. http://www.moodlerooms.com -> personalized learning designer (exclusive to moodlerooms)
    1. TIP: google **moodlerooms personalized learning designer** for images, manual, and other info on it.
  2. warcraft 3 -> world editor
    1. some videos of a young kid walk through creating a TD (tower defense) map.
      1. PART 1 https://www.youtube.com/watch?v=yu3o-yq-jL4
      2. PART 2 https://www.youtube.com/watch?v=wg-CV4x_seU

Events , Conditions, Actions

http://en.wikipedia.org/wiki/Event_condition_action

  1. Events http://en.wikipedia.org/wiki/Event_(computing)
    1. when you click a mouse button an event happens, and the compter registers this event as you clicking your mouse button.
    2. when you press a letter on keyboard, an event happens, and the computer registers this event as you pressing a specific key on the keyboard
      • in moodle when you click a "submit button" for say a quiz, an event happens letting moodle know you have just submitted an answer for the quiz
      • in moodle when teacher grades an assignment, and a specific answer is wrong, an event happens. tell moodle that this answer is wrong.
      • in moodle real time chat, and someone sends a message, an event happens, of X person sent message
  2. Conditions
    1. a condition might be, are you out of food? yes or no
    2. a condition might be, did you do your home work? yes or no
      • in moodle did student miss any questions? yes or no
      • in moodle did a student complete extra credit question 3? yes or no
      • in moodle did a student complete reading assignment? yes or no
  3. Actions
    1. actions are things you want done
    2. EVENTS student got an F on book report, CONDITIONS, is this student 3rd time getting an F? ACTION send email to teacher and parent, give dates and on what they got F on
    3. above would all be done automatically by computer. in idea we are customizing a game or course or an activity / resource. for things to automatically happen. when certain other things happen.
      • in moodle for personalized learning, action might be display these other activities / resources to student. ((event student missed questions on quiz, conditions, was in science, material was first time given to student without preparation for teacher and student to go through))

why an advanced editor

  1. reliance on having IT staff program in javascript, css, html, php, java, flash, (keep inserting various programming languages).
  2. there be reason why there are different types of skills that make up an overall team. example a school, princiable, front office clears, different teachers focused in different areas of teaching, IT staff, researchers, etc... each one has a better knowledge / skill set in certain things. instead of forcing teachers to learn all the coding of moodle... how about a more "dumb'ed down version" of a simple event, condition, action system.
  3. the advance editor ((http://www.moodlerooms.com -> personalized learning designer and warcraft 3 -> world editor)) breaks away from knowing programming syntax. how to sue [{( : ;. = == === != + - || !(somevarible)  !(someobject), !(somearray) what a class, function private, public, global information all means. along with what programming language to use and were to put it.
  4. KISS (keep it simply stupid). use "sentences" something like math class instead of presenting 2 + 2 = ? information is presented in a sentence... 2 people plus 2 people = how many people? it gives context to information of what is being done and how it is to be applied. less guess work, more understanding for those folks that are not IT folks / tech folks. and in idea creating a customized game, errr customized moodle school, or customized course, or customized activity / resource.
  5. an advanced editor most likely going to bring in IF / THEN / ELSE, Foreach, Loops, variables, arrays, pretty much what every programming language has out there. but again it hides the syntex and provides information in sentences.

Reasoning

  1. much like how customized maps are created for various games, an "advanced editor" would allow creating customized courses and activities / resources for students. so instead of a "one size fits all" a course can be driven much like a game and catered each individual student. and allow the student to learn at there own pace. and at different difficulties.
  2. a game manufacture does not look at individual cities (or in this case schools) but it looks at overall target market. one school my focus on say pre school children, another may focus on 2 to 5, another 4 through 8, another may have K through 12. for a publisher of school content, teacher, or like, an advanced editor would allow them to more cater to a specific set of kids... in that most games that offer customized maps have different genre of maps. TD (tower defense), RPG (role playing game), story telling, replay an event in history, fantasy. etc... an advance editor. would allow creating of "events, conditions, actions" so if a particular student had 2nd grade reading skill, and 5th grade math skill. the publisher, teacher, or like, could direct certain activities / resources to that student. in such, instead of providing more math.. forcing student to raise there reading skill to improve.

what does Moodle currently have to offer? or possibly have to offer?

  1. currently in version 2.8 (maybe earlier) "event log" was put into place. and plugins wanted to cause an event to happen when ever something happens.
  2. goto some course that you are an EDITING TEACHER or higher in -> "turn on editing" -> create or edit an activity -> scroll down to "completion / availability options"
    1. you may need to turn on "completion" within site admin menu *i forget were specifically at moment*
  3. plugins for moodle currently are required to support a set of given type's of "class" and "functions" and "variables" so the plugin can work with moodle. (grading stuff, sending emails, etc..) would it be possible to use what is there already or additional changes needed? or complete new code and options needed?

STUFF TODO

  1. log in as a EDITING TEACHER or higher, and go through every single activity / resource, including blocks. and identify possible, "events, conditions, actions" that might apply to each doing. ""actually creating a rough draft list"" so as to be able to identify information of what is and is not common.
  2. look at what is avilable out there.. is there a open source or some other scripting language already made and just needs some tweaking, or is there need to start from scratch...
    1. http://en.wikipedia.org/wiki/Comparison_of_programming_languages would languages taged with "event driven" be worth looking into?
    2. www.vbforums.com has a customized scripting for configuring the forums.
    3. www.phpbb.com i do believe has customized scripting for it as well.
    4. age of empires game (series) i do believe has a scripting lanague
    5. would something like "node.js" be of something... and converting it somehow?
    6. going with matlab or like math scripts that changes text into symbols?
    7. http://en.wikipedia.org/wiki/Game_Editor
    8. http://en.wikipedia.org/wiki/Level_editor
    9. http://en.wikipedia.org/wiki/Category:Video_game_level_editors
    10. http://en.wikipedia.org/wiki/List_of_level_editors
    11. http://en.wikipedia.org/wiki/Online_creation