forked from labinthewild/LITW-study-templates
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from labinthewild/v2-dev-base
Improvements to template #2
- Loading branch information
Showing
25 changed files
with
317 additions
and
1,027 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Loading Complex Pages - The Results Page Case | ||
|
||
As discussed in the [Code Architecture](2-CodeExecutionOverview.md) part of this tutorial, implementing a LITW study is basically implementing a set of HTML templates and adding them to a timeline. | ||
Up to this point, though, we have only worked with static templates, meaning, HTML pages that are fully defined at "coding time". | ||
There are though, some complex pages, that you may want to change depending on some specific data that was produced on "participantion time." | ||
For example, you may want to think that, if a participant said they are from a specific country, you want to show a flag of that nation in a page. | ||
|
||
In this tutorial, we will see how to implement such dynamic pages. | ||
|
||
## Dynamic pages | ||
|
||
**TODO** | ||
|
||
## The Results Page | ||
|
||
**TODO** |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.