Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter andreeaorh

    (@andreeaorh)

    Thank you! Will try that!

    Thread Starter andreeaorh

    (@andreeaorh)

    No. ??
    For the example above, let’s say 5 questions, each question having the possibility to be answered with an answer from 1 to 7.

    Thread Starter andreeaorh

    (@andreeaorh)

    For example, if I want to asses life satisfaction. A person can answer to my question with:
    7 – Strongly agree
    6 – Agree
    5 – Slightly agree
    4 – Neither agree nor disagree
    3 – Slightly disagree
    2 – Disagree
    1 – Strongly disagree
    Scoring is done by summing, for example if the person has all 5 answers for which he clicked on 7, the score will be 35 and the after test answer will be 31-35 Extremely satisfied

    Thread Starter andreeaorh

    (@andreeaorh)

    `<div class=”site-logo”>
    <h1 itemprop=”name”>
    <a itemprop=”url” href=”<?php echo esc_url( home_url() ); ?>”>
    <?php if ( get_theme_mod( ‘logo’, get_template_directory_uri() . ‘/images/logo.png’ ) ): ?>
    <img itemprop=”logo”
    src=”<?php echo esc_url( get_theme_mod( ‘logo’, get_template_directory_uri() . ‘/images/logo.png’ ) ); ?>”
    alt=”<?php echo esc_attr( get_bloginfo( ‘name’ ) ); ?>”/>
    <?php else: ?>
    <?php bloginfo( ‘name’ ); ?>
    <?php endif; ?>
    </a>
    </h1>

    <?php if ( get_bloginfo( ‘description’ ) ): ?>
    <p class=”tagline”><?php bloginfo( ‘description’ ); ?></p>
    <?php endif; ?>
    </div><!– /site-logo –>

Viewing 4 replies - 1 through 4 (of 4 total)