    <style>
    .oufunnyequations_window
    {
        margin: 0px auto 0px auto;
        width: 500px;
        min-height: 400px;
        overflow: hidden;
        font-family: 'Concert One', cursive;
        overflow: hidden;
        color: #e0ebeb;
        border-radius: 15px;
        background-image: url("https://www.vitalibera.org/community/wp-content/plugins/funny-equations/images/a1.png");
    }
    </style>
    <input type="hidden" autocomplete="off" class="oufunnyequations_level1_in_timer" value="90"> <!-- set timer -->

    <!-- LEVEL: Beginner -->
    <input type="hidden" autocomplete="off" class="oufunnyequations_level1_in_detect_right_answer" value="0">
    <input type="hidden" autocomplete="off" class="oufunnyequations_level1_in_right_answer" value="">
    <input type="hidden" autocomplete="off" class="oufunnyequations_level1_in_wrong_answer1" value="">
    <input type="hidden" autocomplete="off" class="oufunnyequations_level1_in_wrong_answer2" value="">

    <div class="oufunnyequations_window">
        
        <!-- Screen -->
        <div id="oufunnyequations_screen">
            
            <div class="oufunnyequations_screen_title">
                <b>FUNNY EQUATIONS</b>
            </div>
            
            <div class="oufunnyequations_menu_window">
                <div>
                    <span onclick="oufunnyequations_button_level1(); return false;" class="oufunnyequations_link_menu">Game</span>
                </div>
                <div>
                    <span onclick="oufunnyequations_button_game_help(); return false;" class="oufunnyequations_link_menu">Help</span>
                </div>
            </div>
            
        </div>
        
        <!-- Help -->
        <div id="oufunnyequations_help">
            <div style="padding: 15px; font-size: 18px; color: #e0ebeb; text-align: justify;">
                <b>FUNNY EQUATIONS</b> - This is a simple mathematical equation game. A certain amount of time is given to solve one equation. With each new equation, time will decrease by 1 second.
            </div>
            
            <div style="text-align: center;">
                    <span onclick="oufunnyequations_button_game_help_close(); return false;" class="oufunnyequations_link_menu2">Close</span>
            </div>
        </div>
        
        <div id="oufunnyequations_game_l1">
            
            <!-- equation -->
            <div class="oufunnyequations_level1w_display_formlula">
                <b><span class="oufunnyequations_level1_numbers1 oufunnyequations_level1w_display_formlula_a">0</span></b>
                <b><span class="oufunnyequations_level1_math_symbol oufunnyequations_level1w_display_formlula_b">?</span></b>
                <b><span class="oufunnyequations_level1_numbers2 oufunnyequations_level1w_display_formlula_a">0</span></b>
            </div>
            
            <div class="oufunnyequations_level1w_display_title">
                <b>Answer</b>
            </div>
                
            <!-- choose answer -->
            <div class="oufunnyequations_level1_choose oufunnyequations_level1w_display_answer_window">
                <span onclick="oufunnyequations_lev1_a(); return false;" class="oufunnyequations_level1_answer1 oufunnyequations_level1w_display_answer_padding">?</span> 
                <span onclick="oufunnyequations_lev1_b(); return false;" class="oufunnyequations_level1_answer2 oufunnyequations_level1w_display_answer_padding">?</span> 
                <span onclick="oufunnyequations_lev1_c(); return false;" class="oufunnyequations_level1_answer3 oufunnyequations_level1w_display_answer_padding">?</span>
            </div>
            
            <!-- time out -->
            <div class="oufunnyequations_level1_time_out oufunnyequations_level1w_display_timeout">
                <b>TIME OUT</b>
            </div>
                
            <!-- wrong -->
            <div class="oufunnyequations_level1_wrong oufunnyequations_level1w_display_wrong">
                <b>WRONG</b>
            </div>
                
            <!-- right -->
            <div class="oufunnyequations_level1_right oufunnyequations_level1w_display_right">
                <b>RIGHT</b>
            </div>
                
            <div class="oufunnyequations_level1w_display_footer">
                <div class="oufunnyequations_level1w_display_footer_left">
                    <span class="oufunnyequations_level1w_display_footer_leftspan"><b>Points: </b><span class="oufunnyequations_level_points">0</span></span>
                </div>
                    
                <div class="oufunnyequations_level1w_display_footer_center">
                    <span onclick="oufunnyequations_level1_exit(); return false;" class="oufunnyequations_level1w_display_footer_center_exit"><b>EXIT</b></span>
                </div>
                    
                <div class="oufunnyequations_level1w_display_footer_right">
                    <span class="oufunnyequations_level1w_display_footer_rightspan"><b>Timer: </b><span class="oufunnyequations_level_timer">90</span></span>
                </div>
            </div>
            
        </div>
        
    </div>
    
    <script>
    //Global variable    
    var oufunnyequations_timer_level; // Variable for timer (Level: Beginner). When the level starts the first time, this timer fires.
    var oufunnyequations_timer_level_next; // Variable for timer (Level: Beginner). This timer 
    var oufunnyequations_set_timer = 90; // default timer time (seconds).
    var oufunnyequations_total_answer = 0; // total correct answers.
    var oufunnyequations_dec_choose_1 = 0; // correct answer variable #1.
    var oufunnyequations_dec_choose_2 = 0; // correct answer variable #2.
    var oufunnyequations_dec_choose_3 = 0; // correct answer variable #3.
      
    //function oufunnyequations_u_Float(x) { return !!(x % 1); }    
        
    /*
    
        LEVEL #1
    
    */
    var oufunnyequationslevel1_plus = 0; // Level: Beginner = > variable: plus.
    var oufunnyequationslevel1_minus = 0; // Level: Beginner = > variable: minus.
    var oufunnyequationslevel1_mnoz = 0; // Level: Beginner = > variable: multiplication.
    var oufunnyequationslevel1_del = 0; // Level: Beginner = > variable: division.  
    var oufunnyequationslevel1_right_answer = 0; // Level: Beginner = > correct answer (There are three possible answers in the game. This variable indicates the correct answer).
    var oufunnyequationslevel1_number1 = 0; // Level: Beginner = > variable: first digit.
    var oufunnyequationslevel1_number2 = 0; // Level: Beginner = > variable: second digit.
    //var oufunnyequationslevel1_number2det = 0;
    var oufunnyequationslevel1_number3 = 0; // Level: Beginner = > variable: third digit.
    var oufunnyequationslevel1_number4 = 0; // Level: Beginner = > variable: fourth digit.
    // Level: Beginner = > variables: oufunnyequationslevel1_check_sum, oufunnyequationslevel1_check_sum2, oufunnyequationslevel1_check_sum3
    // These variables perform mathematical functions. such as subtraction, multiplication, division or addition.
    var oufunnyequationslevel1_check_sum = 0;
    var oufunnyequationslevel1_check_sum2 = 0;
    var oufunnyequationslevel1_check_sum3 = 0;   
       
    jQuery(document).ready(function(){
        clearInterval(oufunnyequations_timer_level); // Level: Beginner = > stop the timer
        clearInterval(oufunnyequations_timer_level_next); // Level: Beginner = > stop the timer
    });
        
    function oufunnyequations_ux_Float(x) { return !!(x % 1); } 
        
    function oufunnyequations_button_level1()
    {
    	jQuery(".oufunnyequations_level1w_display_timeout").hide();
        jQuery(".oufunnyequations_level1w_display_wrong").hide();
        jQuery(".ufunnyequations_level1w_display_right").hide();
        jQuery(".oufunnyequations_level1_time_out").hide(); 
        jQuery(".oufunnyequations_level1_choose").show(); 
        jQuery("#oufunnyequations_screen").hide();
        jQuery("#oufunnyequations_game_l1").show();
        
        clearInterval(oufunnyequations_timer_level); // Level: Beginner = > stop the timer
        clearInterval(oufunnyequations_timer_level_next); // Level: Beginner = > stop the timer
        oufunnyequations_set_timer = 90; // timer reset (default: 90 seconds)
        
        // Math symbol generator
        var array_math_symbol = ["+", "-", "*", "/"];
        var math_symbol = array_math_symbol[Math.floor(Math.random()*array_math_symbol.length)];
        
        // definition of a mathematical sign
        if(1 == 1)
        {
            if(math_symbol == '+')
            {
                oufunnyequationslevel1_plus = 1; // math sign: +
            }
            else
            if(math_symbol == '-')
            {
                oufunnyequationslevel1_minus = 1; // math sign: -
            }
            else
            if(math_symbol == '*')
            {
                oufunnyequationslevel1_mnoz = 1; // math sign: *
            }
            else
            if(math_symbol == '/')
            {
                oufunnyequationslevel1_del = 1; // math sign: /
            }
        }
        
        if(2 == 2)
        {
            oufunnyequationslevel1_check_sum = 0;
            if(oufunnyequationslevel1_plus ==1)
            {
                
                oufunnyequationslevel1_number1 = Math.floor((Math.random() * 99) + 1); 
                oufunnyequationslevel1_number2 = Math.floor((Math.random() * 99) + 1); 
                
                oufunnyequationslevel1_check_sum = oufunnyequationslevel1_number1 + oufunnyequationslevel1_number2;
                
                oufunnyequationslevel1_right_answer = oufunnyequationslevel1_check_sum; 
                
                if(oufunnyequationslevel1_check_sum >= 100)
                {
                    for(i1 = 0; i1<15500; i1++)
                    {
                        oufunnyequationslevel1_number2 = Math.floor((Math.random() * 99) + 1); // random number generator from 0 to 99 (second digit)
                        oufunnyequationslevel1_check_sum = oufunnyequationslevel1_number1 + oufunnyequationslevel1_number2; // get the amount
                        
                        if(oufunnyequationslevel1_check_sum <= 99)
                        {
                            oufunnyequationslevel1_right_answer = oufunnyequationslevel1_check_sum; // get right answer
                            break;
                        }
                    }
                }
            }
            else
            if(oufunnyequationslevel1_minus == 1)
            {
                // math sign: -
                oufunnyequationslevel1_number1 = Math.floor((Math.random() * 99) + 1); // random number generator from 0 to 99 (the first digit)
                oufunnyequationslevel1_number2 = Math.floor((Math.random() * 99) + 1); // random number generator from 0 to 99 (second digit)
                
                oufunnyequationslevel1_check_sum = oufunnyequationslevel1_number1 + oufunnyequationslevel1_number2; // get the amount
                oufunnyequationslevel1_check_sum2 = oufunnyequationslevel1_number1 - oufunnyequationslevel1_number2; // subtract
                oufunnyequationslevel1_right_answer = oufunnyequationslevel1_check_sum2; // get right answer
                
                //if the sum is more than 100 or less than 0, re-run the random number generator
                if(oufunnyequationslevel1_check_sum >= 100 || oufunnyequationslevel1_check_sum2 <=0)
                {
                    for(i1 = 0; i1<15500; i1++)
                    {
                        oufunnyequationslevel1_number2 = Math.floor((Math.random() * 99) + 1); // random number generator from 0 to 99 (second digit)
                        oufunnyequationslevel1_check_sum = oufunnyequationslevel1_number1 + oufunnyequationslevel1_number2; // get the amount
                        oufunnyequationslevel1_check_sum2 = oufunnyequationslevel1_number1 - oufunnyequationslevel1_number2; // subtract
                        
                        if(oufunnyequationslevel1_check_sum <= 99 && oufunnyequationslevel1_check_sum2 >=1)
                        {
                            oufunnyequationslevel1_right_answer = oufunnyequationslevel1_check_sum2; // get right answer
                            break;
                        }
                        
                    }
                }
            }
            else
            if(oufunnyequationslevel1_mnoz == 1)
            {
                // math sign: *
                oufunnyequationslevel1_number1 = Math.floor((Math.random() * 10) + 1); // random number generator from 0 to 10 (the first digit)
                
                oufunnyequationslevel1_number2 = Math.floor((Math.random() * 9) + 1); // random number generator from 0 to 9 (second digit)
                
                oufunnyequationslevel1_check_sum = oufunnyequationslevel1_number1 * oufunnyequationslevel1_number2; // get the amount
                oufunnyequationslevel1_right_answer = oufunnyequationslevel1_check_sum; // get right answer
                
                //if the sum is more than 100, re-run the random number generator
                if(oufunnyequationslevel1_check_sum >= 100)
                {
                    for(i1 = 0; i1<15500; i1++)
                    {
                        oufunnyequationslevel1_number2 = Math.floor((Math.random() * 9) + 1); // random number generator from 0 to 9 (second digit)
                        oufunnyequationslevel1_check_sum = oufunnyequationslevel1_number1 * oufunnyequationslevel1_number2; // get the amount
                        
                        if(oufunnyequationslevel1_check_sum <= 99)
                        {
                            oufunnyequationslevel1_right_answer = oufunnyequationslevel1_check_sum; // get right answer
                            break;
                        }
                        
                    }
                }
            }
            else
            if(oufunnyequationslevel1_del == 1)
            {
                // math sign: /
                oufunnyequationslevel1_number1 = Math.floor((Math.random() * 99) + 1); // random number generator from 0 to 99 (the first digit)
                
                if(oufunnyequationslevel1_number1 % 2 != 0)
                {
                    for(var i6 = 0; i6<1500; i6++)
                    {
                        oufunnyequationslevel1_number1 = Math.floor((Math.random() * 99) + 1); // random number generator from 0 to 10 (the first digit)
                        
                        if(oufunnyequationslevel1_number1 % 2 == 0)
                        {
                            break;
                        }
                        
                    }
                }
                
                oufunnyequationslevel1_number2 = Math.floor((Math.random() * 9) + 1); // random number generator from 0 to 9 (second digit)
                oufunnyequationslevel1_check_sum2 =  oufunnyequationslevel1_number1 / oufunnyequationslevel1_number2; // get the amount
                oufunnyequationslevel1_check_sum3 = oufunnyequations_ux_Float(oufunnyequationslevel1_check_sum2); // number is integer
                
                if(oufunnyequationslevel1_check_sum3 == false)
                {
                    oufunnyequationslevel1_right_answer = oufunnyequationslevel1_check_sum2; // get right answer
                }
                if(oufunnyequationslevel1_check_sum3 == true)
                {
                    for(i1 = 0; i1<15500; i1++)
                    {
                        oufunnyequationslevel1_number2 = Math.floor((Math.random() * 9) + 1); // random number generator from 0 to 99 (the first digit)
                        oufunnyequationslevel1_check_sum2 =  oufunnyequationslevel1_number1 / oufunnyequationslevel1_number2; // get the amount
                        oufunnyequationslevel1_check_sum3 = oufunnyequations_ux_Float(oufunnyequationslevel1_check_sum2); // number is integer
                        
                        if(oufunnyequationslevel1_check_sum3 == false)
                        {
                            oufunnyequationslevel1_right_answer = oufunnyequationslevel1_check_sum2; // get right answer
                            break;
                        }
                        
                    }
                }
            }
            
            
        }
        
        oufunnyequationslevel1_number3 = Math.floor((Math.random() * 99) + 1); // random number generator from 0 to 99 (third digit)
        oufunnyequationslevel1_number4 = Math.floor((Math.random() * 99) + 1); // random number generator from 0 to 99 (fourth digit)
        
        if(5 == 5)
        {
            if(oufunnyequationslevel1_number3 == oufunnyequationslevel1_right_answer)
            {
                oufunnyequationslevel1_number3 = Math.floor((Math.random() * 99) + 1); // random number generator from 0 to 99 (third digit)
            }
            
            if(oufunnyequationslevel1_number4 == oufunnyequationslevel1_right_answer)
            {
                oufunnyequationslevel1_number4 = Math.floor((Math.random() * 99) + 1); // random number generator from 0 to 99 (fourth digit)
            }
        }
        
        // display the correct answer on one of 3 options
        var array_math_answer = ["1", "2", "3"];
        var math_answer = array_math_answer[Math.floor(Math.random()*array_math_answer.length)];
        
        // correct answer position distribution block
        if(3 == 3)
        {
            if(math_answer == 1)
            {
                jQuery(".oufunnyequations_level1_answer1").html(oufunnyequationslevel1_right_answer); // position #1
                jQuery(".oufunnyequations_level1_in_detect_right_answer").val("1"); // add position #1 to input
            }
            else
            if(math_answer == 2)
            {
                jQuery(".oufunnyequations_level1_answer2").html(oufunnyequationslevel1_right_answer); // position #2
                jQuery(".oufunnyequations_level1_in_detect_right_answer").val("2"); // add position #2 to input
            }
            else
            if(math_answer == 3)
            {
                jQuery(".oufunnyequations_level1_answer3").html(oufunnyequationslevel1_right_answer); // position #3
                jQuery(".oufunnyequations_level1_in_detect_right_answer").val("3"); // add position #3 to input
            }
        }
        
        // position selection for two incorrect answers
        var array_math_answer_2 = ["1", "2"];
        var math_answer_2 = array_math_answer_2[Math.floor(Math.random()*array_math_answer_2.length)];
        
        // positioning for two incorrect answers
        if(7==7)
        {
            if(math_answer == 1 && math_answer_2 == 1)
            {
                jQuery(".oufunnyequations_level1_answer2").html(oufunnyequationslevel1_number3); // positiom #2
                jQuery(".oufunnyequations_level1_answer3").html(oufunnyequationslevel1_number4); // positiom #3
            }
            else
            if(math_answer == 1 && math_answer_2 == 2)
            {
                jQuery(".oufunnyequations_level1_answer3").html(oufunnyequationslevel1_number3); // positiom #3
                jQuery(".oufunnyequations_level1_answer2").html(oufunnyequationslevel1_number4); // positiom #2
            }
            else
            if(math_answer == 2 && math_answer_2 == 1)
            {
                jQuery(".oufunnyequations_level1_answer1").html(oufunnyequationslevel1_number3); // positiom #1
                jQuery(".oufunnyequations_level1_answer3").html(oufunnyequationslevel1_number4); // positiom #3
            }
            else
            if(math_answer == 2 && math_answer_2 == 2)
            {
                jQuery(".oufunnyequations_level1_answer3").html(oufunnyequationslevel1_number3); // positiom #3
                jQuery(".oufunnyequations_level1_answer1").html(oufunnyequationslevel1_number4); // positiom #1
            }
            else
            if(math_answer == 3 && math_answer_2 == 1)
            {
                jQuery(".oufunnyequations_level1_answer1").html(oufunnyequationslevel1_number3); // positiom #1
                jQuery(".oufunnyequations_level1_answer2").html(oufunnyequationslevel1_number4); // positiom #2
            }
            else
            if(math_answer == 3 && math_answer_2 == 2)
            {
                jQuery(".oufunnyequations_level1_answer2").html(oufunnyequationslevel1_number3); // positiom #2
                jQuery(".oufunnyequations_level1_answer1").html(oufunnyequationslevel1_number4); // positiom #1
            }
        }
        
        /*
        
                SHOW
        
        */
        jQuery(".oufunnyequations_level1_numbers1").html(oufunnyequationslevel1_number1);
        
        if(math_symbol == '*')
        {
            math_symbol = '&#8226;';
        }
        
        jQuery(".oufunnyequations_level1w_display_formlula_b").html(math_symbol);
        jQuery(".oufunnyequations_level1_numbers2").html(oufunnyequationslevel1_number2);
        
        /*
         
                TIMER
         
        */
        oufunnyequations_timer_level = setInterval(oufunnyequations_level1_timer, 1000); // run timer
    }
    
    // function: timer (LEVEL: Beginner)
    function oufunnyequations_level1_timer()
    {
        if(oufunnyequations_set_timer >=1)
        {
            oufunnyequations_set_timer--;
            jQuery(".oufunnyequations_level_timer").html(oufunnyequations_set_timer);
        }
        else
        {
            clearInterval(oufunnyequations_timer_level);
            jQuery(".oufunnyequations_level_timer").html("0");
            
            jQuery(".oufunnyequations_level1_choose").hide(); 
            jQuery(".oufunnyequations_level1_time_out").show(); 
        }
        
    }  
       
    // ----------------------------------------------------------
        
    function oufunnyequations_level1_exit()
    {
        jQuery("#oufunnyequations_game_l1").hide();
        jQuery("#oufunnyequations_screen").show();
        clearInterval(oufunnyequations_timer_level);
        oufunnyequations_set_timer = 90;
        jQuery(".oufunnyequations_level_timer").html(oufunnyequations_set_timer);
        jQuery(".oufunnyequations_level_points").html("0");
        oufunnyequations_total_answer = 0;
        
    }
         
    function oufunnyequations_button_game_help()
    {
        jQuery("#oufunnyequations_screen").hide();
        jQuery("#oufunnyequations_help").show();
    }
        
    function oufunnyequations_button_game_help_close()
    {
        jQuery("#oufunnyequations_help").hide();
        jQuery("#oufunnyequations_screen").show();
    }
        
    function oufunnyequations_button_game_close()
    {
        jQuery("#oufunnyequations_game").hide();
        jQuery("#oufunnyequations_screen").show();
    }
        
    // function: first option answer (position: left)
    function oufunnyequations_lev1_a()
    {
        oufunnyequations_dec_choose_1 = jQuery(".oufunnyequations_level1_in_detect_right_answer").val();
        
        if(oufunnyequations_dec_choose_1 == 1)
        {
            oufunnyequations_total_answer++; 
            jQuery(".oufunnyequations_level_points").html(oufunnyequations_total_answer);
            jQuery(".oufunnyequations_level1_choose").hide();
            jQuery(".oufunnyequations_level1_right").show();
            clearInterval(oufunnyequations_timer_level);
            oufunnyequations_timer_level_next = setInterval(oufunnyequations_lev1_run_next, 1600);
        }
        else
        {
            jQuery(".oufunnyequations_level1_choose").hide();
            jQuery(".oufunnyequations_level1_wrong").show();
            clearInterval(oufunnyequations_timer_level); 
            oufunnyequations_timer_level_next = setInterval(oufunnyequations_lev1_run_next, 1600);
        }
    }
    
    // function: second option answer (position: center)
    function oufunnyequations_lev1_b()
    {
        oufunnyequations_dec_choose_2 = jQuery(".oufunnyequations_level1_in_detect_right_answer").val();
        
        if(oufunnyequations_dec_choose_2 == 2)
        {
            oufunnyequations_total_answer++; 
            jQuery(".oufunnyequations_level_points").html(oufunnyequations_total_answer);
            jQuery(".oufunnyequations_level1_choose").hide();
            jQuery(".oufunnyequations_level1_right").show();
            clearInterval(oufunnyequations_timer_level);
            oufunnyequations_timer_level_next = setInterval(oufunnyequations_lev1_run_next, 1600);
        }
        else
        {
            jQuery(".oufunnyequations_level1_choose").hide();
            jQuery(".oufunnyequations_level1_wrong").show();
            clearInterval(oufunnyequations_timer_level);
            oufunnyequations_timer_level_next = setInterval(oufunnyequations_lev1_run_next, 1600);
        }
    }
    
    // function: third option answer (position: right)
    function oufunnyequations_lev1_c()
    {
        oufunnyequations_dec_choose_3 = jQuery(".oufunnyequations_level1_in_detect_right_answer").val();
        
        if(oufunnyequations_dec_choose_3 == 3)
        {
            oufunnyequations_total_answer++; 
            jQuery(".oufunnyequations_level_points").html(oufunnyequations_total_answer);
            jQuery(".oufunnyequations_level1_choose").hide();
            jQuery(".oufunnyequations_level1_right").show();
            clearInterval(oufunnyequations_timer_level);
            oufunnyequations_timer_level_next = setInterval(oufunnyequations_lev1_run_next, 1600);
        }
        else
        {
            jQuery(".oufunnyequations_level1_choose").hide();
            jQuery(".oufunnyequations_level1_wrong").show();
            clearInterval(oufunnyequations_timer_level);
            oufunnyequations_timer_level_next = setInterval(oufunnyequations_lev1_run_next, 1600);
        }
    }
        
        
    function oufunnyequations_lev1_run_next()
    {
        var s_det_timer_next = parseInt(jQuery(".oufunnyequations_level1_in_timer").val());
        var s_det_timer_next_new = s_det_timer_next - 1;
        jQuery(".oufunnyequations_level1_in_timer").val(s_det_timer_next_new);
        
        clearInterval(oufunnyequations_timer_level_next); // Level: Beginner = > stop the timer
        jQuery(".oufunnyequations_level1_right").hide();
        jQuery(".oufunnyequations_level1_wrong").hide();
        
        if(s_det_timer_next_new >=15)
        {
            oufunnyequations_set_timer = s_det_timer_next_new; 
            jQuery(".oufunnyequations_level_timer").html(oufunnyequations_set_timer);
        }
        else
        {
            oufunnyequations_set_timer = 15;
            jQuery(".oufunnyequations_level_timer").html(oufunnyequations_set_timer);
        }
        
        jQuery(".oufunnyequations_level1_choose").show();
        clearInterval(oufunnyequations_timer_level); // Level: Beginner = > stop the timer
        clearInterval(oufunnyequations_timer_level_next); // Level: Beginner = > stop the timer
        
        jQuery(".oufunnyequations_level1_in_timer").val(oufunnyequations_set_timer); // add timer to input
        oufunnyequationslevel1_plus = 0; // rest (+)
        oufunnyequationslevel1_minus = 0; // reset (-)
        oufunnyequationslevel1_mnoz = 0; // reset (+)
        oufunnyequationslevel1_del = 0; // reset (/)
        oufunnyequationslevel1_number1 = 0; // reset the first digit
        oufunnyequationslevel1_number2 = 0; // reset second digit
        oufunnyequationslevel1_number3 = 0; // reset third digit
        oufunnyequationslevel1_number4 = 0; // reset fourth digit
        oufunnyequationslevel1_check_sum = 0; // reset equation
        oufunnyequationslevel1_check_sum2 = 0; // reset equation
        oufunnyequationslevel1_check_sum3 = 0; // reset equation
        oufunnyequationslevel1_right_answer = 0; //reset correct answer
        
        // Math symbol generator
        var array_math_symbol = ["+", "-", "*", "/"];
        var math_symbol = array_math_symbol[Math.floor(Math.random()*array_math_symbol.length)];
        
        // definition of a mathematical sign
        if(1 == 1)
        {
            if(math_symbol == '+')
            {
                oufunnyequationslevel1_plus = 1; // math sign: +
            }
            else
            if(math_symbol == '-')
            {
                oufunnyequationslevel1_minus = 1; // math sign: -
            }
            else
            if(math_symbol == '*')
            {
                oufunnyequationslevel1_mnoz = 1; // math sign: *
            }
            else
            if(math_symbol == '/')
            {
                oufunnyequationslevel1_del = 1; // math sign: /
            }
        }
        
        // In this block the equation will be created.
        if(2 == 2)
        {
            if(oufunnyequationslevel1_plus ==1)
            {
                // math sign: +
                oufunnyequationslevel1_number1 = Math.floor((Math.random() * 99) + 1); // random number generator from 0 to 99 (the first digit)
                oufunnyequationslevel1_number2 = Math.floor((Math.random() * 99) + 1); // random number generator from 0 to 99 (second digit)
                oufunnyequationslevel1_check_sum = oufunnyequationslevel1_number1 + oufunnyequationslevel1_number2; // get the amount
                oufunnyequationslevel1_right_answer = oufunnyequationslevel1_check_sum; // get right answer
                
                //if the sum is more than 100, re-run the random number generator
                if(oufunnyequationslevel1_check_sum >= 100)
                {
                    for(i1 = 0; i1<15500; i1++)
                    {
                        oufunnyequationslevel1_number2 = Math.floor((Math.random() * 99) + 1); // random number generator from 0 to 99 (second digit)
                        oufunnyequationslevel1_check_sum = oufunnyequationslevel1_number1 + oufunnyequationslevel1_number2; // get the amount
                        
                        if(oufunnyequationslevel1_check_sum <= 99)
                        {
                            oufunnyequationslevel1_right_answer = oufunnyequationslevel1_check_sum; // get right answer
                            break;
                        }
                        
                    }
                }
                
            }
            else
            if(oufunnyequationslevel1_minus == 1)
            {
                // math sign: -
                oufunnyequationslevel1_number1 = Math.floor((Math.random() * 99) + 1); // random number generator from 0 to 99 (the first digit)
                oufunnyequationslevel1_number2 = Math.floor((Math.random() * 99) + 1); // random number generator from 0 to 99 (second digit)
                
                oufunnyequationslevel1_check_sum = oufunnyequationslevel1_number1 + oufunnyequationslevel1_number2; // get the amount
                oufunnyequationslevel1_check_sum2 = oufunnyequationslevel1_number1 - oufunnyequationslevel1_number2; // subtract
                oufunnyequationslevel1_right_answer = oufunnyequationslevel1_check_sum2; // get right answer
                
                //if the sum is more than 100 or less than 0, re-run the random number generator
                if(oufunnyequationslevel1_check_sum >= 100 || oufunnyequationslevel1_check_sum2 <=0)
                {
                    for(i1 = 0; i1<15500; i1++)
                    {
                        oufunnyequationslevel1_number2 = Math.floor((Math.random() * 99) + 1); // random number generator from 0 to 99 (second digit)
                        oufunnyequationslevel1_check_sum = oufunnyequationslevel1_number1 + oufunnyequationslevel1_number2; // get the amount
                        oufunnyequationslevel1_check_sum2 = oufunnyequationslevel1_number1 - oufunnyequationslevel1_number2; // subtract
                        
                        if(oufunnyequationslevel1_check_sum <= 99 && oufunnyequationslevel1_check_sum2 >=1)
                        {
                            oufunnyequationslevel1_right_answer = oufunnyequationslevel1_check_sum2; // get right answer
                            break;
                        }
                        
                    }
                }
            }
            else
            if(oufunnyequationslevel1_mnoz == 1)
            {
                // math sign: *
                oufunnyequationslevel1_number1 = Math.floor((Math.random() * 10) + 1); // random number generator from 0 to 10 (the first digit)
                oufunnyequationslevel1_number2 = Math.floor((Math.random() * 9) + 1); // random number generator from 0 to 9 (second digit)
                
                oufunnyequationslevel1_check_sum = oufunnyequationslevel1_number1 * oufunnyequationslevel1_number2; // get the amount
                oufunnyequationslevel1_right_answer = oufunnyequationslevel1_check_sum; // get right answer
                
                //if the sum is more than 100, re-run the random number generator
                if(oufunnyequationslevel1_check_sum >= 100)
                {
                    for(i1 = 0; i1<15500; i1++)
                    {
                        oufunnyequationslevel1_number2 = Math.floor((Math.random() * 9) + 1); // random number generator from 0 to 9 (second digit)
                        oufunnyequationslevel1_check_sum = oufunnyequationslevel1_number1 * oufunnyequationslevel1_number2; // get the amount
                        
                        if(oufunnyequationslevel1_check_sum <= 99)
                        {
                            oufunnyequationslevel1_right_answer = oufunnyequationslevel1_check_sum; // get right answer
                            break;
                        }
                        
                    }
                }
            }
            else
            if(oufunnyequationslevel1_del == 1)
            {
                // math sign: /
                oufunnyequationslevel1_number1 = Math.floor((Math.random() * 99) + 1); // random number generator from 0 to 99 (the first digit)
                
                if(oufunnyequationslevel1_number1 % 2 != 0)
                {
                    for(var i6 = 0; i6<1500; i6++)
                    {
                        oufunnyequationslevel1_number1 = Math.floor((Math.random() * 99) + 1); // random number generator from 0 to 10 (the first digit)
                        
                        if(oufunnyequationslevel1_number1 % 2 == 0)
                        {
                            break;
                        }
                        
                    }
                }
                
                oufunnyequationslevel1_number2 = Math.floor((Math.random() * 9) + 1); // random number generator from 0 to 9 (second digit)
                oufunnyequationslevel1_check_sum2 =  oufunnyequationslevel1_number1 / oufunnyequationslevel1_number2; // get the amount
                oufunnyequationslevel1_check_sum3 = oufunnyequations_ux_Float(oufunnyequationslevel1_check_sum2); // number is integer
                
                if(oufunnyequationslevel1_check_sum3 == false)
                {
                    oufunnyequationslevel1_right_answer = oufunnyequationslevel1_check_sum2; // get right answer
                }
                if(oufunnyequationslevel1_check_sum3 == true)
                {
                    for(i1 = 0; i1<15500; i1++)
                    {
                        oufunnyequationslevel1_number2 = Math.floor((Math.random() * 9) + 1); // random number generator from 0 to 99 (the first digit)
                        oufunnyequationslevel1_check_sum2 =  oufunnyequationslevel1_number1 / oufunnyequationslevel1_number2; // get the amount
                        oufunnyequationslevel1_check_sum3 = oufunnyequations_ux_Float(oufunnyequationslevel1_check_sum2); // number is integer
                        
                        if(oufunnyequationslevel1_check_sum3 == false)
                        {
                            oufunnyequationslevel1_right_answer = oufunnyequationslevel1_check_sum2; // get right answer
                            break;
                        }
                        
                    }
                }
            }    
        }
        
        oufunnyequationslevel1_number3 = Math.floor((Math.random() * 99) + 1); // random number generator from 0 to 99 (third digit)
        oufunnyequationslevel1_number4 = Math.floor((Math.random() * 99) + 1); // random number generator from 0 to 99 (fourth digit)
        
        if(5 == 5)
        {
            // check the number with the correct answer
            if(oufunnyequationslevel1_number3 == oufunnyequationslevel1_right_answer)
            {
                oufunnyequationslevel1_number3 = Math.floor((Math.random() * 99) + 1); // random number generator from 0 to 99 (third digit)
            }
            
            if(oufunnyequationslevel1_number4 == oufunnyequationslevel1_right_answer)
            {
                oufunnyequationslevel1_number4 = Math.floor((Math.random() * 99) + 1); // random number generator from 0 to 99 (fourth digit)
            }
        }
        
        // display the correct answer on one of 3 options
        var array_math_answer = ["1", "2", "3"];
        var math_answer = array_math_answer[Math.floor(Math.random()*array_math_answer.length)];
        
        // correct answer position distribution block
        if(3 == 3)
        {
            if(math_answer == 1)
            {
                jQuery(".oufunnyequations_level1_answer1").html(oufunnyequationslevel1_right_answer); // position #1
                jQuery(".oufunnyequations_level1_in_detect_right_answer").val("1"); // add position #1 to input
            }
            else
            if(math_answer == 2)
            {
                jQuery(".oufunnyequations_level1_answer2").html(oufunnyequationslevel1_right_answer); // position #2
                jQuery(".oufunnyequations_level1_in_detect_right_answer").val("2"); // add position #2 to input
            }
            else
            if(math_answer == 3)
            {
                jQuery(".oufunnyequations_level1_answer3").html(oufunnyequationslevel1_right_answer); // position #3
                jQuery(".oufunnyequations_level1_in_detect_right_answer").val("3"); // add position #3 to input
            }
        }
        
        // position selection for two incorrect answers
        var array_math_answer_2 = ["1", "2"];
        var math_answer_2 = array_math_answer_2[Math.floor(Math.random()*array_math_answer_2.length)];
        
        // positioning for two incorrect answers
        if(7==7)
        {
            if(math_answer == 1 && math_answer_2 == 1)
            {
                jQuery(".oufunnyequations_level1_answer2").html(oufunnyequationslevel1_number3); // positiom #2
                jQuery(".oufunnyequations_level1_answer3").html(oufunnyequationslevel1_number4); // positiom #3
            }
            else
            if(math_answer == 1 && math_answer_2 == 2)
            {
                jQuery(".oufunnyequations_level1_answer3").html(oufunnyequationslevel1_number3); // positiom #3
                jQuery(".oufunnyequations_level1_answer2").html(oufunnyequationslevel1_number4); // positiom #2
            }
            else
            if(math_answer == 2 && math_answer_2 == 1)
            {
                jQuery(".oufunnyequations_level1_answer1").html(oufunnyequationslevel1_number3); // positiom #1
                jQuery(".oufunnyequations_level1_answer3").html(oufunnyequationslevel1_number4); // positiom #3
            }
            else
            if(math_answer == 2 && math_answer_2 == 2)
            {
                jQuery(".oufunnyequations_level1_answer3").html(oufunnyequationslevel1_number3); // positiom #3
                jQuery(".oufunnyequations_level1_answer1").html(oufunnyequationslevel1_number4); // positiom #1
            }
            else
            if(math_answer == 3 && math_answer_2 == 1)
            {
                jQuery(".oufunnyequations_level1_answer1").html(oufunnyequationslevel1_number3); // positiom #1
                jQuery(".oufunnyequations_level1_answer2").html(oufunnyequationslevel1_number4); // positiom #2
            }
            else
            if(math_answer == 3 && math_answer_2 == 2)
            {
                jQuery(".oufunnyequations_level1_answer2").html(oufunnyequationslevel1_number3); // positiom #2
                jQuery(".oufunnyequations_level1_answer1").html(oufunnyequationslevel1_number4); // positiom #1
            }
        }
        
        jQuery(".oufunnyequations_level1_numbers1").html(oufunnyequationslevel1_number1); // display first number
        
        // convert math multiplication sign and display this sign
        if(8 == 8)
        {
            if(math_symbol == '*')
            {
                jQuery(".oufunnyequations_level1_math_symbol").html("&#8226;");
            }
            else
            {
                jQuery(".oufunnyequations_level1_math_symbol").html(math_symbol);
            }
        }
        jQuery(".oufunnyequations_level1_numbers2").html(oufunnyequationslevel1_number2);
        
        
        // add answer options to input
        jQuery(".oufunnyequations_level1_in_right_answer").val(oufunnyequationslevel1_right_answer);
        jQuery(".oufunnyequations_level1_in_wrong_answer1").val(oufunnyequationslevel1_number3);
        jQuery(".oufunnyequations_level1_in_wrong_answer2").val(oufunnyequationslevel1_number4);
        
        oufunnyequations_timer_level = setInterval(oufunnyequations_level1_timer, 1000); // run timer
    }
    </script>
    {"id":2332,"date":"2025-09-27T15:52:01","date_gmt":"2025-09-27T13:52:01","guid":{"rendered":"https:\/\/www.vitalibera.org\/community\/?p=2332"},"modified":"2025-09-27T15:55:30","modified_gmt":"2025-09-27T13:55:30","slug":"kopfrechnen","status":"publish","type":"post","link":"https:\/\/www.vitalibera.org\/community\/2025\/09\/27\/kopfrechnen\/","title":{"rendered":"Kopfrechnen"},"content":{"rendered":"\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":2335,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"cybocfi_hide_featured_image":"yes","_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[66],"tags":[],"class_list":["post-2332","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-neurologie-kognitives-training"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\r\n<title>Kopfrechnen - vitalibera.org<\/title>\r\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\r\n<link rel=\"canonical\" href=\"https:\/\/www.vitalibera.org\/community\/2025\/09\/27\/kopfrechnen\/\" \/>\r\n<meta property=\"og:locale\" content=\"de_DE\" \/>\r\n<meta property=\"og:type\" content=\"article\" \/>\r\n<meta property=\"og:title\" content=\"Kopfrechnen - vitalibera.org\" \/>\r\n<meta property=\"og:url\" content=\"https:\/\/www.vitalibera.org\/community\/2025\/09\/27\/kopfrechnen\/\" \/>\r\n<meta property=\"og:site_name\" content=\"vitalibera.org\" \/>\r\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/groups\/2997085857140235\" \/>\r\n<meta property=\"article:published_time\" content=\"2025-09-27T13:52:01+00:00\" \/>\r\n<meta property=\"article:modified_time\" content=\"2025-09-27T13:55:30+00:00\" \/>\r\n<meta property=\"og:image\" content=\"https:\/\/www.vitalibera.org\/community\/wp-content\/uploads\/2025\/09\/kopf.png\" \/>\r\n\t<meta property=\"og:image:width\" content=\"1360\" \/>\r\n\t<meta property=\"og:image:height\" content=\"637\" \/>\r\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\r\n<meta name=\"author\" content=\"admin\" \/>\r\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\r\n<meta name=\"twitter:label1\" content=\"Verfasst von\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\r\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.vitalibera.org\\\/community\\\/2025\\\/09\\\/27\\\/kopfrechnen\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.vitalibera.org\\\/community\\\/2025\\\/09\\\/27\\\/kopfrechnen\\\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"http:\\\/\\\/www.vitalibera.org\\\/community\\\/#\\\/schema\\\/person\\\/c535fa8d561f7f8ca425ced40d87e582\"},\"headline\":\"Kopfrechnen\",\"datePublished\":\"2025-09-27T13:52:01+00:00\",\"dateModified\":\"2025-09-27T13:55:30+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.vitalibera.org\\\/community\\\/2025\\\/09\\\/27\\\/kopfrechnen\\\/\"},\"wordCount\":3,\"publisher\":{\"@id\":\"http:\\\/\\\/www.vitalibera.org\\\/community\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.vitalibera.org\\\/community\\\/2025\\\/09\\\/27\\\/kopfrechnen\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.vitalibera.org\\\/community\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/kopf.png\",\"articleSection\":[\"Kognitives Training\"],\"inLanguage\":\"de\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.vitalibera.org\\\/community\\\/2025\\\/09\\\/27\\\/kopfrechnen\\\/\",\"url\":\"https:\\\/\\\/www.vitalibera.org\\\/community\\\/2025\\\/09\\\/27\\\/kopfrechnen\\\/\",\"name\":\"Kopfrechnen - vitalibera.org\",\"isPartOf\":{\"@id\":\"http:\\\/\\\/www.vitalibera.org\\\/community\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.vitalibera.org\\\/community\\\/2025\\\/09\\\/27\\\/kopfrechnen\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.vitalibera.org\\\/community\\\/2025\\\/09\\\/27\\\/kopfrechnen\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.vitalibera.org\\\/community\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/kopf.png\",\"datePublished\":\"2025-09-27T13:52:01+00:00\",\"dateModified\":\"2025-09-27T13:55:30+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.vitalibera.org\\\/community\\\/2025\\\/09\\\/27\\\/kopfrechnen\\\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.vitalibera.org\\\/community\\\/2025\\\/09\\\/27\\\/kopfrechnen\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.vitalibera.org\\\/community\\\/2025\\\/09\\\/27\\\/kopfrechnen\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"http:\\\/\\\/www.vitalibera.org\\\/community\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Kopfrechnen\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\\\/\\\/www.vitalibera.org\\\/community\\\/#website\",\"url\":\"http:\\\/\\\/www.vitalibera.org\\\/community\\\/\",\"name\":\"vitalibera.org\",\"description\":\"Mit einer Einschr&auml;nkung gestaltet sich das Leben im Alltag oft schwieriger - hier berichten wir &uuml;ber unsere Erfahrungen und Hilfsmittel um den Alltag so unbeschwert und unkompliziert wie nur m&ouml;glich geniessen zu k&ouml;nnen. Dabei richten wir unseren Fokus gezielt auf Selbst&auml;ndigkeit, Eigenst&auml;ndigkeit und Selbstbestimmung.\",\"publisher\":{\"@id\":\"http:\\\/\\\/www.vitalibera.org\\\/community\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\\\/\\\/www.vitalibera.org\\\/community\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"http:\\\/\\\/www.vitalibera.org\\\/community\\\/#organization\",\"name\":\"vitalibera.org\",\"url\":\"http:\\\/\\\/www.vitalibera.org\\\/community\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"http:\\\/\\\/www.vitalibera.org\\\/community\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.vitalibera.org\\\/community\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/cropped-banner.png\",\"contentUrl\":\"https:\\\/\\\/www.vitalibera.org\\\/community\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/cropped-banner.png\",\"width\":991,\"height\":150,\"caption\":\"vitalibera.org\"},\"image\":{\"@id\":\"http:\\\/\\\/www.vitalibera.org\\\/community\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/groups\\\/2997085857140235\"]},{\"@type\":\"Person\",\"@id\":\"http:\\\/\\\/www.vitalibera.org\\\/community\\\/#\\\/schema\\\/person\\\/c535fa8d561f7f8ca425ced40d87e582\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ad516503a11cd5ca435acc9bb6523536?s=96\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ad516503a11cd5ca435acc9bb6523536?s=96\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ad516503a11cd5ca435acc9bb6523536?s=96\",\"caption\":\"admin\"},\"description\":\"admin\",\"sameAs\":[\"http:\\\/\\\/www.vitalibera.org\\\/community\"],\"url\":\"https:\\\/\\\/www.vitalibera.org\\\/community\\\/author\\\/admin\\\/\"}]}<\/script>\r\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Kopfrechnen - vitalibera.org","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.vitalibera.org\/community\/2025\/09\/27\/kopfrechnen\/","og_locale":"de_DE","og_type":"article","og_title":"Kopfrechnen - vitalibera.org","og_url":"https:\/\/www.vitalibera.org\/community\/2025\/09\/27\/kopfrechnen\/","og_site_name":"vitalibera.org","article_publisher":"https:\/\/www.facebook.com\/groups\/2997085857140235","article_published_time":"2025-09-27T13:52:01+00:00","article_modified_time":"2025-09-27T13:55:30+00:00","og_image":[{"width":1360,"height":637,"url":"https:\/\/www.vitalibera.org\/community\/wp-content\/uploads\/2025\/09\/kopf.png","type":"image\/png"}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Verfasst von":"admin"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.vitalibera.org\/community\/2025\/09\/27\/kopfrechnen\/#article","isPartOf":{"@id":"https:\/\/www.vitalibera.org\/community\/2025\/09\/27\/kopfrechnen\/"},"author":{"name":"admin","@id":"http:\/\/www.vitalibera.org\/community\/#\/schema\/person\/c535fa8d561f7f8ca425ced40d87e582"},"headline":"Kopfrechnen","datePublished":"2025-09-27T13:52:01+00:00","dateModified":"2025-09-27T13:55:30+00:00","mainEntityOfPage":{"@id":"https:\/\/www.vitalibera.org\/community\/2025\/09\/27\/kopfrechnen\/"},"wordCount":3,"publisher":{"@id":"http:\/\/www.vitalibera.org\/community\/#organization"},"image":{"@id":"https:\/\/www.vitalibera.org\/community\/2025\/09\/27\/kopfrechnen\/#primaryimage"},"thumbnailUrl":"https:\/\/www.vitalibera.org\/community\/wp-content\/uploads\/2025\/09\/kopf.png","articleSection":["Kognitives Training"],"inLanguage":"de"},{"@type":"WebPage","@id":"https:\/\/www.vitalibera.org\/community\/2025\/09\/27\/kopfrechnen\/","url":"https:\/\/www.vitalibera.org\/community\/2025\/09\/27\/kopfrechnen\/","name":"Kopfrechnen - vitalibera.org","isPartOf":{"@id":"http:\/\/www.vitalibera.org\/community\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.vitalibera.org\/community\/2025\/09\/27\/kopfrechnen\/#primaryimage"},"image":{"@id":"https:\/\/www.vitalibera.org\/community\/2025\/09\/27\/kopfrechnen\/#primaryimage"},"thumbnailUrl":"https:\/\/www.vitalibera.org\/community\/wp-content\/uploads\/2025\/09\/kopf.png","datePublished":"2025-09-27T13:52:01+00:00","dateModified":"2025-09-27T13:55:30+00:00","breadcrumb":{"@id":"https:\/\/www.vitalibera.org\/community\/2025\/09\/27\/kopfrechnen\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.vitalibera.org\/community\/2025\/09\/27\/kopfrechnen\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.vitalibera.org\/community\/2025\/09\/27\/kopfrechnen\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"http:\/\/www.vitalibera.org\/community\/"},{"@type":"ListItem","position":2,"name":"Kopfrechnen"}]},{"@type":"WebSite","@id":"http:\/\/www.vitalibera.org\/community\/#website","url":"http:\/\/www.vitalibera.org\/community\/","name":"vitalibera.org","description":"Mit einer Einschr&auml;nkung gestaltet sich das Leben im Alltag oft schwieriger - hier berichten wir &uuml;ber unsere Erfahrungen und Hilfsmittel um den Alltag so unbeschwert und unkompliziert wie nur m&ouml;glich geniessen zu k&ouml;nnen. Dabei richten wir unseren Fokus gezielt auf Selbst&auml;ndigkeit, Eigenst&auml;ndigkeit und Selbstbestimmung.","publisher":{"@id":"http:\/\/www.vitalibera.org\/community\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/www.vitalibera.org\/community\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"http:\/\/www.vitalibera.org\/community\/#organization","name":"vitalibera.org","url":"http:\/\/www.vitalibera.org\/community\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"http:\/\/www.vitalibera.org\/community\/#\/schema\/logo\/image\/","url":"https:\/\/www.vitalibera.org\/community\/wp-content\/uploads\/2025\/09\/cropped-banner.png","contentUrl":"https:\/\/www.vitalibera.org\/community\/wp-content\/uploads\/2025\/09\/cropped-banner.png","width":991,"height":150,"caption":"vitalibera.org"},"image":{"@id":"http:\/\/www.vitalibera.org\/community\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/groups\/2997085857140235"]},{"@type":"Person","@id":"http:\/\/www.vitalibera.org\/community\/#\/schema\/person\/c535fa8d561f7f8ca425ced40d87e582","name":"admin","image":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/secure.gravatar.com\/avatar\/ad516503a11cd5ca435acc9bb6523536?s=96","url":"https:\/\/secure.gravatar.com\/avatar\/ad516503a11cd5ca435acc9bb6523536?s=96","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ad516503a11cd5ca435acc9bb6523536?s=96","caption":"admin"},"description":"admin","sameAs":["http:\/\/www.vitalibera.org\/community"],"url":"https:\/\/www.vitalibera.org\/community\/author\/admin\/"}]}},"jetpack_featured_media_url":"https:\/\/www.vitalibera.org\/community\/wp-content\/uploads\/2025\/09\/kopf.png","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":4888,"url":"https:\/\/www.vitalibera.org\/community\/2025\/12\/30\/4888\/","url_meta":{"origin":2332,"position":0},"title":"Quiet Eye Training","author":"Andreas Jecklin","date":"30 Dezember, 2025","format":false,"excerpt":"Quiet Eye Training\u00a0(QET) bei Schlaganfall\u00a0zielt auf die Verbesserung der visuellen Suche und Orientierung ab, oft bei Gesichtsfeldausf\u00e4llen, indem Patienten lernen, ihre Augen gezielt zu bewegen und das Gesichtsfeld zu kompensieren, beispielsweise mit Computerprogrammen (VISIOcoach) oder speziellen \u00dcbungen (Sakkaden, Suchaufgaben), die die Augenmuskulatur trainieren, die Aufmerksamkeit auf den blinden Bereich lenken\u2026","rel":"","context":"In &quot;Kognitives Training&quot;","block_context":{"text":"Kognitives Training","link":"https:\/\/www.vitalibera.org\/community\/category\/eigentherapie-und-trainings\/neurologie-kognitives-training\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/www.vitalibera.org\/community\/wp-content\/uploads\/2025\/12\/quiedeye.jpg?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":6709,"url":"https:\/\/www.vitalibera.org\/community\/2026\/04\/13\/neurofatigue-kognitive-erschoepfung\/","url_meta":{"origin":2332,"position":1},"title":"Neurofatigue\u00a0(kognitive Ersch\u00f6pfung)","author":"Andreas Jecklin","date":"13 April, 2026","format":false,"excerpt":"Neurofatigue\u00a0(kognitive Ersch\u00f6pfung) ist ein\u00a0intensiver, nicht durch Schlaf behebbarer Ersch\u00f6pfungszustand, der typischerweise nach Hirnverletzungen, Schlaganf\u00e4llen oder bei Long-COVID auftritt. Es \u00e4u\u00dfert sich durch extreme mentale M\u00fcdigkeit, Konzentrationsschw\u00e4che, Reizbarkeit und \"Brain Fog\" (Gehirnnebel). Anders als normale M\u00fcdigkeit ist sie Folge einer gest\u00f6rten EnergieRegulation im Gehirn.\u00a0 Kernmerkmale und Symptome von Neurofatigue: Keine Erholung\u2026","rel":"","context":"In &quot;Fachwissen&quot;","block_context":{"text":"Fachwissen","link":"https:\/\/www.vitalibera.org\/community\/category\/beitraege\/fachwissen\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/www.vitalibera.org\/community\/wp-content\/uploads\/2026\/04\/BCO.46d64fec-ff1a-42ab-89cf-a2ab123d2432-1.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.vitalibera.org\/community\/wp-content\/uploads\/2026\/04\/BCO.46d64fec-ff1a-42ab-89cf-a2ab123d2432-1.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.vitalibera.org\/community\/wp-content\/uploads\/2026\/04\/BCO.46d64fec-ff1a-42ab-89cf-a2ab123d2432-1.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/www.vitalibera.org\/community\/wp-content\/uploads\/2026\/04\/BCO.46d64fec-ff1a-42ab-89cf-a2ab123d2432-1.png?resize=700%2C400&ssl=1 2x"},"classes":[]},{"id":7267,"url":"https:\/\/www.vitalibera.org\/community\/2026\/05\/11\/mein-gehirn-lernt-neu-neuanfang-im-kopf\/","url_meta":{"origin":2332,"position":2},"title":"Mein Gehirn lernt neu &#8211; Neuanfang im Kopf","author":"Andreas Jecklin","date":"11 Mai, 2026","format":false,"excerpt":"Das Gehirn lernt immer wieder neu, weil es neuroplastisch ist \u2013 es passt seine Verbindungen st\u00e4ndig an Erfahrungen, Anforderungen und Ver\u00e4nderungen an. Diese F\u00e4higkeit bleibt ein Leben lang bestehen und ist die Grundlage daf\u00fcr, dass wir uns entwickeln, erinnern, umstellen und nach Hirnverletzungen Funktionen neu aufbauen k\u00f6nnen. Das Gehirn kann\u2026","rel":"","context":"In &quot;Fachwissen&quot;","block_context":{"text":"Fachwissen","link":"https:\/\/www.vitalibera.org\/community\/category\/beitraege\/fachwissen\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/www.vitalibera.org\/community\/wp-content\/uploads\/2026\/05\/b8e1d43d6a77829fbbd3c6deb718e9eb.jpg?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.vitalibera.org\/community\/wp-content\/uploads\/2026\/05\/b8e1d43d6a77829fbbd3c6deb718e9eb.jpg?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.vitalibera.org\/community\/wp-content\/uploads\/2026\/05\/b8e1d43d6a77829fbbd3c6deb718e9eb.jpg?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/www.vitalibera.org\/community\/wp-content\/uploads\/2026\/05\/b8e1d43d6a77829fbbd3c6deb718e9eb.jpg?resize=700%2C400&ssl=1 2x"},"classes":[]},{"id":3969,"url":"https:\/\/www.vitalibera.org\/community\/2025\/11\/01\/gedaechtnistraining\/","url_meta":{"origin":2332,"position":3},"title":"Ged\u00e4chtnistraining","author":"Andreas Jecklin","date":"1 November, 2025","format":false,"excerpt":"Ged\u00e4chtnistraining bezeichnet\u00a0Strategien, \u00dcbungen und Methoden, die darauf abzielen, das Ged\u00e4chtnis zu st\u00e4rken und die kognitive Leistungsf\u00e4higkeit zu verbessern. Dies kann durch Gehirnjogging wie R\u00e4tsel, kreative \u00dcbungen wie das Erfinden von Geschichten, das Erlernen neuer F\u00e4higkeiten wie einer Fremdsprache, oder durch gezielte sportliche und bewegte \u00dcbungen geschehen, die die Gehirndurchblutung f\u00f6rdern.\u2026","rel":"","context":"In &quot;Kognitives Training&quot;","block_context":{"text":"Kognitives Training","link":"https:\/\/www.vitalibera.org\/community\/category\/eigentherapie-und-trainings\/neurologie-kognitives-training\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/www.vitalibera.org\/community\/wp-content\/uploads\/2025\/11\/Gedaechtnistraining-Senioren-Spiele-zum-Ausdrucken-Online-Rentner.jpg?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.vitalibera.org\/community\/wp-content\/uploads\/2025\/11\/Gedaechtnistraining-Senioren-Spiele-zum-Ausdrucken-Online-Rentner.jpg?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.vitalibera.org\/community\/wp-content\/uploads\/2025\/11\/Gedaechtnistraining-Senioren-Spiele-zum-Ausdrucken-Online-Rentner.jpg?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/www.vitalibera.org\/community\/wp-content\/uploads\/2025\/11\/Gedaechtnistraining-Senioren-Spiele-zum-Ausdrucken-Online-Rentner.jpg?resize=700%2C400&ssl=1 2x"},"classes":[]},{"id":4882,"url":"https:\/\/www.vitalibera.org\/community\/2025\/12\/30\/visuelle-rueckmeldung-trainieren\/","url_meta":{"origin":2332,"position":4},"title":"Visuelle R\u00fcckmeldung trainieren","author":"Andreas Jecklin","date":"30 Dezember, 2025","format":false,"excerpt":"Visuelle R\u00fcckmeldung hilft dem Gehirn nach einem Schlaganfall, indem sie betroffene Hirnregionen gezielt aktiviert, um Funktionen wie Motorik, Wahrnehmung und Aufmerksamkeit zu verbessern,\u00a0 Beispielsweise durch Spiegeltherapie, digitale Spiele mit Feedback oder gezieltes Sakkadentraining (Augenbewegungen), um Gesichtsfeldausf\u00e4lle zu kompensieren, was das Gehirn zwingt, neue neuronale Verbindungen zu bilden. Diese Techniken nutzen\u2026","rel":"","context":"In &quot;Kognitives Training&quot;","block_context":{"text":"Kognitives Training","link":"https:\/\/www.vitalibera.org\/community\/category\/eigentherapie-und-trainings\/neurologie-kognitives-training\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/www.vitalibera.org\/community\/wp-content\/uploads\/2025\/12\/visuellerueckmeldung.jpg?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.vitalibera.org\/community\/wp-content\/uploads\/2025\/12\/visuellerueckmeldung.jpg?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.vitalibera.org\/community\/wp-content\/uploads\/2025\/12\/visuellerueckmeldung.jpg?resize=525%2C300&ssl=1 1.5x"},"classes":[]},{"id":7954,"url":"https:\/\/www.vitalibera.org\/community\/2026\/06\/13\/vergesslichkeit-nach-einer-gehirnverletzung-ursachen-und-umgang-im-alltag\/","url_meta":{"origin":2332,"position":5},"title":"Vergesslichkeit nach einer Gehirnverletzung \u2013 Ursachen und Umgang im Alltag","author":"Andreas Jecklin","date":"13 Juni, 2026","format":false,"excerpt":"Nach einer Gehirnverletzung berichten viele Betroffene von Vergesslichkeit und Ged\u00e4chtnisproblemen, die den Alltag sp\u00fcrbar beeinflussen k\u00f6nnen. Selbst einfache Informationen, Termine oder Gespr\u00e4che bleiben oft nicht mehr so leicht im Ged\u00e4chtnis wie zuvor. Diese Ver\u00e4nderungen k\u00f6nnen verunsichern und belasten, sind jedoch eine h\u00e4ufige Folge von Hirnsch\u00e4digungen. Ein besseres Verst\u00e4ndnis der Ursachen\u2026","rel":"","context":"In &quot;Fachwissen&quot;","block_context":{"text":"Fachwissen","link":"https:\/\/www.vitalibera.org\/community\/category\/beitraege\/fachwissen\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/www.vitalibera.org\/community\/wp-content\/uploads\/2026\/06\/vergessen230536.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]}],"_links":{"self":[{"href":"https:\/\/www.vitalibera.org\/community\/wp-json\/wp\/v2\/posts\/2332","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.vitalibera.org\/community\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.vitalibera.org\/community\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.vitalibera.org\/community\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.vitalibera.org\/community\/wp-json\/wp\/v2\/comments?post=2332"}],"version-history":[{"count":0,"href":"https:\/\/www.vitalibera.org\/community\/wp-json\/wp\/v2\/posts\/2332\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.vitalibera.org\/community\/wp-json\/wp\/v2\/media\/2335"}],"wp:attachment":[{"href":"https:\/\/www.vitalibera.org\/community\/wp-json\/wp\/v2\/media?parent=2332"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.vitalibera.org\/community\/wp-json\/wp\/v2\/categories?post=2332"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.vitalibera.org\/community\/wp-json\/wp\/v2\/tags?post=2332"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}