Partner websites are required to follow guidelines regarding the
presentation of ACPP branding on their website. Please download the
ACPP icon to register your site here:
Place the ACPP.APP Icon and Branding on your Website. The icon cannot be placed inside an iframe.
Return to the ACPP.APP site to register your site.
https://acpp.app/register.htmlIn order for the ACPP app to find resources on partner site pages, partners are to follow the guidelines listed below for each resource type. Failure to follow these guidelines will render the app unable to detect the pages with available resources.
In order for the app to handle PDF files on partner pages, the following conditions must be met:
The app will be able to handle PDF files on partner pages if the following conditions are met:
It doesn't matter whether the file URL points to an absolute or relative path. The snippets below show examples of both detectable and undetectable files.
HTML Snippet | Detectable | Reasons |
---|---|---|
<div class="name" href="https://yourdomain.com/files/differential-equations.pdf">Differential Equations</div> | Yes |
|
<a id="fileId" href="/storage/biochemistry.pdf">Biochemistry</a> | Yes |
|
<li class="btn" onclick="downloadFile()">Download</li> | No |
|
<a class="link" href="/storage/civil-war">The History of the American Civil War</a> | No |
|
The ACPP app allows students to save their test scores in their cloud storage. Partner sites which offer test scores for students should present such scores in a format readable by the ACPP app.
Test scores elements should follow the following guidelines:
The snippets below show examples of both detectable and undetectable test score elements.
HTML Snippet | Detectable | Reasons |
---|---|---|
<div id="score" acpp-resource="Math Test">Score: 45/50</div> | Yes |
|
<span class="className" acpp-resource="English">B+</span> | Yes |
|
<li class="score" acpp-resource="History"><img src="images/fail.jpg"></li> | No |
|
<div id="score>"Biology: 18/50</div> | No |
|