blob: 7903382987600e3d397cad28ff2d06671c49f30f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
<#include "/macros/common.ftl">
<#include "/macros/common-page.ftl">
<@commonpage>
<@noticebox>
</@noticebox>
<@textcontent>
<h1>Assessment</h1>
<p>
Welcome to the start of GROW and the GROW personal assessment. The
purpose of this 18-question assessment will identify where you are
in the spiritual development process:
</p>
<p>
<!-- TODO: Insert Image Here -->
**************** Insert the image here. *************************
</p>
<p>
Upon completion of the assessment, you will be invited to join the
process at the appropriate stage. For example if the assessment
returns a “believer” result, you will be invited to start the
Believer level of this process.
</p>
<p>
Once you have completed this level, you will be invited to begin the next stage of GROW.
</p>
<p>
Let’s get with your personal GROW assessment now, it will only take a few minutes.
</p>
</@textcontent>
<div id="getstarted">
<a class="greenbutton" href="${dynamicRoot}/account/assessment">Begin Assessment ➙</a>
</div>
</@commonpage>
|