Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for issues #627

Merged
merged 2 commits into from
Jul 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion methods/clear-words/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1>Tests</h1>
<h3>Test for common words</h3>
<ul>
<li><strong>Unit tested:</strong> By paragraph of text or other media. </li>
<li><strong>Test Tools:</strong> Use a common word list for your language. The list should be at least 3000 words long. Use a tool like <a href="https://xkcd.com/simplewriter">Simplewriter.</a><span class="ednote">More research is needed on the list size.</span></li>
<li><strong>Test Tools:</strong> Use a common word list for your language. The list should be at least 3000 words long. <span class="ednote">We will explore whether tools such as <a href="https://xkcd.com/simplewriter">Simplewriter</a> may be used to automatically test this method. More research is needed on the list size.</span></li>
<li><strong>How the individual units will be scored using a 0-2 rating:</strong>
<ul>
<li>0 - uses undefined technical or jargon words </li>
Expand Down
2 changes: 1 addition & 1 deletion methods/images-of-text/description.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h1>Description</h1>
<main>
<section id="outcome">
<h2>Outcome</h2>
<p>This method supports the outcome <a href="../../outcomes/text-alternative-available.html" class="outcome-link">Text alternatives for available</a>.</p>
<p>This method supports the outcome <a href="../../outcomes/text-alternative-available.html" class="outcome-link">Text alternatives available</a>.</p>
</section>
<section id="details">
<h2>Detailed description</h2>
Expand Down