www.mindsumo.com Open in urlscan Pro
18.205.36.100  Public Scan

URL: https://www.mindsumo.com/contests/millennial-banking-experience
Submission: On July 12 via manual from US — Scanned from DE

Form analysis 3 forms found in the DOM

POST /solutions

<form class="solution_form validate_required" style="margin:0em;" id="submitted_solution" enctype="multipart/form-data" action="/solutions" accept-charset="UTF-8" method="post"><input name="utf8" type="hidden" value="✓" disabled=""><input
    type="hidden" name="authenticity_token" value="n0/g7QKGogbO19KsxaqR6WZpq7wI7j4goGJYxYt+ZUE2Td2Z2BpwM5fvj8dod/01Df1IcMgORgYadlPoYS/hvQ==" disabled="">
  <input value="999" type="hidden" name="solution[contest_id]" id="solution_contest_id" disabled="">
  <input type="hidden" name="solution[user_id]" id="solution_user_id" disabled="">
  <input type="hidden" name="solution[transcript_text]" id="solution_transcript_text" disabled="">
  <style>
    .chosen-single,
    .chosen-drop {
      width: 370px !important;
    }
  </style>
  <label>Title<input class="solution_title text_limit_countee" placeholder="Summarize your solution in 128 characters" maxlength="128" size="128" type="text" name="solution[title]" id="solution_title" disabled=""></label>
  <br>
  <br>
  <label>Solution <div class="redactor-box" role="application" dir="ltr">
      <ul class="redactor-toolbar" id="redactor-toolbar-1" role="toolbar">
        <li>
          <a href="javascript:void(null);" alt="Format" rel="format" class="re-button re-format re-button-icon redactor-toolbar-link-dropdown" role="button" aria-label="Format" tabindex="-1" aria-haspopup="true"><i class="re-icon-format"></i><span class="re-button-tooltip">Format</span></a>
        </li>
        <li><a href="javascript:void(null);" alt="Bold" rel="bold" class="re-button re-bold re-button-icon" role="button" aria-label="Bold" tabindex="-1"><i class="re-icon-bold"></i><span class="re-button-tooltip">Bold</span></a></li>
        <li>
          <a href="javascript:void(null);" alt="Underline" rel="underline" class="re-button re-underline re-button-icon" role="button" aria-label="Underline" tabindex="-1"><i class="re-icon-underline"></i><span class="re-button-tooltip">Underline</span></a>
        </li>
        <li><a href="javascript:void(null);" alt="Italic" rel="italic" class="re-button re-italic re-button-icon" role="button" aria-label="Italic" tabindex="-1"><i class="re-icon-italic"></i><span class="re-button-tooltip">Italic</span></a></li>
        <li>
          <a href="javascript:void(null);" alt="Lists" rel="lists" class="re-button re-lists re-button-icon redactor-toolbar-link-dropdown" role="button" aria-label="Lists" tabindex="-1" aria-haspopup="true"><i class="re-icon-lists"></i><span class="re-button-tooltip">Lists</span></a>
        </li>
        <li><a href="javascript:void(null);" alt="Outdent" rel="outdent" class="re-button re-outdent re-button-icon" role="button" aria-label="Outdent" tabindex="-1"><i class="re-icon-outdent"></i><span class="re-button-tooltip">Outdent</span></a>
        </li>
        <li><a href="javascript:void(null);" alt="Indent" rel="indent" class="re-button re-indent re-button-icon" role="button" aria-label="Indent" tabindex="-1"><i class="re-icon-indent"></i><span class="re-button-tooltip">Indent</span></a></li>
        <li>
          <a href="javascript:void(null);" alt="Link" rel="link" class="re-button re-link re-button-icon redactor-toolbar-link-dropdown" role="button" aria-label="Link" tabindex="-1" aria-haspopup="true"><i class="re-icon-link"></i><span class="re-button-tooltip">Link</span></a>
        </li>
        <li>
          <a href="javascript:void(null);" alt="Line" rel="horizontalrule" class="re-button re-horizontalrule re-button-icon" role="button" aria-label="Line" tabindex="-1"><i class="re-icon-horizontalrule"></i><span class="re-button-tooltip">Line</span></a>
        </li>
        <li>
          <a href="javascript:void(null);" alt="Fullscreen" rel="fullscreen" class="re-button re-fullscreen re-button-icon" role="button" aria-label="Fullscreen" tabindex="-1"><i class="re-icon-expand"></i><span class="re-button-tooltip">Fullscreen</span></a>
        </li>
        <div class="tooltip"> Why can't I copy/paste in my submission? <span class="tooltip-text"> To reduce plagiarized submissions, first-time MindSumo users are not able to paste content in their submissions. Once you demonstrate quality
            submissions of your own work, this feature will be unlocked for you. </span>
        </div>
      </ul><span class="redactor-voice-label" id="redactor-voice-1" aria-hidden="false">Rich text editor</span>
      <div class="redactor-layer redactor-styles redactor-layer-img-edit redactor-in redactor-relative redactor-placeholder" aria-labelledby="redactor-voice-1" role="presentation" id="redactor-uuid-1" contenteditable="false" spellcheck="true"
        dir="ltr" style="min-height: 200px; max-height: 450px;" placeholder="Enter your solution here...">
        <p>​</p>
      </div><textarea class="redactor redactored" placeholder="Enter your solution here..." style="min-height: 200px; max-height: 450px; display: none;" data-minlength="200" data-charcountid="#redactor_summary_char_count" name="solution[summary]"
        id="solution_summary" disabled=""></textarea>
    </div>
  </label>
  <script type="text/javascript">
    $(document).ready(function() {
      $('.redactor.redactored').redactor('core.destroy');
      $('.redactor').removeClass('redactored');
      $('.redactor').not('.redactored').each(function() {
        let minHeight = parseInt($(this).css('min-height'));
        let maxHeight = parseInt($(this).css('max-height'));
        let characterLimit = parseInt($(this).data('maxlength'));
        $(this).addClass('redactored');
        $(this).redactor({
          toolbarFixed: false,
          minHeight: minHeight,
          maxHeight: maxHeight,
          formatting: ['p', 'pre', 'h1', 'h2', 'h3', 'h4', 'h5'],
          buttons: ['format', 'bold', 'underline', 'italic', 'lists', 'outdent', 'indent', 'table', 'link', 'alignleft', 'aligncenter', 'alignright', 'justify', 'horizontalrule'],
          convertVideoLinks: true,
          convertImageLinks: true,
          plugins: ['fullscreen', 'counter', 'limiter'],
          limiter: characterLimit,
          callbacks: {
            init: function() {
              this.counter.count();
            },
            counter: function(data) {
              var textLength = extractTextFromHtmlString(this.core.editor().text()).length - 1;
              const charCountId = this.core.textarea().data('charcountid');
              $(".redactor_too_short").hide();
              this.core.box().nextAll('.redactor_unsaved_changes').show();
              $(charCountId).html(textLength + ' characters');
              if (textLength >= 0 && textLength < this.core.textarea().data('minlength')) {
                $(charCountId).css({
                  'color': 'red'
                });
              } else {
                $(charCountId).css({
                  'color': '#208420'
                });
              }
            },
            sync: function() {
              this.core.textarea().trigger('redactor.sync');
            },
            drop: function() {
              alert("To reduce plagiarized submissions, first-time MindSumo users are not able to upload attachments. Once you demonstrate quality submissions of your own work, this feature will be unlocked for you.");
            }
          }
        });
      });
      $('.redactor-toolbar').append(`
            <div class='tooltip'>
              Why can't I copy/paste in my submission?
              <span class="tooltip-text">
                To reduce plagiarized submissions, first-time MindSumo users are not able to paste content in their submissions. Once you demonstrate quality submissions of your own work, this feature will be unlocked for you.
              </span>
            </div>`);
    });
    $('.redactor').parent().bind('copy paste', function(e) {
      alert("To reduce plagiarized submissions, first-time MindSumo users are not able to paste content in their submissions. Once you demonstrate quality submissions of your own work, this feature will be unlocked for you.");
      e.preventDefault();
      return false;
    });
  </script>
  <div class="solution_chars_stats">
    <span class="redactor_char_count" id="redactor_summary_char_count" style="float: right; padding-left: 20px; color: rgb(255, 0, 0);">0 characters</span>
    <span class="solution_avg_char_count" style="float: right;"> Average: 1703 characters </span>
  </div>
  <div class="required_field_missing_error hidden" style="text-align: right; color: red;">Some required fields are missing. Please check above.</div>
  <input type="hidden" name="files_uploaded" id="files_uploaded" value="" disabled="">
  <input type="hidden" name="solution_video_key" id="solution_video_key" value="" disabled="">
