GravityForm Entries:

Form name: Quiz Form

Entry ID:6

-Fields data:
-Field ID: 1
-Field type: quiz
-Field input type: radio
-Field Label: Which is fruit
-Field Value:
* Text:Cow
* Value:gquiz147e5310c
* Is correct: no
* Weight: 0

*HTML View:
  • Apple
  • Cow
  • Airplan
Correct is "Apple"



-Field ID: 2
-Field type: quiz
-Field input type: select
-Field Label: Which is planet
-Field Value:
* Text:Jupiter
* Value:gquiz1e7c79eaa
* Is correct: yes
* Weight: 3

*HTML View:
  • Jupiter
  • Juniper
  • Sun
Correct is "Jupiter"



-Field ID: 3
-Field type: quiz
-Field input type: checkbox
-Field Label: What is WP
-Field Value:
* Text:Bunch of PHP code
* Value:gquiz1e7c79eaa
* Is correct: yes
* Weight: 2
* Text:Blog platform
* Value:gquiz147e5310c
* Is correct: yes
* Weight: 3

*HTML View:
  • Bunch of PHP code
  • Blog platform
  • JavaScript snippet
JavaScript snippet is wrong answer




-Quiz Score Data:

-Quiz Score: 8
-Quiz Percent: 62%
-Quiz Grade: D
-Quiz Is Pass: TRUE

-Grid(simple table view):

Quiz Form : Entry # 6
Which is fruit
  • Apple
  • Cow
  • Airplan
Correct is "Apple"

Which is planet
  • Jupiter
  • Juniper
  • Sun
Correct is "Jupiter"

What is WP
  • Bunch of PHP code
  • Blog platform
  • JavaScript snippet
JavaScript snippet is wrong answer



Form name: Quiz Form

Entry ID:7

-Fields data:
-Field ID: 1
-Field type: quiz
-Field input type: radio
-Field Label: Which is fruit
-Field Value:
* Text:Cow
* Value:gquiz147e5310c
* Is correct: no
* Weight: 0

*HTML View:
  • Apple
  • Cow
  • Airplan
Correct is "Apple"



-Field ID: 2
-Field type: quiz
-Field input type: select
-Field Label: Which is planet
-Field Value:
* Text:Juniper
* Value:gquiz147e5310c
* Is correct: no
* Weight: 0

*HTML View:
  • Jupiter
  • Juniper
  • Sun
Correct is "Jupiter"



-Field ID: 3
-Field type: quiz
-Field input type: checkbox
-Field Label: What is WP
-Field Value:
* Text:JavaScript snippet
* Value:gquiz1965c4bf7
* Is correct: no
* Weight: 0

*HTML View:
  • Bunch of PHP code
  • Blog platform
  • JavaScript snippet
JavaScript snippet is wrong answer




-Quiz Score Data:

-Quiz Score: 0
-Quiz Percent: 0%
-Quiz Grade: E
-Quiz Is Pass:

-Grid(simple table view):

Quiz Form : Entry # 7
Which is fruit
  • Apple
  • Cow
  • Airplan
Correct is "Apple"

Which is planet
  • Jupiter
  • Juniper
  • Sun
Correct is "Jupiter"

What is WP
  • Bunch of PHP code
  • Blog platform
  • JavaScript snippet
JavaScript snippet is wrong answer



Form name: Quiz Form

Entry ID:8

-Fields data:
-Field ID: 1
-Field type: quiz
-Field input type: radio
-Field Label: Which is fruit
-Field Value:
* Text:Apple
* Value:gquiz1e7c79eaa
* Is correct: yes
* Weight: 5

*HTML View:
  • Apple
  • Cow
  • Airplan
Correct is "Apple"



-Field ID: 2
-Field type: quiz
-Field input type: select
-Field Label: Which is planet
-Field Value:
* Text:Jupiter
* Value:gquiz1e7c79eaa
* Is correct: yes
* Weight: 3

*HTML View:
  • Jupiter
  • Juniper
  • Sun
Correct is "Jupiter"



-Field ID: 3
-Field type: quiz
-Field input type: checkbox
-Field Label: What is WP
-Field Value:
* Text:Bunch of PHP code
* Value:gquiz1e7c79eaa
* Is correct: yes
* Weight: 2
* Text:Blog platform
* Value:gquiz147e5310c
* Is correct: yes
* Weight: 3

*HTML View:
  • Bunch of PHP code
  • Blog platform
  • JavaScript snippet
JavaScript snippet is wrong answer




-Quiz Score Data:

-Quiz Score: 13
-Quiz Percent: 100%
-Quiz Grade: A
-Quiz Is Pass: TRUE

-Grid(simple table view):

Quiz Form : Entry # 8
Which is fruit
  • Apple
  • Cow
  • Airplan
Correct is "Apple"

Which is planet
  • Jupiter
  • Juniper
  • Sun
Correct is "Jupiter"

What is WP
  • Bunch of PHP code
  • Blog platform
  • JavaScript snippet
JavaScript snippet is wrong answer



Markup: all entries:

  <h1>GravityForm Entries:</h1>
  <Loop type=gravity_form_entry form_id = '50' >
    <div class="examples-container">
      <p>
      <h3>Form name: <Field form_name /></h3>
      <h4>Entry ID:<Field id /></h4>
      </p>
      <p>
      <h5>-Fields data:</h5>
      <!-- Entry fields loop -->
      <Loop field=fields >

        <If field="type" is value="section" >
          <strong><Field label /></strong><br />
          <hr/>
        </If>

        <!-- QUIZ -->
        <If field="type" is value="quiz" >
          <strong>-Field ID: <Field id /></strong><br />
          -Field type: <strong><Field type /></strong><br />
          -Field input type: <strong><Field input_type /></strong><br />
          -Field Label: <strong><Field label /></strong><br />
          -Field Value:<br />
          <Loop field=value >
            * Text:<Field text/><br/>
            * Value:<Field value/><br/>
            * Is correct: <Field is_correct/><br/>
            * Weight: <Field weight/><br/>
          </Loop>
          <br />
          *HTML View: <br />
          <Field value_html />
          <br /><br />
        </If>
      </Loop>
      </p>
      <br />
      <p>
      <h3>-Quiz Score Data:</h3>
      -Quiz Score: <Field quiz_score /><br />
      -Quiz Percent: <Field quiz_percent />%<br />
      -Quiz Grade: <Field quiz_grade /><br />
      -Quiz Is Pass: <Field quiz_is_pass />
      <br /><br />
      </p>
      <p>
      <h3>-Grid(simple table view):</h3>
      <Field grid />
      </p>
      <br /><br />
    </div>
  </Loop>