-
Notifications
You must be signed in to change notification settings - Fork 5
Teacher docs update #26
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
Merged
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
0aad0c5
Switched the internal name of lexdown to be the content
m-messer 3f7bc1e
Moved audio clips into the content editor
m-messer 262be88
Moved guidance out of a subfolder and added extra information
m-messer 5a5c33c
Fixed image path
m-messer d2b13f4
Added images to analytics
m-messer 52e0217
Added simple docs for those that are missing.
m-messer b00869f
Renamed Lexdown to Lexdown Content Editor and added in the missing RA…
m-messer 92b2422
Switched all RA docs to just link to the evaluation function docs
m-messer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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,24 @@ | ||
| # Guidance | ||
|
|
||
| Guidance provides a summary of the task, it's difficulty and the estimated time. | ||
| Guidance is provided at the question level, and can be set to each question in the set. | ||
|
|
||
| ## Editing Guidance | ||
| To edit the question guidance, click the "Edit Guidance" button at the top of the page. | ||
|
|
||
| Here you can enter four parts: | ||
| 1. Guidance Blurb - The short description of the question. | ||
| 2. Minimum Time Estimate - The least amount of time the task should take in minutes. | ||
| 3. Maximum Time Estimate - The longest amount of time the task should take in minutes. | ||
| 4. Skill - The difficulty of the task, rated out of three stars. | ||
|
|
||
| ### Obtaining Guidance Time | ||
|
|
||
| We also support suggesting the time estimate. This uses machine learning based on worked solution and skill level to determine an estimated time for the task. | ||
|
|
||
| To use this feature do the following: | ||
| 1. Fill in all the question's attributes as much as possible. i.e, the question's text, the worked solution, skill level etc., The more information is filled in, the more accurate the suggested guidance time will be. | ||
|
|
||
| 2. Click on the "Suggest" button in the guidance configuration tab after you have filled in all the question's attributes. | ||
|
|
||
|  | ||
This file was deleted.
Oops, something went wrong.
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.
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 hidden or 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 hidden or 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 hidden or 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,7 @@ | ||
| # Boolean | ||
|
|
||
| This response area allows students to select True or False. | ||
|
|
||
| ## Evaluation Function Options | ||
|
|
||
| ### [isExactEqual](https://lambda-feedback.github.io/user-documentation/user_eval_function_docs/isExactEqual/) |
This file contains hidden or 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,10 @@ | ||
| # Code | ||
|
|
||
| This response area allows students to write code for a specified programming language. | ||
|
|
||
| ## Evaluation Function Options | ||
|
|
||
| ### [chatGPT (experimental)](https://github.com/lambda-feedback/chatGPT/blob/main/app/docs/user.md) | ||
|
|
||
|
|
||
| ### [`compareContsructs (experimental)`](https://github.com/lambda-feedback/compareConstructs/blob/main/docs/user.md) |
This file contains hidden or 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,10 @@ | ||
| # Essay | ||
|
|
||
| Similar to [!Text](Text.md), allows student's to enter any text input, whether that be prose, math, code or any other type of input, but in a longer format. | ||
|
|
||
| ## Evaluation Function Options | ||
|
|
||
| As text supports any input, so most evaluation functions can be used. | ||
| However, there are some text specific evaluation functions, such as shortTextAnswer and chatGPT. | ||
|
|
||
| ### [chatGPT (experimental)](https://github.com/lambda-feedback/chatGPT/blob/main/app/docs/user.md) |
This file contains hidden or 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 hidden or 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,7 @@ | ||
| # Likert | ||
|
|
||
| Allows students to fill in a five point Likert (Strongly Disagree to Strongly Agree) for any number of statements. | ||
|
|
||
| ## Evaluation Function Options | ||
|
|
||
| Currently, there is no supported evaluation functions for this response area. |
This file contains hidden or 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 hidden or 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,7 @@ | ||
| # Milkdown | ||
|
|
||
| Similar to [!Essay](Essay.md), allows student's to enter any text input, but with standard Markdown processing, including headers, bullet points, numbers, table, etc. | ||
|
|
||
| ## Evaluation Function Options | ||
|
|
||
| Currently, there is no supported evaluation functions for this response area. |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
| @@ -1 +1,12 @@ | ||
| # Text | ||
|
|
||
| Allows student's to enter any text input, whether that be prose, math, code or any other type of input. | ||
|
|
||
| ## Evaluation Function Options | ||
|
|
||
| As text supports any input, any evaluation function can be used. | ||
| However, there are some text specific evaluation functions, such as shortTextAnswer and chatGPT. | ||
|
|
||
| ### [chatGPT (experimental)](https://github.com/lambda-feedback/chatGPT/blob/main/app/docs/user.md) | ||
|
|
||
| ###[ shortTextAnswer (experimental)](https://github.com/lambda-feedback/shortTextAnswer/blob/main/app/docs/user.md) |
This file contains hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.