</form>

POST /accounts/signin

<form id="User_Login_Form" action="/accounts/signin" accept-charset="UTF-8" data-remote="true" method="post"><input name="utf8" type="hidden" value="✓">
  <div class="form-title">Enter your info to sign in</div>
  <div class="form-subtitle"><a id="Login_Registration_Link" href="/start">Don't have an account yet?</a></div>
  <div class="form-alert"></div>
  <fieldset>
    <input type="hidden" name="login[form_id]" id="login_form_id" value="User_Login_Form">
    <input type="hidden" name="login[form_redirect]" id="login_form_redirect" value="/contests/millennial-banking-experience">
    <div class="form-group">
      <label class="form-label" for="login[email]">Email Address<span class="form-required">*</span></label>
      <div class="input-group">
        <div class="input-group-addon"><i class="fa fa-fw fa-at"></i></div>
        <input type="text" name="login[email]" id="login_email" class="form-control" autocomplete="username email">
      </div>
      <div id="login_email_error" class="form-error">&nbsp;</div>
    </div>
    <div class="form-group">
      <label class="form-label" for="login[password]">Password<span class="form-required">*</span></label>
      <div class="input-group">
        <div class="input-group-addon"><i class="fa fa-fw fa-key"></i></div>
        <input type="password" name="login[password]" id="login_password" class="form-control">
        <div class="input-group-addon">
          <a href="javascript:void(0);" class="show_password_icon" title="Show Password"><i class="fa fa-fw fa-eye"></i></a>
          <a href="javascript:void(0);" class="hide_password_icon hidden" title="Hide Password"><i class="fa fa-fw fa-eye-slash"></i></a>
        </div>
      </div>
      <div id="login_password_error" class="form-error">&nbsp;</div>
    </div>
    <div class="form-group">
      <label class="form-label" for="login[recaptcha]">User Verification<span class="form-required">*</span></label>
      <div id="Login_Recaptcha" class="g-recaptcha form-recaptcha">
        <div style="width: 304px; height: 78px;">
          <div><iframe title="reCAPTCHA"
              src="https://www.recaptcha.net/recaptcha/api2/anchor?ar=1&amp;k=6LeRytsUAAAAAHDOUvaJ-so0B110WyYpKrMOgf4s&amp;co=aHR0cHM6Ly93d3cubWluZHN1bW8uY29tOjQ0Mw..&amp;hl=de&amp;v=4rwLQsl5N_ccppoTAwwwMrEN&amp;size=normal&amp;cb=q9grkke0vi58"
              width="304" height="78" role="presentation" name="a-nwbu96uue4z" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div><textarea id="g-recaptcha-response" name="g-recaptcha-response"
            class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
        </div>
      </div>
      <div id="login_recaptcha_error" class="form-error">&nbsp;</div>
    </div>
    <div class="form-actions">
      <button type="submit" class="btn btn-primary" id="User_Login_Button"><i class="fa fa-lock"></i> Sign In</button>
      <div class="form-helper"><a href="javascript:void(0);" id="Password_Request_Link">Forgot password?</a></div>
    </div>
  </fieldset>
