This commit is contained in:
2026-06-05 16:23:49 -04:00
parent b514034a48
commit 8efe7630b6
2 changed files with 3 additions and 3 deletions

View File

@@ -2,6 +2,6 @@ version: 2
url: $baseurl/scn01 url: $baseurl/scn01
requires: local_channel requires: local_channel
name: Scenarios name: Scenarios
photo: icon:person-lines-fill photo: icon:chat-text
categories: Civic Diagnostics categories: Civic Diagnostics
desc: Participant intake — browse diagnostic scenarios, submit your account in your own words. desc: Participant intake — browse diagnostic scenarios, submit your account in your own words.

View File

@@ -113,8 +113,8 @@ function scn01_content() {
function scn01_render_main($access) { function scn01_render_main($access) {
$out = '<div class="scn01-content">'; $out = '<div class="scn01-content">';
$out .= '<div class="scn01-header mb-3">'; $out .= '<div class="scn01-header mb-3">';
$out .= '<h2>Vital Signs</h2>'; $out .= '<h2>Scenarios</h2>';
$out .= '<p class="text-muted">The ten structural preconditions of an HOA association.</p>'; $out .= '<p class="text-muted">Browse diagnostic scenarios. When you find one close to your situation, submit your account in your own words.</p>';
$out .= '</div>'; $out .= '</div>';
// TODO: render the ten Vital Signs // TODO: render the ten Vital Signs