</form>

POST /password_reset/request_link

<form id="Password_Request_Form" class="hidden" action="/password_reset/request_link" accept-charset="UTF-8" data-remote="true" method="post"><input name="utf8" type="hidden" value="✓">
  <div class="form-title">Enter your email to reset password</div>
  <div class="form-subtitle"><a id="Request_Registration_Link" href="/start">Don't have an account yet?</a></div>
  <div class="form-alert"></div>
  <fieldset>
    <input type="hidden" name="request[form_id]" id="request_form_id" value="Password_Request_Form">
    <div class="form-group">
      <label class="form-label" for="request[email]">Email Address</label>
      <div class="input-group">
        <div class="input-group-addon"><i class="fa fa-fw fa-at"></i></div>
        <input type="text" name="request[email]" id="request_email" class="form-control" autocomplete="username email">
      </div>
      <div id="request_email_error" class="form-error">&nbsp;</div>
    </div>
    <div class="form-group">
      <label class="form-label" for="request[recaptcha]">User Verification<span class="form-required">*</span></label>
      <div id="Request_Recaptcha" class="g-recaptcha form-recaptcha">
        <div style="width: 304px; height: 78px;">
          <div><iframe title="reCAPTCHA"
              src="https://www.recaptcha.net/recaptcha/api2/anchor?ar=1&amp;k=6LeRytsUAAAAAHDOUvaJ-so0B110WyYpKrMOgf4s&amp;co=aHR0cHM6Ly93d3cubWluZHN1bW8uY29tOjQ0Mw..&amp;hl=de&amp;v=4rwLQsl5N_ccppoTAwwwMrEN&amp;size=normal&amp;cb=mppzw0l5mbn8"
              width="304" height="78" role="presentation" name="a-ep8iut5dpdog" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div><textarea id="g-recaptcha-response-1" name="g-recaptcha-response"
            class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
        </div><iframe style="display: none;"></iframe>
      </div>
      <div id="request_recaptcha_error" class="form-error">&nbsp;</div>
    </div>
    <div class="form-actions">
      <button type="submit" class="btn btn-primary" id="Password_Request_Button"><i class="fa fa-lock"></i> Reset Password</button>
      <div class="form-helper"><a href="javascript:void(0);" id="User_Login_Link">Remember password?</a></div>
    </div>
  </fieldset>
</form>

Text Content

Skip to Main Content

For Companies Login / Sign Up

Menu
For Companies Login / Sign Up

ATB Financial Next Challenge: Campus Analytics Challenge 2022: Determine
Transaction Categories Using Machine Learning and Natural Language Processing

What is the ideal Millennial banking experience?
business customer satisfaction banking continuous improvement technology
customer experience virtualization customer engagement banking industry ideal
See more like this check out our active challenges
$1,600
top 50%
399
submissions
DONE
62 months ago

In today’s competitive and rapidly changing world of finance, banks must predict
customer interests and adapt early to new technology. Catering to the
expectations and preferences of millennials is especially vital as this
influential group continues to determine the future direction of banking.



Millennials have already led the charge towards increased online and mobile
banking, but there is much more on the technological horizon. We at ATB are
relentless in making banking work for people. It is imperative for us to
understand YOUR ideal banking experience and make banking work for the most
important person: You!



Deliverables

We are interested in the ideal millennial banking experience. Specifically,
please answer the following:









    

 1. How long have you been with your current bank? Why did you choose this bank?

    

    

    

 2. How often do you do the following:
    
    
    
    -Visit the physical bank location
    
    
    
    
    
    -Use the ATM
    
    
    
    
    
    -Use online / mobile banking
    
    
    
    What is your preference and for which banking needs?
    
    
    
    
    
    

    

 3. Please describe your ideal banking experience. What bank features available
    today are most important to you? Is technology an important factor in your
    decision on where you bank?

    

    

    

 4. Describe your ideal banking experience in the future. How would you like to
    see technology improve your banking experience? Consider advancements such
    as:

    

    -availability of third party apps

    

    

    -virtual reality

    

    

    -voice, touch and facial recognition

    

    

    ...and the list goes on!

    

   Submissions will be graded on the following criteria:
 * Meets Deliverables
 * Creativity
 * Clarity

Reward Tiers

Top 10%
will share $1,000

Next 15%
will share $400

Next 25%
will share $200
Actual individual rewards will be based on the total number of eligible
solutions.
Leaderboard

$25.00 Paul Reed Pomona College $25.00 Andrew Percoco University of Central
Florida $25.00 jordan.ripley University of Central Florida $25.00 Richard
Papenfus The University of Oklahoma $25.00 Rishav Bose Christ University $25.00
Danielle Smith The University of the West Indies $25.00 Shawn Toney California
State University, Chico $25.00 Hayward Chan University of Toronto $25.00 Aubrey
Haskell Clark University $25.00 Connor Wildes University of Wisconsin - Stevens
Point $25.00 Tyler Nakaya University of California at San Diego $25.00 Joshua
Anderson University of Central Florida $25.00 Josh Lyman University of Oregon
$25.00 Daniel Chibuike Bells university of technology ota $25.00 Bindia Hallauer
Univ of Bombay $25.00 Evan Kosinski Michigan State University $25.00 Shweta
Chopra Shri Ram College of Commerce, Delhi University $25.00 Arvind Prakash
Coimbatore Institute of Technology $25.00 Joanna Jia 42 $25.00 Maxfield Green
University of Vermont $25.00 Dr. Janelle Christine Simmons Liberty University
$25.00 Ervin Aguilar University of Central Florida $25.00 Nolan Blodgett Trent
University $25.00 Savannah Ashley University of Central Florida $25.00 Cheyenne
Harper University of Central Florida $25.00 Josef Khargi University of Central
Florida $25.00 Chee Hsin Yee University of Oxford $25.00 Sarah Jones University
of Pennsylvania $25.00 Samantha Sorkin University of Central Florida $25.00
Nicolas Khoury University of Central Florida $25.00 Fernando Cortez $25.00
Stevie Fishwick Lakehead University $25.00 Stephanie Sobolewski University of
Central Florida $25.00 TianShi Ning University of Waterloo $25.00 Meagan Hanono
University of Central Florida $25.00 Natalie Campbell Johns Hopkins University
$25.00 Skylar Clarke University of San Francisco $25.00 Ajay Sharma JAMK
University of Applied Science,Finland $25.00 Haley Ortega University of Central
Florida $25.00 Mason Pramod University of Missouri - Columbia $6.70 Francis
Daniel Santia Harvard University $6.70 Wellalyn Tabat $6.70 P K Cornell
University $6.70 Joseph Stepakoff University of Central Florida $6.70 Cody
Carrino Embry-Riddle Aeronautical University $6.70 Shelby Ratliff University of
Central Florida $6.70 Gindrutis Zaliauskas University of Central Florida $6.70
brandon wakil University of Central Florida $6.70 Forrest Popoff University of
Central Florida $6.70 Narindra Singh University of Central Florida $6.70 Jordan
Klein University of Central Florida $6.70 Natalie Thomas University of Oregon
$6.70 Nathan Moore University of Central Florida $6.70 Drew Rangel University of
Central Florida $6.70 Jonathan Van Dalen University of Central Florida $6.70
deleted account Abraham Baldwin Agricultural College $6.70 Marsha Joseph York
University $6.70 Harrison Costin University of Central Florida $6.70 Hunter
Holland University of Central Florida $6.70 Nicholas Anderson University of
Central Florida $6.70 Kayleigh Jerdon University of Central Florida $6.70
Nicholas McKennon University of Central Florida $6.70 Thach Nguyen Century
College - Minnesota $6.70 Jean Tu University of Southern California $6.70
Brianna Powers University of Central Florida $6.70 Deanna Pazo University of
Central Florida $6.70 Olivia Kurtz Georgia Highlands $6.70 Kamarunnisa Ismail
National University of Singapore $6.70 Ellie Karayan Chapman University $6.70
Yarenis Bratta Penn Foster $6.70 Sierra Davis University of Ottawa $6.70 Oanh
Dao University of Virginia $6.70 Rebecca Wu University of Texas at Austin $6.70
Nicole Bamonte Pennsylvania College of Technology $6.70 Deleted $6.70 Shivam
Miglani Delft University of Technology $6.70 Eunice Mwei Moi University $6.70
akash gupta heritage $6.70 Siddhant Joshi Delhi University $6.70 Karina Valle
University of Central Florida $6.70 Andrew Southammavong University of Central
Florida $6.70 Jason Nowik University of Central Florida $6.70 Zach Reddy
University of Central Florida $6.70 hayley ullman University of Central Florida
$6.70 Travis Trantham University of Central Florida $6.70 Kyle Bokuniewicz
University of Central Florida $6.70 Haille Ausher University of Central Florida
$6.70 Cristian Rivera Tapia University of Central Florida $6.70 Natalia Sierra
University of Central Florida $6.70 Tyler Specht University of Central Florida
$6.70 Tanika Simmonds University of Central Florida $6.70 Camilla Mann
University of Victoria $6.70 Josh Burg University of Michigan $6.70 Phillip
Hedayatnia Rice University $6.70 Benjamin Young Simon Fraser University $6.70
v.arakelian $6.70 Jessica Giden University of Oregon $6.70 Mary Kaitlin Des
Jardins University of Central Florida $6.70 Jimmy Morris Gonzaga University
$6.70 Hunter Boleman California State University, Dominguez Hills $2.00
Algonquin Voth Capilano University $2.00 Ada-Jean Stover Penn Foster $2.00
Sumana Mahata California Institute of Technology $2.00 Carol Truong-Cat
University of Guelph $2.00 Annie LI University of Massachusetts $2.00 Spencer
Campbell Brigham Young University $2.00 Aleka Dey Clemson University $2.00 Katie
McMullen University of Wisconsin $2.00 Thereza Rodrigues Florida Atlantic
University $2.00 Olivia Lewis University of Virginia $2.00 Vinam Puri Rutgers,
The State University of New Jersey $2.00 Kiersten Wilde University of Michigan
$2.00 Seth Vance University of Central Florida $2.00 Alexis Escobar University
of Central Florida $2.00 Alysa Ly University of Central Florida $2.00 Keaton
Leslie University of Central Florida $2.00 Alexander Brown University of Central
Florida $2.00 Hector Hurtado $2.00 Mike Surdis $2.00 Brandon Sebree University
of Central Florida $2.00 Claire Pewitt University of Central Florida $2.00
Cyerra Johnson UCF $2.00 Katya Stambler Brown University $2.00 Joseph Rubbo
University of Central Florida $2.00 Joel Smulevich $2.00 Noel Brownback Tarrant
County College District $2.00 Tom Belderbos University of Central Florida $2.00
Vincent Manzo University of Central Florida $2.00 Alexander Denham University of
Central Florida $2.00 Travis Abbott University of Central Florida $2.00 Dallas
Scott University of Central Florida $2.00 Gabrielle Thompson University of
Central Florida $2.00 Laura Robinson University of Texas at Dallas $2.00 Yasmin
Molune Assumption University $2.00 Anthony Lenahan University of Central Florida
$2.00 Diego Hoganson University of Central Florida $2.00 katie king University
of Central Florida $2.00 Elizabeth Whipple University of Central Florida $2.00
Marsha Baptiste University of Central Florida $2.00 msmithlott University of
Central Florida $2.00 Ryan Campbell University of Central Florida $2.00
Guillaume DVX UCF $2.00 tompassero University of Central Florida $2.00 Joseph
Rivera University of Central Florida $2.00 Shiv Reed Minneapolis Community and
Technical College $2.00 Katie Heindell University of Central Florida $2.00 Celia
Sanchez-Zelaya University of California at San Diego $2.00 Gabriella DiPetto
Virginia Polytechnic Institute and State University $2.00 Patricia Fuentes Penn
Foster $2.00 Andrea Barrera Penn Foster $2.00 Christina Shipley Penn Foster
$2.00 Kayla Bubalo George Brown College $2.00 Tanya Simpson Penn Foster $2.00
Rachele Burtenshaw $2.00 Sarah McCabe BCIT $2.00 Merrily McCarthy fresnostate
$2.00 Michelle Stolzoff Northeastern University $2.00 Frankie Ngondji Georgia
State University $2.00 Gimhani Uthpala University of Moratuwa $2.00 Jacob
Schwing University of Central Florida $2.00 Sayantan Ghosh Jadavpur University,
India $2.00 Grace Escueta University of British Columbia $2.00 Benjamin Kuo rush
$2.00 Hoshedar Bamji Northeastern University $2.00 Rei Thielbar University of
California, Irvine $2.00 Jessica Gillan University of Central Florida $2.00 Mark
Sinclair University of Central Florida $2.00 Audrey Neal Wellesley College $2.00
Nicole Winch University of Central Florida $2.00 Richard Opitz University of
Central Florida $2.00 Dallas Scott University of Central Florida $2.00 Kaicee
Wrigley University of Central Florida $2.00 Alyssa Ciliberti University of
Central Florida $2.00 Christopher Trocine University of Central Florida $2.00
Marciel Clyne University of Central Florida $2.00 Macarena Lopez University of
Central Florida $2.00 Michael Rudek University of Central Florida $2.00 John
Monte University of Central Florida $2.00 Nikandros Mavroudakis University of
Sussex $2.00 Josh Rosenfeld University of Central Florida $2.00 Cody Grant $2.00
Vincent Paolo University of Central Florida $2.00 Aden Martinez University of
Central Florida $2.00 Jackson Risley University of Central Florida $2.00 Andy
Barszcz $2.00 Rubymar Camacho University of Central Florida $2.00 lathe
University of Central Florida $2.00 Matt Krueger University of Central Florida
$2.00 Noah Hardesty Gra $2.00 Sarah Habernal colorado Mesa University $2.00
Raven Dominguez Michigan State University $2.00 sashalee scott centennial
College $2.00 Theo Grabiak University of California at San Diego $2.00 Jatea
Saunders unknown $2.00 zak tebell Purdue University $2.00 Melissa Zuloaga
Saddleback College $2.00 Jesse Chiu Polytechnic University of the Philippines
$2.00 Karl R Georgia Institute of Technology $2.00 Omar Rossi University of
Technology Sydney $2.00 Deepika Paudel

Submission questions
Title

Solution
 * Format
 * Bold
 * Underline
 * Italic
 * Lists
 * Outdent
 * Indent
 * Link
 * Line
 * Fullscreen
   Why can't I copy/paste in my submission? To reduce plagiarized submissions,
   first-time MindSumo users are not able to paste content in their submissions.
   Once you demonstrate quality submissions of your own work, this feature will
   be unlocked for you.

Rich text editor



0 characters Average: 1703 characters
Some required fields are missing. Please check above.
Save Draft

Submit
Your solution must be at least 200 characters long
Your solution cannot be empty
Please enter your full name

Enter your info to sign in
Don't have an account yet?

Email Address*

 
Password*

 
User Verification*

 
Sign In
Forgot password?
Enter your email to reset password
Don't have an account yet?

Email Address

 
User Verification*

 
Reset Password
Remember password?
or sign in with
Facebook Twitter
Contact Us

Challenges
 * All Challenges
 * Business
 * Engineering
 * Computer Science
 * Food Science
 * Math & Sciences
 * Humanities & Arts

For Problem Solvers
 * About
 * Cover Letters
 * Scholarship Essays
 * Career Prep & Coaching
 * Virtual Internships
 * Partnerships
 * FAQs

For Businesses
 * Case Studies
 * Innovation Teams
 * Marketing Teams
 * Product Teams
 * Resources
 * FAQs

Company
 * Careers
 * Terms & Conditions
 * Privacy Policy
 * Ambassador Program
 * Reseller Program



© 2015-2022 MindSumo Inc. All Rights Reserved.
Notice: MindSumo uses cookies to provide necessary website functionality,
improve your experience, and analyze our traffic. By using our websites, you
agree to our Privacy Policy, and our cookie usage.
OK